代码搜索:MATlab

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

代码结果 10,000
www.eeworm.com/read/222378/14693993

vhd subdds_lut.vhd

-------------------------------------------------------------------------------------------- -- -- DSP Builder (Version 2.1.3 Build 31) -- Quartus II development tool and MATLAB/Simulink Interface
www.eeworm.com/read/222378/14693996

vec dds.vec

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % DSP Builder (Version 2.1.3 Build 31)% % Quartus II development tool and MATLAB/Simulink Interface% %
www.eeworm.com/read/222378/14694014

vhd dds.vhd

-------------------------------------------------------------------------------------------- -- -- DSP Builder (Version 2.1.3 Build 31) -- Quartus II development tool and MATLAB/Simulink Interface
www.eeworm.com/read/222378/14694067

vhd tb_dds.vhd

-------------------------------------------------------------------------------------------- -- -- DSP Builder (Version 2.1.3 Build 31) -- Quartus II development tool and MATLAB/Simulink Interface
www.eeworm.com/read/222378/14694078

vhd subdds.vhd

-------------------------------------------------------------------------------------------- -- -- DSP Builder (Version 2.1.3 Build 31) -- Quartus II development tool and MATLAB/Simulink Interface
www.eeworm.com/read/222378/14694099

tcl dds_quartus.tcl

############################################################################################ ## ## DSP Builder (Version 2.1.3 Build 31) ## Quartus II development tool and MATLAB/Simulink Interface
www.eeworm.com/read/222288/14697933

m gseid.m

function X=gseid(A,B,P,delta, max1) % Input - A is an N x N nonsingular matrix % - B is an N x 1 matrix % - P is an N x 1 matrix; the initial guess % - delta is t
www.eeworm.com/read/222288/14697971

m approot.m

function R = approot (f,X,epsilon) % Input - f is object function % - X is the vector of abscissas % - epsilon is the tolerance % Output - R is the vector of approximate
www.eeworm.com/read/222288/14697973

m jacobi.m

function X=jacobi(A,B,P,delta, max1) % Input - A is an N x N nonsingular matrix % - B is an N x 1 matrix % - P is an N x 1 matrix; the initial guess % - delta is
www.eeworm.com/read/222288/14697989

m lspoly.m

function C = lspoly(X,Y,M) %Input - X is the 1xn abscissa vector % - Y is the 1xn ordinate vector % - M is the degree of the least-squares polynomial % Output - C is the c