-
HaarWavelet
haar小波分析的类,只有头文件,输入为一个序列的信号,输出为haar小波分解后的各级参数(haar wavelet class)
- 2013-12-11 09:41:20下载
- 积分:1
-
VCformatlab
说明: 在Visual C++中调用matlab中定义的函数,可以方便利用matlab的资源(Calling Matlab defined in the function, Matlab can facilitate the use of resources)
- 2006-03-02 19:09:56下载
- 积分: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
-
bfload_flow
modifi bf load flow in matlab
- 2014-02-14 00:34:02下载
- 积分:1
-
DSCN2325
MATLAB 对各种信道模式下不同调制模式的仿真实例仿真分析(MATLAB model of the various channels of different modulation simulation analysis of the simulation examples)
- 2010-01-12 22:09:22下载
- 积分:1
-
vc与matlab接口
一个实现vc与matlab接口的程序,可在vc构建的平台上实现matlab的函数调用(a realization vc Matlab interface with the procedures in vc build on the platform to achieve the function call Matlab)
- 2005-03-29 15:43:47下载
- 积分:1
-
FFT-VCPP-1024-point
FFT VC++ 源码 50HZ 1024点 电压波形MATLAB验证 绝对正确 易修改为32点 64点128点 256点512点1024点等 C文件可直接应用于工程,非常好的C源码.rar(FFT 1024 point 512 point 128 point 64 point 32point)
- 2012-11-24 11:48:55下载
- 积分:1
-
Temps
must view while leaving any place from a company
- 2010-02-05 21:21:35下载
- 积分:1
-
lu
说明: 在用混沌理论和神经网络进行短期负荷预测时,神经网络的输入的选择至关重要,该程序用matlabl实现了基于混沌时间序列的嵌入维数的选择(In chaos theory and neural networks with short-term load forecasting, neural network is essential to choose the input, the program implemented with matlabl chaotic time series based on the number of choices of embedding dimension)
- 2010-05-26 19:48:46下载
- 积分:1
-
MCM2010
2010年美国大学生数学建模竞赛MCM A题一等奖论文与相关程序代码,解决棒球的最佳击球点的建模问题。程序由VC6编写,用到了VC6与MATLAB7的联合编程。希望对备战美赛或国赛的同学有所帮助(2010 American Mathematical Contest in Modeling MCM A prize question papers and related code to solve baseball' s best hitting point modeling. Procedures prepared by the VC6, use the VC6 and MATLAB7 joint programming. Want to prepare for the U.S. race or national competition helps students)
- 2010-05-25 11:18:48下载
- 积分:1