代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/448350/7534514
m gaussmixp.m
function [lp,rp,kh,kp]=gaussmixp(y,m,v,w,a,b)
%GAUSSMIXP calculate probability densities from a Gaussian mixture model
%
% Inputs: n data values, k mixtures, p parameters, q data vector size
%
%
www.eeworm.com/read/299638/7842055
m notch1.m
%
% notch1.m - Magnitude response of a notch filter
% with both zeros and poles
%
w0=0.2*pi; th0=w0; r=0.85; % Define constants
% Define the transfer function H(z)
b(1)=1; b(2)=-2
www.eeworm.com/read/299638/7842085
m notch.m
%
% notch.m - Magnitude response of a notch filter
%
w0=0.2*pi; % Define constants
% Define the transfer function H(z)
b(1)=1; b(2)=-2*cos(w0); b(3)=1;
% Calculate the magnitude response
www.eeworm.com/read/397102/8068024
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/241323/13156441
m legfun.m
function f=legfun(N,M,x);
%> CALL: f = legfun(N,M,x)
%> Calculates the Legendre functions P(M,L) for L = M,...,N;
%> NORMALIZED to an L2 norm = 1 on the interval [-1,1].
%> Input: N > M integers, x ro
www.eeworm.com/read/325578/13195636
m ahpcalc.m
function [finalrank,rank,rc]=ahpcalc(order,altvcriteria,critvcriteria)
%AHPCALC Perform a complete AHP calculation
% [FINALRANK,RANK,RC]=AHPCALC(ORDER,ALTVCRITERIA,CRITVCRITERIA)
%
% For
www.eeworm.com/read/318888/13467774
m notch1.m
%
% notch1.m - Magnitude response of a notch filter
% with both zeros and poles
%
w0=0.2*pi; th0=w0; r=0.85; % Define constants
% Define the transfer function H(z)
b(1)=1; b(2)=-2
www.eeworm.com/read/318888/13467784
m notch.m
%
% notch.m - Magnitude response of a notch filter
%
w0=0.2*pi; % Define constants
% Define the transfer function H(z)
b(1)=1; b(2)=-2*cos(w0); b(3)=1;
% Calculate the magnitude response
www.eeworm.com/read/310212/13654622
m square.m
function s = square(t,duty)
%SQUARE Square wave generation.
% SQUARE(T) generates a square wave with period 2*Pi for the
% elements of time vector T. SQUARE(T) is like SIN(T), only
% it cre
www.eeworm.com/read/306716/13739741
m usingahp.m
function UsingAHP
%AHPCALC Perform a complete AHP calculation
% [FINALRANK,RANK,RC]=AHPCALC(ORDER,ALTVCRITERIA,CRITVCRITERIA)
%
% For N alternatives and M criteria for ranking:
%
%