-
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
-
Robust-Optimization-(Book)
This is a very good book on Robust optimization that covers all the essentials of robust optimization.
- 2013-12-07 04:52:53下载
- 积分:1
-
Find-earthquake-center
用MATLAB解决真实世界的问题,再此介绍一个MATLAB查找地震中心的例子(Using MATLAB to solve real world problems。Here,we introduce an example which is to find earthquake center using MATLAB)
- 2012-04-25 20:42:56下载
- 积分:1
-
text-load
本程序实现text文件的批量导入matlab中,并附有使用说明。(This procedure to achieve the bulk of the text file into matlab, together with instructions for use.)
- 2013-05-06 15:50:04下载
- 积分:1
-
matlab CLBP程序代码
说明: 这是CLBP代码,编程语言为matlab。注释清晰,代码完整,下载解压后可以直接运行。(This is CLBP code, the programming language is matlab. The annotation is clear and the code is complete. After downloading and decompressing, it can be run directly.)
- 2020-06-28 09:20:01下载
- 积分:1
-
netgrid
一个简单的动网格事例,该程序用MATLAB语言编写.(a simple moving mesh example, the procedures used MATLAB language.)
- 2006-10-22 19:17:25下载
- 积分:1
-
4618526energyleach
l1-magic and leach protocol
- 2012-09-28 23:02:09下载
- 积分:1
-
edge
EDGE DETECTION MATLAB PROGRAMMMM
- 2013-04-21 00:10:49下载
- 积分:1
-
MATBLAB-CFD
基于matlab 编写的流体计算和传热程序 包括11个程序(matlab CFD )
- 2011-12-08 11:57:30下载
- 积分:1
-
main
使用MVDR方法进行信号频率估计的matlab仿真代码(MVDR method using frequency estimation matlab simulation code)
- 2013-12-07 00:22:20下载
- 积分:1