-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
zuisu
数学模型中最速下降法matlab程序(包括算法)(The mathematical model of the steepest descent method procedures (including algorithms))
- 2012-11-18 14:14:49下载
- 积分:1
-
Pearson_ICA_v12
PearsonICA程序,一种ICA分离算法(PearsonICA procedures, an ICA separation algorithm)
- 2008-01-24 16:44:05下载
- 积分:1
-
optfilter
最优化FIR数字带通滤波器的设计,用来对加速度信号进行带通滤波,提取运动信息。(the design of an optimal FIR digital band-pass filter.)
- 2012-05-24 20:21:38下载
- 积分:1
-
Filter-Matlab-GUI
用Matlab的GUI界面设计滤波器人机界面,可选FIR、IIR等高通,低通,带通,带阻滤波器,手动设定好参数,可直观看到幅频特性曲线和相频特性曲线。(Using Matlab GUI interface design a filter interface, optional FIR, IIR high pass, low pass, band pass, band stop filter, the parameters are set manually, you can visually see the amplitude-frequency characteristic and phase-frequency characteristic curve .)
- 2013-08-05 19:25:11下载
- 积分:1
-
engine3_mode
动力悬置解耦的matlab程序,可以直接服务工程实际问题,(Dynamic suspension decoupling of the matlab program, you can directly serve the practical engineering problems,)
- 2014-11-29 20:28:45下载
- 积分:1
-
bigwork
一个matlab编制的绘制三维曲线的控件,matlab下的界面编程及控件使用(establishment of a Matlab 3D Curve Controls Matlab programming interface under the control and use)
- 2006-12-18 16:31:44下载
- 积分:1
-
noises
create different noise patterns and then use different filtering methods on them.
- 2009-09-14 04:08:47下载
- 积分:1
-
Differential-equation-code
微分方程的求解代码,包括单微风方程,微分方程组。(Differential equation code, including the single breeze equation, differential equations.)
- 2012-04-30 20:56:46下载
- 积分:1
-
Untitled7
matlab code for finding exon prediction in DNA strand
- 2012-06-15 20:55:43下载
- 积分:1