代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/273787/10901171
m phasepw.m
% PHASEPW(B,A,color)
%
% This function is used to plot the phase response of filter
% or signal. The Y-axis is phase (radians); X-axis is normalized
% freqency from 0 to 1. The color will be th
www.eeworm.com/read/273787/10901238
txt phasepw.m.txt
% PHASEPW(B,A,color)
%
% This function is used to plot the phase response of filter
% or signal. The Y-axis is phase (radians); X-axis is normalized
% freqency from 0 to 1. The color will be the
www.eeworm.com/read/212797/6962541
m vtb1_3ex.m
function [zd]=vtb1_3ex(z,u,t)
% function for 2
% dx dx
% m -- + c -- +k x = f(t)
% 2 dt
% dt dx
www.eeworm.com/read/408091/11405421
htm sgmlnorm.htm
SGMLNORM
SGMLNORM
An SGML System Conforming to
International Standard ISO 8879 --
St
www.eeworm.com/read/212794/15149121
m vtb1_3ex.m
function [zd]=vtb1_3ex(z,u,t)
% function for 2
% dx dx
% m -- + c -- +k x = f(t)
% 2 dt
% dt dx
www.eeworm.com/read/393976/8252670
m vtb1_3ex.m
function [zd]=vtb1_3ex(z,u,t)
% function for 2
% dx dx
% m -- + c -- +k x = f(t)
% 2 dt
% dt dx
www.eeworm.com/read/239320/13288044
m p_normlz.m
function p=p_normlz(p)
% function normalized_p=p_normlz(p)
% INPUT:
% p point to be normalized
% OUTPUT:
% normalized_p normalized point
% (c) DDE-BIFTOOL v. 2.00, 21/10/2001
switch p.kind
case {
www.eeworm.com/read/431675/8661801
m classc.m
%CLASSC Convert mapping to classifier
%
% W = classc(W)
% W = W*classc
%
% The mapping W is converted into a classifier: outputs (distances to the map)
% are converted by the sigmoid function to proba
www.eeworm.com/read/362500/9996072
m normaliz.m
function [ndat,norms] = normaliz(dat);
%NORMALIZ Normalizes rows of matrix to unit vectors
% This function can be used for pattern normalization, which
% is useful for preprocessing in some patte
www.eeworm.com/read/360770/10079275
m fir.m
function b = fir (g,p)
%-----------------------------------------------------------------------
% Usage: b = fir (g,p)
%
% Description: Design an FIR linear-phase filter with speciefied
%