代码搜索:Ls 有哪些应用?

找到约 10,000 项符合「Ls 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/325773/13185759

m cp0901_sm2_pam.m

% % Function 9.2: "cp0901_sm2_PAM" % % Evaluates the term SIGMAm^2 ('sm2') for an input 'pulse' % sampled at 'fc'. % % Programmed by Guerino Giancola % function [sm2] = cp0901_sm2_PAM(pulse,
www.eeworm.com/read/324303/13273867

m deltablssvm.m

function model = deltablssvm(model,a1,a2) % Bias term correction for the LS-SVM classifier % % >> model = deltablssvm(model, b_new) % % This function is only useful in the object oriented function %
www.eeworm.com/read/238879/13317121

c llex.c

/* ** $Id: llex.c,v 2.20 2006/03/09 18:14:31 roberto Exp $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ #include #include #include #define llex_c #define
www.eeworm.com/read/318947/13466019

m deltablssvm.m

function model = deltablssvm(model,a1,a2) % Bias term correction for the LS-SVM classifier % % >> model = deltablssvm(model, b_new) % % This function is only useful in the object oriented function %
www.eeworm.com/read/316944/13514057

m deltablssvm.m

function model = deltablssvm(model,a1,a2) % Bias term correction for the LS-SVM classifier % % >> model = deltablssvm(model, b_new) % % This function is only useful in the object oriented function %
www.eeworm.com/read/315285/13547193

c a.c

#include struct f { char filename[8]; char fileex[3]; char shuxing; char baoliu[10]; char shijian[2]; char riqi[2]; char qishi[2]; char daxiao[4]; }file[244]; int fd_ls() { int f,i,j
www.eeworm.com/read/304001/13805039

m melp_decoder.m

%C is the struct array which contain the coded data produced by coder. %function v=melp_decoder(C) d_init; C=c; TEMPSIZE=size(C); FRN=TEMPSIZE(2); for i=1:FRN ls2=d_lsf(C(i).ls); [G1,G2,
www.eeworm.com/read/303772/13809597

m iirpar.m

function [L,tfr]=iirpar(varargin) %IIRPAR Parameters for IIR windows % Usage: [L,tfr]=iirpar(Ls,a,M); % [L,tfr]=iirpar('dgt',Ls,a,M); % [L,tfr]=iirpar('dwilt',Ls,M); %
www.eeworm.com/read/301081/13866573

h jpegmark.h

/* SPMG/JPEG-LS IMPLEMENTATION V.2.1 ===================================== These programs are Copyright (c) University of British Columbia. All rights reserved. They may be freely redistribut
www.eeworm.com/read/147422/5729163

m maynefir.m

function [a,b,sig2,iflag] = maynefir(x,n,ip,iq,l,epsilon,nexp) iflag=0; [a sig2] = autocorr(x,n,l); u = cczflt(x,n,a,l); [a b iflag] = ls_my(x,u,x,n,ip,iq,epsilon); if iflag == -1 return; e