-
huitu
这是个主要介绍利用MATLAB来绘图的经典程序,其中有很多程序可以直接借用,希望能对你有所帮助。(This is mainly introduces the use of MATLAB to the classic drawing process, in which there are many programs can be directly borrowed, hoping for your help.)
- 2009-10-04 16:50:04下载
- 积分:1
-
etxvi
能量谱分析计算,处理信号的时频分析,利用最小二乘算法实现对三维平面的拟合。( Energy spectrum analysis and calculation, When processing a signal frequency analysis, Least-squares algorithm to fit a three-dimensional plane.)
- 2017-05-19 09:36:19下载
- 积分:1
-
LinWPSO
改进的粒子群算法在matlab中的应用,程序简单(Improved particle swarm algorithm in matlab, simple procedures)
- 2013-04-06 20:29:12下载
- 积分:1
-
Picture-Viewer
matlab GUI下的图片浏览器源代码(Picture Viewer source code matlab GUI)
- 2013-05-15 20:46:38下载
- 积分:1
-
ID3.m
说明: 这个Matlab环境下的模式分类算法集提供了二维两类分类问题的很多可视化程序(the Matlab environment under the classification algorithm provides a two-dimensional set two classifications of many visual programming)
- 2006-03-19 11:50:11下载
- 积分: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
-
closed_loop1
closed loop model for dc motor control...
- 2015-02-14 14:47:19下载
- 积分:1
-
hzhwtryq
单径或多径瑞利衰落信道仿真,采用热核构造权重,本程序的性能已经超过其他算法,直线阵采用切比学夫加权控制主旁瓣比,包括广义互相关函数GCC时延估计,鲁棒性好,性能优越。( Single path or multipath Rayleigh fading channel simulation, Thermonuclear using weighting factors This program has exceeded the performance of other algorithms, Linear array using cut than learning laid upon the right control of the main sidelobe ratio, Including the generalized cross-correlation function GCC time delay estimation, Robustness, superior performance.)
- 2016-03-11 22:19:46下载
- 积分:1
-
gads
matlab7 gads工具箱,非常难得的资料,将其拷到matlab7主目录下,或工具箱目录下即可(Toolbox matlab7 gads, very rare information Kaodao matlab7 their home directory, or directory can Toolbox)
- 2008-03-11 18:56:29下载
- 积分:1
-
aritificial-ant-algorithms-for-TSP
说明: 应用双种群蚁群算法解决TSP问题,计算速度快,准确率高(Application of ant colony algorithm to solve TSP double population problem, computational speed, high accuracy)
- 2011-03-16 16:45:32下载
- 积分:1