代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/147682/5728109
m asptrdrnlms.m
% [w,y,e,p]= asptrdrnlms(x,w,d,mu,p,b,k)
%
% Performs filtering and coefficient update using the
% Recent Data Reusing Normalized Least Mean Squares
% (RDRNLMS) algorithm.
% RDRNLMS upda
www.eeworm.com/read/487211/6516794
m normalizedfaultalarm.m
%to produce the normalized fault alarm of SIR state estimation and smoothed residual
close all;
clear all;
n = 1:600;%sample steps
stdw = sqrt(10);
ngrid = 50;
npar = 500;%particle number
N = l
www.eeworm.com/read/154209/11983399
m buttap.m
function [z,p,k] = buttap(n)
%BUTTAP Butterworth analog lowpass filter prototype.
% [Z,P,K] = BUTTAP(N) returns the zeros, poles, and gain
% for an N-th order normalized prototype Butterworth a
www.eeworm.com/read/150343/12297606
m extract_lp.m
function [bw, crop] = extract_LP(pic1);
% extract_LP: Extracts the License Plate from the supplied picture. Returns
% a binary image which contains the normalized LP, and the rgb picture of
% the L
www.eeworm.com/read/251511/12340623
m extract_lp.m
function [bw, crop] = extract_LP(pic1);
% extract_LP: Extracts the License Plate from the supplied picture. Returns
% a binary image which contains the normalized LP, and the rgb picture of
% the L
www.eeworm.com/read/229812/4750745
gml frexp.gml
.func frexp
#include
double frexp( double value, int *exp );
.ixfunc2 '&Math' &func
.funcend
.desc begin
The &func function breaks a floating-point number into a
normalized fraction an
www.eeworm.com/read/472548/6869900
m chuacirccn.m
function dy=ChuaCircCN(t,y,flag,rParam)
%Chua's circuit with a cubic nonlinearity - normalized parameters
%parameters
alpha=rParam;%8.85 Chua's attractor;9 double scroll Chua's attractor
beta=1
www.eeworm.com/read/294077/8255074
m chuacirccn.m
function dy=ChuaCircCN(t,y,flag,rParam)
%Chua's circuit with a cubic nonlinearity - normalized parameters
%parameters
alpha=rParam;%8.85 Chua's attractor;9 double scroll Chua's attractor
beta=1
www.eeworm.com/read/430435/8747133
m lat5.m
function eo = lat5(input,d,lambda,eta,order);
% Normalized RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initialization of M-ord
www.eeworm.com/read/430435/8747149
m lat5q.m
function eo = lat5q(input,d,lambda,eta,order,B);
% Quantized normalized RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initializati