-
Y868460[1]
matlabde的一些东西大家可以下下看啊(matlabde some things we can look at under ah ha ha)
- 2007-04-05 00:34:50下载
- 积分:1
-
kdtree-realization
K-d树实现。采用matalb和C++混合编译的方式实现。(kdtree provides a minimalistic implementation of kd-tree.
The implementation can be used either inside MATLAB by means
of MEX calls, or as a standalone tool, directly a C/C++
program. )
- 2015-04-09 10:37:33下载
- 积分: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
-
SVM
支持向量机源程序代码,c++运行环境,matlab例程(SVM source code, c++ runtime environment, matlab routine)
- 2013-03-12 19:58:33下载
- 积分:1
-
MATLAB
关于学习C++的资料,适合初学者使用,有关数学建模(Learning C++ on the information, suitable for beginners, the mathematical modeling)
- 2010-09-28 10:55:32下载
- 积分:1
-
OpenTLD-master
TLD跟踪算法源代码下载(纯C++版本),OpenTLD-master,某大牛重新编写的C++版本TLD跟踪算法,脱离MATLAB。(C++ impleletion of TLD)
- 2014-01-16 21:18:38下载
- 积分:1
-
dbscan-721ea2b3e634.tar
K-MEANS algorithm Input: cluster number k, and contains n data object . Output: the minimum
- 2014-11-11 18:28:48下载
- 积分:1
-
Example2
vc++和matlab混合编程m文件的读取(VC++ and matlab)
- 2011-04-26 15:40:29下载
- 积分:1
-
CMathLink
说明: C程序利用Mathematica通讯机制Mathlink调用Mathkenerl的一个类.(C program using Mathematica communication mechanism Mathlink call Mathkenerl of a class.)
- 2010-04-05 01:41:38下载
- 积分:1
-
fun_fre_dec_cal_X2
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2020-12-05 13:19:24下载
- 积分:1