代码搜索:MatLab

找到约 10,000 项符合「MatLab」的源代码

代码结果 10,000
www.eeworm.com/read/475967/6771733

htm time series analysis with matlab.htm

Time Series Analysis with Matlab
www.eeworm.com/read/475794/6778519

txt lms,nlms,rls_by_matlab.txt

LMS算法的仿真程序: %lms 算法 clear all close all hold off%系统信道权数 sysorder = 5 ;%抽头数 N=1000;%总采样次数 inp = randn(N,1);%产生高斯随机系列 n = randn(N,1); [b,a] = butter(2,0.25); Gz = tf(b,a,-1);%逆变换函数 h= [0.0976