-
MatlabandVC++
说明: 文章叙述了VC++和matlab之间的接口,是用他们同时开发一个项目的好文章(The article describes the VC++ And the interface between matlab, is to use them to develop a project at the same time a good article)
- 2008-12-05 19:05:21下载
- 积分:1
-
Chinese-Convert-Pro-3.5.1-Final
Nothing to do, we need to learn how to trick something on the webs
- 2014-01-09 01:53:33下载
- 积分:1
-
PMAX
交流网络最大输电能力计算程序,便于分析电网最大输电能力和稳定评估(Exchange network transmission capacity calculation procedures to facilitate the analysis grid transmission capacity and stability assessment)
- 2013-02-02 23:35:37下载
- 积分: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
-
Tkalfilterh
标准的卡尔曼滤波程序,使用matlab实现,程序中通通过一个简单的模拟,说明了卡尔曼滤波器的跟踪滤波原理。
(Standard Kalman filtering procedures, the use of Matlab implementation, pass through a simple simulation program, the Kalman filter tracking filter principles.)
- 2012-08-12 00:15:02下载
- 积分:1
-
stransform
s变换的C程序,简便实用,很容易读懂和理解,对于初学者来说,是掌握S变换的良好实例。(s transformation of C procedures, simple and practical, it is easy to read and understand for beginners, it is to master a good example of S transform.)
- 2009-07-13 21:18:14下载
- 积分:1
-
yuandaima
matlab GUI界面程序设计源代码 对编界面的初学者十分有用(matlab GUI interface programming source code compiled interface is very useful for beginners)
- 2012-09-21 11:37:08下载
- 积分:1
-
Matlab-senior-notes-
Matlab高级讲义之计算机辅助设计与仿真技术概述(Matlab senior notes- an overview of computer-aided design and simulation)
- 2011-12-24 21:04:32下载
- 积分:1
-
hilbertvb1
Hilbert变换,经过测试,与matlab一致(Hilbert transform, tested, consistent with matlab)
- 2013-01-12 21:37:34下载
- 积分:1
-
VC-call-matlab-multiThread
VC++调用matlab画图,效果很好!值得看(VC++ Call matlab drawing, the effect is very good!)
- 2013-09-24 17:30:51下载
- 积分:1