-
biaoshiyushengcheng
实验内容
信号与系统试验报告 自己的作业
1.设有两个信号:
要求x(t)和h(t)采样形成离散序列,
参数选择如下:
采样率Δ=4ms,
频率f=30Hz,
a=2f2ln(M),
M=2.5
在MATLAB下实现连续信号离散化,
并绘制出离散形式的信号波形。
(Experimental signal and system test the contents of the report of one)
- 2008-05-07 10:26:56下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
the-code
低通巴特沃斯滤波器设计求阶数,适合广大学生们参考,(Low-pass Butterworth filter design requirements order, for the majority of students reference)
- 2013-09-03 13:00:02下载
- 积分:1
-
matlab
matlab应用大全的整本书的源代码,可以用于初学者,也可以用于非初学者(Encyclopedia of the entire book matlab application source code.)
- 2013-08-23 15:21:48下载
- 积分:1
-
[5]-pami09---SRC
是一片外文文献,关于稀疏表示的,与大家分享,欢迎下载(Is a foreign literature on sparse representation, to share with you, welcome to download)
- 2013-04-26 17:08:37下载
- 积分:1
-
UPFC
digsilent软件平台下关于最优潮流计算的仿真(digsilent software platform simulation on optimal power flow calculation)
- 2013-10-23 18:45:43下载
- 积分:1
-
TKDE2012ABNORMALDETECTION
TKDE2012 时间序列分析的异常检测综述 论文(TKDE2012 time series analysis of anomaly detection reviewed papers)
- 2015-02-10 09:33:38下载
- 积分:1
-
restore-the-motion-blurred
说明: 根据需要输入模糊参数,生成相应的模糊图像,并对模糊图像进行恢复,验证运动模糊图像的恢复算法(Input fuzzy parameters needed to generate the corresponding blurred image,and restore the blurred image to authenticate the algorithm)
- 2011-03-07 14:10:05下载
- 积分:1
-
GerberSyntaxFormat
Gerber RX274-X 语法格式详细说明。(Gerber Syntax Format)
- 2014-11-14 10:38:36下载
- 积分:1
-
matlabyingqingdiaoyong
利用VC调用MATLAB引擎实例,简单实用(failed to translate)
- 2010-01-10 11:20:56下载
- 积分:1