代码搜索:Spectrum

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

代码结果 5,196
www.eeworm.com/read/147096/12584203

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/300562/13905553

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/300562/13905877

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/300086/13936576

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/300086/13936730

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/134895/13971345

m lpcpf2cc.m

function cc=lpcpf2cc(pf,np) %LPCPF2CC Convert power spectrum to complex cepstrum CC=(PF,NP) % Note this conversion is not exact unless the pf() spectrum is much > np % Copyright (C) Mike Bro
www.eeworm.com/read/134895/13971359

m lpcdb2pf.m

function pf=lpcdb2pf(db) %LPCDB2PF Convert decibel power spectrum to power spectrum PF=(DB) % Copyright (C) Mike Brookes 1997 % % Last modified Tue May 12 16:07:14 1998 % % VOICE
www.eeworm.com/read/134895/13971448

m lpcpf2rr.m

function rr=lpcpf2rr(pf,p) %LPCPF2RR convert power spectrum to autocorrelation coefs RR=(PF,P) % Note that these will only be accurate if the power spectrum is much longer than p % Copyrig
www.eeworm.com/read/134895/13971509

m lpcff2pf.m

function pf=lpcff2pf(ff) %LPCFF2PF Convert complex spectrum to power spectrum PF=(FF) % Copyright (C) Mike Brookes 1997 % % Last modified Tue May 12 16:09:14 1998 % % VOICEBOX ho
www.eeworm.com/read/134895/13971529

txt lpcdb2pf.txt

function pf=lpcdb2pf(db) %LPCDB2PF Convert decibel power spectrum to power spectrum PF=(DB) % Copyright (C) Mike Brookes 1997 % % Last modified Tue May 12 16:07:14 1998 % % VOICE