-
MatrixManip
this code is a matrix with 4 operation
- 2011-06-23 17:56:38下载
- 积分:1
-
gabor
gabor 小波matlab变换,与C结合(gabor wavelet transform matlab, and C combined)
- 2009-04-24 12:04:25下载
- 积分:1
-
xiongyali
matlab 匈牙利算法,百度搜到的,试了可以用(Hungarian algorithm matlab)
- 2011-09-10 17:57:33下载
- 积分:1
-
Program_0.1
Tutorial One (You should run it in the Command Window)
- 2012-04-22 18:27:41下载
- 积分:1
-
pip_audio
这是一段用于谱分析算法中的求蝶形算子的
子程序,此程序采用C语言编写,移植性比较强(This is a period for the spectral analysis algorithm for the subroutine butterfly operator, this procedure using C language, the transplantation of relatively strong)
- 2008-03-17 18:31:09下载
- 积分:1
-
LEACH
omnet++4.0实现的WSN中Leach算法,可以运行,200*200的区域中分布了400个节点(Leach algorithm in WSN omnet++ 4.0 to achieve, you can run.In the region of 200 * 200 distributed 400 nodes)
- 2014-08-08 20:22:15下载
- 积分:1
-
chapter19
matlab软件中有关elman神经网络预测的程序(matlab software procedures elman neural network prediction)
- 2013-12-10 09:42:57下载
- 积分:1
-
OCR2
this file classify number an alphabet
- 2009-12-05 01:00:35下载
- 积分: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
-
Array-data-to-calculate-the-average
该程序能够根据使用者的需要,通过调用相关的函数,完成数组的输入和输出,计算出该数组数据的平均值并输出。(The program can be based on user needs, by calling the related functions, complete the input and output of the array, the array data to calculate the average value and output.)
- 2014-09-07 23:48:17下载
- 积分:1