-
speaker-recognition
speech recognition using matlab....sousce definition
- 2011-11-05 15:37:08下载
- 积分:1
-
GM1_1
灰色理论认为系统的行为现象尽管是朦胧的,数据是复杂的,但它毕竟是有序的,是有整体功能的。灰数的生成,就是从杂乱中寻找出规律。同时,灰色理论建立的是生成数据模型,不是原始数据模型,因此,灰色预测的数据是通过生成数据的gm(1,1)模型所得到的预测值的逆处理结果。(Gray theory that the behavior of the system even though the phenomenon is dim, the data is complex, but still it is ordered, there is a whole function. Gray number generation, that is, from the clutter to find out the laws. Meanwhile, the gray theory is to generate the data model, not the original data model, so gray prediction data by generating data gm (1,1) model predicted values obtained result of the inverse process.)
- 2013-09-24 00:48:16下载
- 积分:1
-
MATLAB-Programming-for-Engineers
这本书详细讲述了如何用MATLAB进行程序设计,如何编写清楚,高校的程序(This is a very excellent book and it explains clearly how to use MATLAB to handle our calculation and engineering projects.)
- 2012-11-13 05:47:57下载
- 积分:1
-
802.3-2012_section5
IEEE 802.3 - 2012 Section Five
IEEE Standard for Ethernet
- 2015-04-03 09:48:47下载
- 积分:1
-
An-Introduction-to-Programming-and-Numerical-Meth
An Introduction to Programming and Numerical Methods in MATLAB - S.R. Otto & J.P. Denier
- 2012-11-24 16:43:34下载
- 积分:1
-
minPMAC
这个程序实现了一个mini的MAC系统,唯一的缺点是并没有考虑到功率限制的问题。(This program realise a system of minipac,the only shortcoming is that the lack consideration of power constraint.)
- 2009-12-12 20:58:09下载
- 积分:1
-
CSalgorithm
压缩感知理论对图像数据进行采集,并利用重构算法omp,GSPR,ST0等算法进行分析视频重构图像的效果(Compressed sensing theory for image data acquisition and reconstruction algorithm using omp, GSPR, ST0 video reconstruction algorithms to analyze the effect of image)
- 2014-09-16 19:35:23下载
- 积分:1
-
exa050403
最小相位系统,混合相位系统,最大相位系统,计算三者的幅频响应,相频响应和冲激相应(Minimum phase system, mixed-phase system, the largest phase system, the calculation of the amplitude-frequency response to the three, with the corresponding frequency response and impulse)
- 2009-05-09 22:27:42下载
- 积分: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
-
AIRtools_matlab
This collection of MATLAB software contains implementations of several Algebraic Iterative
Reconstruction methods for discretizations of inverse problems.
- 2011-12-24 22:22:34下载
- 积分:1