-
bp-matlab
一个matlab实现bp的源文件,也许各位用得上,请大家多多指教(Bp realize a matlab source files, perhaps you useful, please everyone exhibitions)
- 2008-02-28 15:22:11下载
- 积分:1
-
e0c017a5db62
经典谱估计,平均功率法,周期图法,bt算法,代码清晰明了,还配有注释(Classical spectrum estimation, the average power method, periodogram, bt algorithm code clarity, comes with comments)
- 2015-06-12 14:30:21下载
- 积分:1
-
Vega-Prime-paper
关于Vega Prime的12篇期刊论文,涉及VP多场景切换、坐标系、多通道、飞行视景仿真等问题,有相当的参考价值。(About Vega Prime' s 12 journal articles, and more scenes involving VP switching coordinates, multi-channel, flight visual simulation and other issues, there is considerable reference value.)
- 2013-12-04 23:35:20下载
- 积分:1
-
BakeCode
BakeCode通信原理的巴克码模拟编码实现(BakeCode communication principle of Barker code simulation Coding)
- 2014-08-22 15:01:52下载
- 积分: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
-
MARBURG
平稳随机信号的参数模型功率谱估计——模型的Burg法求参数(AR-BURG)
- 2009-02-28 14:26:51下载
- 积分:1
-
ShutDown
SYSTEM SHUTDOWN Process
- 2015-01-29 14:34:32下载
- 积分:1
-
cPPmatlab
在vc中实现matlab gui引擎的调用,实现绘图功能(Matlab gui engine call the drawing function in vc)
- 2012-06-12 16:40:27下载
- 积分:1
-
HDMI
HDMI 中文完全手冊,从基础到提高全面介绍HDMI(HDMI Chinese fully manual, from the basics to improve the overall description is HDMI)
- 2010-11-17 18:43:13下载
- 积分:1
-
matlab-C
matlab和c++程序的接口指导示例,帮助大家在matlab中调用c程序(matlab and c++ program interface guiding example,Call c program in matlab)
- 2012-11-20 21:48:00下载
- 积分:1