代码搜索:Spectrum

找到约 5,196 项符合「Spectrum」的源代码

代码结果 5,196
www.eeworm.com/read/393518/8280948

m lpcar2pf.m

function pf=lpcar2pf(ar,np) %LPCAR2PF Convert AR coefs to power spectrum PF=(AR,NP) % the power spectrum will contain np+2 points ranging from Dc to nyquist frequency % The routine is faster if NP+
www.eeworm.com/read/393518/8280970

m lpccw2zz.m

function zz=lpccw2zz(cw) %LPCPZ2ZZ LPC: Power spectrum roots to LPC poles ZZ=(CW) % pz are the roots of the power spectrum polynomial pp(cos(w)) % Copyright (C) Mike Brookes 1998 % Ver
www.eeworm.com/read/393518/8281005

m lpcpp2pz.m

function pz=lpcpp2pz(pp) %LPCPP2PZ LPC: Convert power spectrum polynomial in cos(w) to power spectrum zeros PZ=(RP) % pp is a polynomial such that |polyval(ra,e^jw)| = polyval(pp,cos(w)) % C
www.eeworm.com/read/393518/8281131

m lpcdb2pf.m

function pf=lpcdb2pf(db) %LPCDB2PF Convert decibel power spectrum to power spectrum PF=(DB) % Copyright (C) Mike Brookes 1997 % Version: $Id: lpcdb2pf.m,v 1.4 2007/05/04 07:01:38 dmb
www.eeworm.com/read/393211/8304107

m rwg34.m

%RWG34 Calculation of the received pulse using % antenna-to-antenna transfer function % % Uses receivedfield.mat (created by RWG33)as an input % % The following parameters need to be specif
www.eeworm.com/read/174423/9587930

m exa010201b.m

%--------------------------------------------------------------------------------------- % exa010201b.m, for example 1.2.3 % 说明信号的子带分解; %----------------------------------------------------------
www.eeworm.com/read/173140/9670745

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. ts=0.001; fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi*219*t);
www.eeworm.com/read/173140/9671027

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/171413/9757090

m exa010201b.m

%--------------------------------------------------------------------------------------- % exa010201b.m, for example 1.2.3 % 说明信号的子带分解; %----------------------------------------------------------
www.eeworm.com/read/171239/9765041

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;