-
matlab程序
用MATLAB程序实现演化博弈的均衡求解(Equilibrium solution for evolutionary game)
- 2020-12-28 19:09:01下载
- 积分:1
-
pmw
计算光子晶体带隙,利用平面波占开发计算光子晶体的带隙(Calculated photonic bandgap account for the development of photonic crystals using plane wave bandgap)
- 2013-03-11 21:37:24下载
- 积分:1
-
memdc
说明: 内存dc,内存dc是用于双缓冲,以解决重绘闪烁的问题(Memory dc, memory dc for double buffering to resolve the issue of flickering redraw)
- 2009-08-16 20:07:18下载
- 积分:1
-
showmtrix
在vc中调用matlab生成的dll示例,传递的参数在vc中是数组,对应matlab中是矩阵(Calling matlab in vc generated dll example, pass a parameter is an array in vc, is the matrix corresponding to matlab)
- 2007-12-19 18:57:36下载
- 积分:1
-
MiniMatlab
迷你MATLAB 支持基础运算 矩阵运算 数学统计函数作图 线性方程组和一般简单方程求解(Mini MATLAB matrix operations support basic computing functions mapping mathematical statistics and general linear equations to solve simple equations)
- 2011-09-02 18:45:11下载
- 积分: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
-
RVM
预测分类,针对目标样本进行训练比对,预测有可能发生的情况(Predictive classification, target training samples compared to predicted situation may occur)
- 2013-12-17 21:01:12下载
- 积分:1
-
matlab_VC
matlab与vc的混合编程说明,主要是如何配置环境,有详细的截图说明(the help for together using of matlab and VC6.0,including collocate environment and giving detailed
illustrate
)
- 2012-01-03 21:48:36下载
- 积分:1
-
fsk_demodualtion
课程设计需要运用MATLAB编程实现2ASK,2FSK,2PSK,2DPSK调制解调过程,并且输出其调制后的波形,画出频谱、功率谱密度图,并比较各种调制的误码率情况,讨论其调制效果。(Curriculum design requires the use of MATLAB programming 2ASK 2FSK, 2PSK 2DPSK modulation demodulation process and output modulated waveform, draw the spectrum, power spectrum density map and compare various modulation BER discuss its modulation effect.)
- 2012-11-14 20:03:16下载
- 积分:1
-
Mlvsshudonnga
用matlab实现了数字信号处理中的多采样样转换,并依此原理进行采样转换滤波器的设计。
(Multi-sampling samples converted digital signal processing using matlab, and so the principle of sampling conversion filter design.)
- 2012-08-23 20:37:10下载
- 积分:1