-
CircleBuffer
模板类名:CircleBuffer
功 能:环形缓冲区
优 点:相对于队列来说减少了很多对地址的反复操作,增加稳定性。(Template class name: CircleBuffer function: the ring buffer Pros: relative to the queue for reduced many repeated operation of the address, to increase stability.)
- 2013-03-29 23:07:39下载
- 积分:1
-
fft2d
离散傅立叶变换已成为数字信号处理的重要工具,然而,它的计算量较大,运算时间长,在某种程度上却限制了它的使用范围。快速算法大大提高了运算速度,在某些应用场合已能作到实时处理,并且开始应用于控制系统。(Discrete Fourier Transform digital signal processing has become an important tool, however, the calculation of its larger, long computing time, but in a way limits the scope of its use. Fast Algorithm for greatly enhanced speed of operation, in some applications has been able to do real-time processing and control system began to be used.)
- 2007-09-17 20:46:15下载
- 积分: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
-
daima
很好的matlab代码,适合初学者,快来下
- 2011-09-20 17:38:06下载
- 积分:1
-
Visual-CPP_MATLAB
vc++和matlab的图像处理应用程序,可以相互调用,属于混合编程的各个实例程序。(VC++ and MATLAB image processing applications, can call each other, belonging to the mixed programming various examples of procedures.)
- 2012-01-02 20:12:03下载
- 积分:1
-
fz
说明: 改进欧拉法的matlab程序,并且其中有一个例子(Improved Euler method matlab program, and an example)
- 2012-06-26 22:10:09下载
- 积分:1
-
SimuWave
在matlab/simulink目前还没有更好地实现小波包模块,simuwave包括了各种各样的小波包子模块,可以自己实现小波分解。( At present, matlab/simulink is still not better to implement the wavelet packet module, simuwave includes a variety of wavelet packet module, you can realize the wavelet decomposition.
)
- 2016-06-25 08:37:38下载
- 积分:1
-
VC-call-matlab-multiThread
VC++调用matlab画图,效果很好!值得看(VC++ Call matlab drawing, the effect is very good!)
- 2013-09-24 17:30:51下载
- 积分:1
-
20081003
支持向量机方法,用matlab实现,用于分类(Support Vector Machine method, using matlab realize for classification)
- 2008-05-23 15:00:32下载
- 积分:1
-
binary_code_new
信号分选,雷达信号分选,雷达对抗信息处理(Signal sorting Radar signal sorting, radar information processing)
- 2012-09-13 13:17:16下载
- 积分:1