-
matlab
自适应的最小均方算法:只要自适应线性组合器每次迭代运算时都知道输入信号和参考响应,选用LMS算法很合适。(Adaptive least mean square (LMS) algorithm: as long as the adaptive linear combiner for each iteration when they know that the input signal and reference response, selection of LMS algorithm is very appropriate.)
- 2009-11-14 09:32:11下载
- 积分:1
-
matlabdaima
说明: 一些matlab程序代码,在通信原理中实现一系列实验内容(Some matlab code, in communications to achieve some functional theory)
- 2010-04-10 21:46:34下载
- 积分: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
-
gearing
matlab程序,适用于求解螺旋锥齿轮啮合线分析,其中以对数螺旋齿轮分析(Matlab procedures applicable to the solving of spiral bevel gear meshing line analysis, with a few pairs of helical gear Analysis)
- 2007-05-07 21:30:43下载
- 积分:1
-
matlab300
matlab实用程序300个,包括图形应用,界面设计,数值分析和图形处理等(Matlab utility to 300, including graphics applications, interface design, numerical analysis and graphics processing, etc)
- 2014-08-31 15:34:42下载
- 积分:1
-
text2
用Simulink中的SimPowersystem完成一个转速、电流双闭环直流调速系统的设计与仿真。采用三相桥式整流,平波电抗器Lp的大小可根据根据仿真调整。给出电机在空载启动,以及在2.5S后加额定负载时转速、电流、电压的变化曲线,并结合调速理论分析这些曲线。(With Simulink in SimPowersystem complete a speed, current double-loop DC speed design and simulation system. Three-phase bridge rectifier, smoothing reactors Lp size can be adjusted according to the simulation. Start the motor load is given, and the speed curve when the rated load after 2.5S, current, voltage, speed and theoretical analysis of these binding curves.)
- 2014-01-17 09:43:22下载
- 积分:1
-
c-code
this is simple c code for the introduction to C World
- 2014-10-05 09:58:23下载
- 积分:1
-
code-(5)
MATLAB CODE FOR GEOMETRIC TRANSFORMATION
- 2015-02-04 13:53:36下载
- 积分:1
-
dft-and-lattice
DFT and an example of IIR Cascaded Lattice Structure sumilation developped in matlab
- 2015-03-17 18:02:19下载
- 积分:1
-
xcorr1
关于互相关函数的matlab程序,按照互相关函数公式编写的matlab程序(The matlab program of cross-correlation function
)
- 2012-03-07 19:31:48下载
- 积分:1