代码搜索: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
www.eeworm.com/read/454319/6786248
pdf essential matlab for engineers and scientists.pdf
www.eeworm.com/read/475086/6803066
ppt 第5章 matlab绘图.ppt
www.eeworm.com/read/474786/6806981
pdf computational statistics handbook with matlab.pdf
www.eeworm.com/read/474409/6808937
ppt 第5章 matlab绘图.ppt
www.eeworm.com/read/474349/6821102
kdh matlab下实现huffman编码.kdh
www.eeworm.com/read/473707/6833750
pdf numerical_method_using_matlab.pdf
www.eeworm.com/read/473495/6845004
jpg matlab数学手册封面.jpg
www.eeworm.com/read/473520/6845234