-
AchievePIDparametreBaseOnPSO
利用粒子群优化算法来求解PID参数的一个好例子(get PID parameters based on PSO)
- 2020-11-12 23:09:44下载
- 积分:1
-
pwm
matlab仿真PWM控制直流电机,仿真曲线还可以(matlab simulation of the PWM control of DC machine, the simulation curve can also)
- 2012-07-04 22:40:44下载
- 积分:1
-
singlePHASEinv
Simulation of single phase inverter
- 2014-10-19 03:40:51下载
- 积分:1
-
case30
IEEE30节点数据 已验证 可运行 可借鉴(IEEE30 node data)
- 2012-06-05 11:26:34下载
- 积分:1
-
myEqualizer.m
一个复数域的自适应盲信号均衡器的MATLAB例程(A complex domain adaptive blind signal equalizer MATLAB routine)
- 2009-12-24 15:16:15下载
- 积分:1
-
Dwwaavreade
详细介绍了matlab中声声音录制、读写与播放的语句描述
(Described in detail the description of Matlab acoustic sound recording the statement, read and write and play)
- 2012-07-22 22:23:11下载
- 积分:1
-
capm-daima
CAPM代码,资本资产定价模型在Matlab中的实际应用。(Capital Asset Pricing Model with Missing Data)
- 2020-07-04 12:00:01下载
- 积分:1
-
Resultats
Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enhanced images using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering using MATLAB The function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance image sharpening images of high-pass filtering and mask treatment using Butterworth (Butterworth) low pass filter noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
- 2010-10-19 05:51:39下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
troposphereCorr
本程序为一个对流层延迟修正模型的matlab代码,可以较为准确的修正对流层延迟修正(This program is a tropospheric delay correction model matlab code, can provide a more accurate correction tropospheric delay correction)
- 2012-05-18 15:47:27下载
- 积分:1