代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/351636/3102429

cxx vnl_matlab_print+double-.cxx

#include VNL_MATLAB_PRINT_INSTANTIATE(double);
www.eeworm.com/read/351636/3102465

cxx vnl_matlab_print+uint-.cxx

#include VNL_MATLAB_PRINT_INSTANTIATE(unsigned int);
www.eeworm.com/read/351636/3102509

cxx vnl_matlab_print+float-.cxx

#include VNL_MATLAB_PRINT_INSTANTIATE(float);
www.eeworm.com/read/351636/3102824

h vnl_matlab_print2.h

// This is core/vnl/vnl_matlab_print2.h #ifndef vnl_matlab_print2_h_ #define vnl_matlab_print2_h_ #ifdef VCL_NEEDS_PRAGMA_INTERFACE #pragma interface #endif //: // \file // // After including
www.eeworm.com/read/351636/3102835

h vnl_matlab_print_format.h

#ifndef vnl_matlab_print_format_h_ #define vnl_matlab_print_format_h_ /* fsm */ //: // \file //: pretty-printing matlab formats enum vnl_matlab_print_format { vnl_matlab_print_format
www.eeworm.com/read/351636/3102874

cxx vnl_matlab_print_scalar.cxx

// This is core/vnl/vnl_matlab_print_scalar.cxx #include "vnl_matlab_print_scalar.h" #include // sprintf() #include // abort() #include // strle
www.eeworm.com/read/351636/3102888

h vnl_matlab_print_scalar.h

#ifndef vnl_matlab_print_scalar_h_ #define vnl_matlab_print_scalar_h_ /* fsm */ //: // \file #include #include #include
www.eeworm.com/read/351636/3103094

cxx vnl_matlab_print_format.cxx

// This is core/vnl/vnl_matlab_print_format.cxx #include "vnl_matlab_print_format.h" //: // \file #include #include //: Choose precision in printouts. // //
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