-
chombo_package4
说明: 自适应网格划分通用程序包,美国伯克利大学开发。(Adaptive Mesh generic package, the United States developed at the University of Berkeley.)
- 2006-04-13 21:13:20下载
- 积分: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
-
simulink
全面、专业的介绍matlab中模块mulink模块的使用方法,列举的例题包含操作流程,非常实用。(Comprehensive, professional introduction matlab in Ostrava mulink modules to use, citing the examples include operating procedures, very practical.)
- 2013-07-21 16:43:57下载
- 积分:1
-
The-data-for-processing
这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要(This is knowledge about signal processing and it is very importance of kalman filter for matlab
)
- 2013-07-16 09:32:36下载
- 积分:1
-
Chapter2
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-02 11:19:16下载
- 积分:1
-
antparset
Spatial Channel model examples
- 2014-11-18 14:17:41下载
- 积分:1
-
CODE-FIX
ARRUAM CODIGO NO VISUAL BASIC
- 2014-08-20 00:54:03下载
- 积分:1
-
Note8_Dcm_debug_note
汽车开放式架构Autosar 中的诊断通信模块的调试笔记。(The doc is the debug note for the Dcm moude in the AUTOSAR .)
- 2014-08-12 17:30:43下载
- 积分:1
-
CDVine_1.1-11.tar
Vine copula for C vine和 D vine的估计等。(Vine copula for C vine and D vine.)
- 2014-11-24 20:12:14下载
- 积分:1
-
seek
说明: 乘积的最后三位的值只与乘数和被乘数的后三位有关,与乘数和被乘数的高位无关,利用此来求尾数(The last three values of the product only with the multiplier and the multiplicand on the back three, with a high multiplier and the multiplicand has nothing to do, take advantage of this to seek mantissa)
- 2010-03-24 21:16:03下载
- 积分:1