-
lmsUntitled
一个lms算法的程序源码,能直接运行的源代码。(Lms algorithm a program source code, source code can be run directly.)
- 2010-10-24 14:00:28下载
- 积分:1
-
4352
自写曲率计算函数 ,关于非线性离散系统辨识,包含位置式PID算法、积分分离式PID。( Since writing the curvature calculation function, Nonlinear discrete system identification, It contains positional PID algorithm, integral separate PID.)
- 2017-04-23 20:02:43下载
- 积分:1
-
MatlabEngineConsoleTest
说明: VC与MATLAB混合编程,示范例子 使用C++开发(VC versus MATLAB )
- 2011-04-06 14:43:26下载
- 积分:1
-
signal-fourier-analysis
信号傅里叶变换的matlab程序,包括对幅频和相频的图形绘制(Signal Fourier transform matlab program, including the magnitude and phase frequency of the graphics rendering)
- 2011-05-21 21:23:55下载
- 积分:1
-
matlab-APF-7
matlab中的simulink 编辑的程序,应用于APF仿真(The editors of simulink matlab program, used in the APF simulation
)
- 2012-05-22 14:03:38下载
- 积分:1
-
geap
数值分析里面的高斯消元法利用全主元消去的程序(Numerical analysis method which use the Gaussian elimination procedure all main element elimination)
- 2010-12-01 21:54:45下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
qcf
量子计算例程网上的例程,详细请看内部readme(Quantum computing routines online routine, detailed look at the internal readme)
- 2011-04-21 16:12:40下载
- 积分:1
-
power_turbine
励磁同步电机仿真模型,可以应用于电网系统(The simulation model of excitation synchronous motor can be applied to the power grid system)
- 2018-01-01 15:04:25下载
- 积分:1
-
期末大作业1-逐步积分法
newmark_ode函数,求解地震波作用下的框架结构,还是挺好用的(newmark_ode
Newmark_ode function is useful for solving frame structures under seismic waves.)
- 2020-10-20 09:57:25下载
- 积分:1