代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/299916/3849612
m invmulaw.m
function x=invmulaw(y,mu)
%INVMULAW The inverse of mu-law nonlinearity
%X=INVMULAW(Y,MU) Y=Normalized output of the mu-law nonlinearity
x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/428078/1962593
h mrw_predic.h
/* Mean and variance of Log(X) where X is a normalized Gaussian */
#define MEAN_LOG_GAUSS (-1.27/2)
#define VAR_LOG_GAUSS (M_PI*M_PI/8)
//
// Procedure to compute the theoretical mean of the magnit
www.eeworm.com/read/288303/8644455
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized
www.eeworm.com/read/431671/8662977
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized
www.eeworm.com/read/284309/8946029
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized
www.eeworm.com/read/426516/9016808
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized
www.eeworm.com/read/185455/9037220
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized
www.eeworm.com/read/184196/9118071
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized
www.eeworm.com/read/371636/9544321
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized
www.eeworm.com/read/163246/10168972
m anabpsk.m
function [y,am]=anabpsk(N,Ncomp,f0);
%ANABPSK Binary Phase Shift Keying (BPSK) signal.
% [Y,AM]=ANABPSK(N,NCOMP,F0) returns a succession of complex
% sinusoids of NCOMP points each, with a normalized