代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/428159/8888589
cmm intc_hw_run_from_ram.cmm
; INTC_HW_run_from_ram.cmm -initializes 5500 and downloads symbols
; Initial Rev S.M. April 19, 2004
; Rev SM Jan 18 2005- Sys.BdmClock line added; SYS.OPTION VECTORS deleted
Sys.Down
Sys.Bd
www.eeworm.com/read/428159/8888722
cmm emios-opwm-run-from-ram.cmm
; eMIOS-OPWM-run-from-ram.cmm -initializes and downloads program to SRAM
; May 22 2008 SM- initial MPC563x version. CPU init based on R Dees scripts
&flashbase=0x00000000
&shadowbase=0x00ffc000
www.eeworm.com/read/428159/8888726
cmm emios-opwm-run-from-flash.cmm
; eMIOS-OPWM-run-from-flash.cmm -initializes 5554 and downloads program to L2SRAM
; Initial Rev S.M. April 19, 2004
; Rev SM Jan 18 2005- Sys.BdmClock line added; SYS.OPTION VECTORS deleted
;wi
www.eeworm.com/read/371680/9542089
m init_lpm_lpm.m
function [x0,v0]= init_LPm_LPm(mapfile, x, p, ap,n,varargin)
%
% [x0,v0]= init_LPm_LPm(mapfile, x, p, ap,n,varargin)
%
% Initializes a fold continuation from a LP point
% %% %%
%
glob
www.eeworm.com/read/147682/5728070
m init_mcfdadjlms.m
% [NB,W,w,x,y,d,e,p,S,SE,yF,feF] = init_mcfdadjlms(NC,NL,Nref,Nact,Nsens,s,se,w0,xn0,d0)
%
% Creates and initializes the variables required for the
% Multi-Channel Frequency Domain Adjoint
www.eeworm.com/read/147682/5728079
m init_outerr.m
% [u,w,c,y,d,e,mu,Px,Py]=init_outerr(N,M,u0,w0,c0,d0,mu0)
%
% Creates and initializes the variables required for the
% Output Error Adaptive Recursive Filter
% algorithm. The filter
www.eeworm.com/read/147682/5728093
m init_mvsslms.m
% [w,x,d,y,e,g,mu] = init_mvsslms(L,w0,x0,d0,mu0,g0)
% Creates and initializes the variables required for the
% Variable Step Size LMS algorithm.
%
% Input Parameters::
% L : adapt
www.eeworm.com/read/147682/5728100
m init_adjlms.m
% [w,x,y,d,e,p] = init_adjlms(L,s,se,w0,x0,d0,y0,e0)
%
% Creates and initializes the variables required for the
% Adjoint Least Mean Squares (ADJLMS) Adaptive Filter algorithm
% for us
www.eeworm.com/read/147682/5728103
m init_fxlms.m
% [w,x,y,d,e,p,fx] = init_fxlms(L,s,se,w0,x0,d0,y0)
%
% Creates and initializes the variables required for the
% Filtered-x Least Mean Squares (FXLMS) Adaptive Filter algorithm
% for u
www.eeworm.com/read/147682/5728106
m init_vsslms.m
% [w,x,d,y,e,g,mu] = init_vsslms(L,w0,x0,d0,mu0,g0)
% Creates and initializes the variables required for the
% Variable Step Size LMS algorithm.
%
% Input Parameters::
% L : adapti