-
EventNote
Memorandum Management Software
- 2014-11-26 18:08:43下载
- 积分:1
-
netlab-nn-for-pattern-nebley
this book very important
excellent
- 2012-01-12 17:00:34下载
- 积分:1
-
mfiles
this is a matlab program for a feedback and control systems laboratory subject
- 2012-11-06 22:07:26下载
- 积分:1
-
BDEcode
Normalized Cuts Clustering
- 2011-01-24 21:01:43下载
- 积分:1
-
digital-signal-generator
Matlab 数字信号发生器 课程要求,不全但可用。(Matlab digital signal generator)
- 2011-10-21 16:59:55下载
- 积分:1
-
extrema
用c语言编写了matlab中的extrema函数~
功能 输出一个离散信号的极大值,极小值及其他们的位置~(C language extrema in matlab function to function great value, minimum value of output a discrete signal their location ~)
- 2012-08-17 11:05:17下载
- 积分:1
-
VCmatlab2
VC++与matlab混合编程。包含源代码和文档说明。(VC++ mixed programming with matlab. Contains the source code and documentation.)
- 2021-03-04 18:59:32下载
- 积分:1
-
chapter09
matlab 中的一些很用的 基本代码。数值分析于应用一书里面的例子。(Matlab numerical analysis in the application of some very basic code.)
- 2013-04-27 10:42:07下载
- 积分:1
-
matlabgui1
matlab gui..................(matlab gui.........................)
- 2013-11-03 20:47:36下载
- 积分:1
-
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