-
s_function_tutorial
Embedded Application using Matlab
- 2009-06-09 15:12:05下载
- 积分:1
-
source
C/C++中调用MATLAB引擎的数值仿真的实现,
微分方程文件“fun.m”放在matlab的work目录下(C/C++ in the MATLAB engine called the realization of the numerical simulation, differential equations documents " fun.m" on the work directory matlab)
- 2009-05-11 00:10:07下载
- 积分:1
-
HEED
简单的matlabheed算法,适用于初学者(Simple matlabheed algorithm, it is suitable for beginners)
- 2012-09-26 21:27:00下载
- 积分: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
-
Aexpp06_adaptd
自适应陷波器的仿真程序源码,初级入门的的matlab仿真程序源码 可直接使用。
(Adaptive notch filter simulation program source code, the primary entry of the Matlab simulation program source can be used directly.)
- 2012-07-18 20:51:54下载
- 积分:1
-
mohu
这是一个模糊算法的框架,只需修改模糊规则表,就可以移植到自己的工程中。(This is an algorithm of fuzzy algorithm framework, only need to modify the fuzzy rules table after can be transplanted to their own project.)
- 2016-01-21 15:36:49下载
- 积分:1
-
glm-0.9.4.6
glm for lybrary in the Open GL program, that let you make a file including glm.
- 2020-10-09 20:57:34下载
- 积分:1
-
emd_blx
这是一种包络线的实例特殊情况emd_blX(This is an example of envelope special circumstances emd_blx)
- 2009-09-21 10:37:39下载
- 积分:1
-
VBMatlab
:VB与Matlab混合编程方法,通过建立VB与Matlab间的ActiveX连接,实现VB应用程序中调用Matlab,
建立与Matlab ActiveX服务器的连接。该方法通过利用ActiveX技术、应用DDE与Matlab通讯、使用MatrixVB、
生成执行文件、编译动态链接库等步骤实现(: VB and Matlab programming mix, VB and Matlab through the establishment of connection between the ActiveX, VB application, call the realization of Matlab, the establishment and Matlab ActiveX server. The method is through the use of ActiveX technologies, applications and Matlab DDE communication, the use of MatrixVB, generated executable file, compiled dynamic link libraries and other steps to achieve)
- 2011-05-05 13:12:27下载
- 积分:1
-
anpr
automatic number plate using C
- 2010-05-13 23:42:20下载
- 积分:1