-
实例96 在CC++中调用Matlab
在CC++中调用Matlab,Matlab应用广泛,但怎样在CC++中调用呢?(Calling Matlab and Matlab widespread use, but how the CC call?)
- 2005-08-14 21:09:51下载
- 积分:1
-
marioti.tar
ES UN PROGRAMA DE MARIO BROS
- 2014-10-13 18:27:08下载
- 积分:1
-
matlabcuda
说明: MATLABcuda编程指南,很好用的,大家有兴趣的有看看。(MATLABcuda programming guide, useful, and we are interested in a look.)
- 2010-05-04 17:38:47下载
- 积分:1
-
bbch0001
用c++编的matlab程序.是变步长方程解法.希望能给大家帮助,都是老师给布置的作业!谢谢!(using Matlab c addendum to the proceedings. Is a variable step equations. I hope that it provides help, teachers are to the layout of operations! Thank you!)
- 2006-10-15 19:55:22下载
- 积分:1
-
xb050229
希尔伯特变换理论及其在工程领域的应用,介绍了原理及其实现方法(hibert transform)
- 2009-05-01 20:27:37下载
- 积分:1
-
magnet_test_code
matlab自动代码生成的源程序,和飞思卡尔mc9s12dg128集成(matlab code)
- 2013-08-21 14:24:05下载
- 积分:1
-
捕获IP数据包的小程序(c)
说明: 捕获IP数据包的小程序,原理是使用PCAP库.开发语言为C(IP packet capture the small programs, principles for the use of Cards. For the C programming language)
- 2005-11-10 08:52:00下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
MPSOtzipA
有关MATLAB编程的粒子群群算法,有几个算例可直接使用。
(About MATLAB programming particle swarm swarm optimization, there are a few examples can be used directly.)
- 2012-09-30 13:19:58下载
- 积分:1
-
Main_SVC_C
说明: svm工具箱,应用于matlab平台,给出了C_SVC二类分类算法的历程(svm toolbox, used matlab platform, given C_SVC the course of second-class Classification Algorithm)
- 2010-03-26 09:06:21下载
- 积分:1