代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/429449/8808040

m rect_qam.m

clear all ; close all; E = 1 ; % normalized to unit energy snr_dB = 36 ; snr_dB = 6 ; N = 10000 ; % no of bits ... MH = 4 ; MV = 4 ; % simulate MH levels horizontally MV levels
www.eeworm.com/read/161485/10404129

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/353878/10409114

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 anal
www.eeworm.com/read/423100/10587551

asv waterfill.asv

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/423100/10587637

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/468647/6986181

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/467077/7015355

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/448935/7521650

m xwt.m

function varargout=xwt(x,y,varargin) %% Cross wavelet transform % Creates a figure of cross wavelet power in units of % normalized variance. % % USAGE: [Wxy,period,scale,coi,sig95]=xwt(x,y,[,sett
www.eeworm.com/read/197918/7962146

m gr1.m

% Grid disp('start') figure(2); clf; set (gcf,'Position',[0.5 0.1 0.35 0.4],'Name','Gridded Data View','NumberTitle','off','Units','normalized'); set(gcf,'position',[0.5 0.1 0.35 0.4],'Units','normal
www.eeworm.com/read/398029/8009432

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 :