代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/364212/2907599
m waterfill.m
function [gn,bn,en,Nuse,btot] = waterfill(H,Ex_bar,Ntot,gap,Noise_var)
% Pn is the channel pulse response
% Ex_bar is the normalized energy
% Ntot is the total number of subchannels
% gap is the
www.eeworm.com/read/364212/2907626
m waterfill.m
function [gn,bn,en,Nuse,btot] = waterfill(H,Ex_bar,Ntot,gap,Noise_var)
% Pn is the channel pulse response
% Ex_bar is the normalized energy
% Ntot is the total number of subchannels
% gap is the
www.eeworm.com/read/292863/8328485
m daubcqf.m
function [h_0,h_1] = daubcqf(N,TYPE)
% [h_0,h_1] = daubcqf(N,TYPE);
%
% Function computes the Daubechies' scaling and wavelet filters
% (normalized to sqrt(2)).
%
% Input:
% N :
www.eeworm.com/read/292863/8328551
m daubcqf.m
function [h_0,h_1] = daubcqf(N,TYPE)
% [h_0,h_1] = daubcqf(N,TYPE);
%
% Function computes the Daubechies' scaling and wavelet filters
% (normalized to sqrt(2)).
%
% Input:
% N :
www.eeworm.com/read/370634/9589717
m daubcqf.m
function [h_0,h_1] = daubcqf(N,TYPE)
% [h_0,h_1] = daubcqf(N,TYPE);
%
% Function computes the Daubechies' scaling and wavelet filters
% (normalized to sqrt(2)).
%
% Input:
% N :
www.eeworm.com/read/172038/9725614
m fade.m
% Generate Rayleigh fading
function [iout,qout,ramp,rcos,rsin]=fade(idata,qdata,nsamp,tstp,fd,no,counter,flat)
if fd ~= 0.0
ac0 = sqrt(1.0 ./ (2.0.*(no + 1))); % power normalized consta
www.eeworm.com/read/200650/15428102
m daubcqf.m
function [h_0,h_1] = daubcqf(N,TYPE)
% [h_0,h_1] = daubcqf(N,TYPE);
%
% Function computes the Daubechies' scaling and wavelet filters
% (normalized to sqrt(2)).
%
% Input:
% N :
www.eeworm.com/read/466142/7039613
m norm_corr.m
function Norm_Corr(image_file_names,output_file,filters,Interest_Point)
%% Function that takes templates from hand clicked model uses them as
%% normalized cross-correlation templates, running them
www.eeworm.com/read/147682/5728115
m asptbnlms.m
% [w,x,y,e,p]=asptbnlms(x,xn,dn,w,mu,p,b)
%
% Performs filtering and coefficient update using the
% Block Normalized Least Mean Squares (BNLMS) algorithm.
% BNLMS updates the N filter c
www.eeworm.com/read/100611/6265537
c invert_limb.c
/* mpn_invert_limb -- Invert a normalized limb.
Copyright 1991, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redis