-
3weiinitial
基于粒子群算法的一点个人的研究,希望与大家共同进步 (Particle swarm optimization based on a personal research, hope and progress together)
- 2011-01-04 19:42:52下载
- 积分:1
-
unrarsrc-5.2.6.tar
rar文件解压源码,为rarlab公司发布(source code for unrar-5.2.6,uppack the .rar files,for multi-os )
- 2015-03-25 15:53:19下载
- 积分:1
-
panel
空间计量经济学中空间面板模型的matlab实现程序(Space panel model of spatial econometrics matlab program)
- 2013-04-17 16:17:01下载
- 积分:1
-
DDS-programmed-in-matlab
用matlab实现dds,并进行相关参数分析(Using matlab to achieve dds)
- 2014-08-30 11:27:00下载
- 积分:1
-
satelite
通过卫星的测量方程和状态方程来求解卫星的姿态。包括四元数,角度,角速度等等。(By satellite measurements to solve equations and state equations of satellite attitude. Including the quaternion, angle, angular velocity and so on.)
- 2009-11-09 10:13:00下载
- 积分:1
-
PID-and-MATLAB-simulation-
先进PID控制及其MATLAB仿真(刘金锟)(Advanced PID control and MATLAB simulation (Liu Jinkun))
- 2014-09-03 10:38:49下载
- 积分:1
-
pwm
PWM project design 12 volt inverter circiut DIAGRAM
- 2013-12-24 19:15:18下载
- 积分:1
-
DSPfir
这是一个综合性的仿真程序。包括:用matlab生成一个FIR滤波器,得到滤波器系数及阶数;再用C语言产生一个混合频率的数字信号,之后将生成的数据样点送入到DSP主程序进行数字滤波,DSP主程序算法用的是循环缓冲区算法,这一部分在CCS上实现。(This is a comprehensive simulation program. Comprising: generating a matlab FIR filter, to obtain the filter coefficients and order then mixed to produce a C-frequency digital signal, and then the resulting data samples into the main program to the DSP for digital filtering, DSP main algorithm using a circular buffer algorithm, this part of the CCS to achieve.)
- 2013-09-15 21:16:30下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
LMS_test
Hello everybody,I am MAO,I am studying Least mean square algorithm right now.
- 2015-03-04 11:39:23下载
- 积分:1