代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/299459/7850736

m demo_svm.m

function result = demo_svm(action,hfigure,varargin) % DEMO_SVM Demo on Support Vector Machines. % % Synopsis: % demo_svm % % Description: % DEMO_SVM demonstrates algorithms training the binary %
www.eeworm.com/read/198947/7902892

m pertone.m

% pertone Demonstrates Per Tone equalizers design functions % in the DMTTEQ Toolbox. % % To start the demo type "pertone". % % For more information use the "info" button after starting % the demo. %
www.eeworm.com/read/198947/7902991

m tfb.m

% TFB Demonstrates time domain equalizer filter bank design functions % in the DMTTEQ Toolbox. % % To start the demo type "tfb". % % For more information use the "info" button after starting % t
www.eeworm.com/read/433822/7907550

m norma.m

% Function normalizes matrix over [0,1] function [Dn] = norma(D); % Dn -> normalized vector over [0,1] [np,ni] = size(D); if ni == 1, Dn = (D - min(D))./(max(D)-min(D)); else, vmaxD = ma
www.eeworm.com/read/433768/7910395

m axisgui.m

function axisgui() % This is the machine-generated representation of a MATLAB object % and its children. Note that handle values may change when these % objects are re-created. This may cause problem
www.eeworm.com/read/398819/7919018

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/398819/7919036

m fmlin.m

function [y,iflaw]=fmlin(N,fnormi,fnormf,t0); %FMLIN Signal with linear frequency modulation. % [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency % modulation. % The phase of this mod
www.eeworm.com/read/198548/7928399

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/398648/7932348

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/198413/7936143

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml