代码搜索:linear

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

代码结果 10,000
www.eeworm.com/read/237896/13921132

m linear_array_gui.m

function varargout = linear_array_gui(varargin) % LINEAR_ARRAY_GUI M-file for linear_array_gui.fig % LINEAR_ARRAY_GUI, by itself, creates a new LINEAR_ARRAY_GUI or raises the existing % s
www.eeworm.com/read/203170/15364480

m linear_buffer_delay.m

% delay.m - M-fold delay % % w = delay(M, w) % % w is the (M+1)-dimensional linear delay-line buffer % based on delay.c function w = delay(M, w) w(M+1:-1:2) = w((M+1:-1:2)-1);
www.eeworm.com/read/202191/15389969

m adaptive_linear_equalizer.m

% MATLAB script for Illustrative Problem 12, Chapter 6. echo on N=500; % length of the information sequence K=5; actual_isi=[0.05 -0.063 0.088 -0.126 -0.25 0.9047 0.25 0 0.126 0.038 0.088];
www.eeworm.com/read/111752/15504208

gz linear-rng.tar.gz

www.eeworm.com/read/108140/15593563

gz linear-rng.tar.gz

www.eeworm.com/read/133539/14036321

x linearregression_smob.x

scm_make_gsubr( "linear-regression?" , 1 , 0 , 0 , reinterpret_cast(scm_fn_linreg_p )); scm_make_gsubr( "linear-regression" , 2 , 0 , 0 , reinterpret_cast
www.eeworm.com/read/291597/8408088

m f6_linear_dyn.m

% f6_linear_dyn.m % Schaffer's F6 function % commonly used to test optimization/global minimization problems % % This version moves the minimum about a Fermat Spiral % according to the equation:
www.eeworm.com/read/187848/8596275

m f6_linear_dyn.m

% f6_linear_dyn.m % Schaffer's F6 function % commonly used to test optimization/global minimization problems % % This version moves the minimum linearly along a 45 deg angle in x,y space % Bria
www.eeworm.com/read/287361/8689818

w01 linear2d.w01