-
matlab
捷联惯性导航系统的matlab仿真程序 主要是针对飞行器 或者汽车 舰船(Matlab simulation of strapdown inertial navigation system program for aircraft or automobile ship)
- 2012-06-26 21:41:57下载
- 积分:1
-
Rectangular-Detection
矩形检测,基于MATLAB的利用霍夫变换,自己弄的,很实用(rectangular detection)
- 2021-04-25 22:58:46下载
- 积分:1
-
test_DEE_1
DEE model is use to define the model
- 2011-02-10 22:04:39下载
- 积分:1
-
inverse-park-transform
inverse park transformation using simulink blocks
- 2013-03-05 03:23:36下载
- 积分:1
-
DrawAroua
a matlab implementation that draws a circle
- 2013-11-13 16:20:54下载
- 积分:1
-
OFDM
OFDM系统仿真,包含串并转换,QAMmap,IFFT转换,并串转换之类。(OFDM System Simluation)
- 2014-10-25 20:00:40下载
- 积分:1
-
Interpolation
关于Matlab中曲线的插值与拟合的程序代码(Interpolation and fitting)
- 2010-06-23 10:28:44下载
- 积分:1
-
dyqmallat
一个关于小波多分辨率的代码,有详细的解释,并附上运行出来的结果图。是用MATLAB写的(On wavelet multi-resolution codes, there is a detailed explanation, together with the results running on Fig. Are written using MATLAB)
- 2009-03-24 18:49:32下载
- 积分:1
-
xiezhen
说明: 算谐振频率的一个小程序,并结果附图,很有参考价值(Operator resonant frequency of a small program, and the results of drawings, of great reference value to)
- 2010-03-18 20:56: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