-
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
-
shiyanbaogao
matlab实现信息论实验,一般信道容量迭代算法实验,绘制二元熵函数曲线实验等。(matlab experimental realization of information theory, iterative algorithm for general channel capacity test, drawing binary entropy function curve experiments.)
- 2010-06-21 15:22:14下载
- 积分:1
-
MATLAB__applications_
Newton-Raphson method is implemented via MATLAB
Thrown ball trajectory and projectile study
Tire model-Magic Formula of Pacejka is implemented in MATLAB
Leibnitz series of pi approximation
Amusement ride - corkscrew plot in 3D
- 2010-09-29 14:33:36下载
- 积分:1
-
control-chart
质量控制图模板,X-R控制图,可以用于质量工程师在企业内部进行过程质量控制(template of process control chart, x-r chart,which can be used for process control)
- 2014-08-26 13:11:31下载
- 积分:1
-
Localization
各种无线定位算法的源代码 包括DV-Hop 算法 RSSI算法的,APIT等算法的代码,各种代码的仿真结果图。(A variety of wireless location algorithm source code, including DV-Hop algorithm RSSI algorithm, APIT algorithm code, a variety of code simulation results map.)
- 2014-01-08 00:09:41下载
- 积分:1
-
sift
c语言和matlab实现sift算法,很实用的啊!(c and matlab program complete sift arithmetic)
- 2009-04-28 16:47:47下载
- 积分:1
-
DET_selection
是一种特征选择方法,距离评价技术,可以降低特征值的维数。(Is a kind of feature selection methods, distance evaluation technology, can reduce the characteristic value of the dimension.)
- 2013-01-09 14:43:47下载
- 积分:1
-
ncut_multiscale_1_4
ncut分割算法matlab代码,需要的可以看看(ncut code)
- 2011-12-12 16:06:51下载
- 积分:1
-
allfitdist
This script selects the best fit according to BIC and AIC criterions.
- 2012-04-13 00:44:09下载
- 积分:1
-
garchfit
garchfit函数的用法,用于ARMA参数的拟合,给出参数的极大似然估计值。(The function of the usage of garchfit for ARMA parameter fitting, given the parameters of a great likelihood estimate.)
- 2013-03-06 13:32:21下载
- 积分:1