代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/294870/8196968

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/294870/8196982

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/394659/8214442

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/294611/8216503

m som_gui.m

function som_gui(varargin) %SOM_GUI A GUI for initialization and training of SOM. % % som_gui([sD]) % % som_gui % som_gui(sD) % % Input and output arguments ([]'s are optional) % [sD] (
www.eeworm.com/read/393976/8252574

m vtb2_3.m

function VTB2_3(z,rmin,rmax,opt) %VTB2_3 Steady state magnitude and phase of a single degree of freedom % damped system. % VTB2_3(zeta,rmin,rmax) plots the response of a single degree of % freedom
www.eeworm.com/read/393976/8252633

m vtb5_3.m

function vtb5_3(mu,beta) %VTB5_3 Normalized displacement of the primary mass for absorber design. % VTB5_3(mu,beta) plots the normalized displacement of the primary mass % for a vibration absorber des
www.eeworm.com/read/393976/8252748

m vtb5_5.m

function vtb5_5(ma,m,ca,ka,k,rfin) %VTB5_5 Normalized amplitude of the primary mass for a % damped vibration absorber design. % VTB5_5(ma,m,ca,ka,k,rfin) plots the normalized amplitude % for a system
www.eeworm.com/read/393976/8252764

m vtb5_4.m

function vtb5_4(b) %VTB5_4 Mass ratio versus normalized frequency for absorber design. % VTB5_4(beta) plots the mass ratio as a function of the normalized % frequency (w/wa) for the given value of bet
www.eeworm.com/read/294077/8254912

m start.m

function START %by Bogdan Cristea %e-mail: cristeab@gmail.com %modified 27.10.2001 %tested under Matlab 6.0 %modified 21.07.2005 %tested under Matlab 7.0 %modified 27.08.2005 %extended help
www.eeworm.com/read/294077/8254986

m attractor.m

function attractor(action) % %Attractor - grafical interface for 2D attractors plotting % % Click "Start" button in order to begin the simulation. % You can stop the simulation at any time by p