代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/440750/7682220
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/440750/7682270
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/440070/7694252
html spikespec.html
Power spectrum of inter-event intervals
Power spectrum of inter-event intervals
spikespec [-F# -## -w# -i -o
www.eeworm.com/read/439811/7701392
m ip_03_07.m
% MATLAB script for Illustrative Problem 3.7.
% 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.
clear
echo
www.eeworm.com/read/439811/7701419
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
clear
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/439811/7701508
m ip_01_08.m
% MATLAB script for Illustrartive Problem 8, Chapter 1.
clear
ts=0.001;
Fs=1/ts;
t=[0:ts:10];
x=cos(2*pi*47*t)+cos(2*pi
www.eeworm.com/read/439811/7701534
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/439462/7708284
m capon.m
function phi=capon(y,m,L)
%
% The Capon spectral estimator.
%
% phi=capon(y,m,L);
%
% y
www.eeworm.com/read/438438/7731176
txt list.5.txt
while(1)
{
unsigned long i;
//Sampling
Sampling(Samples);
//Multiplying by window's factors
if(WinType==wtHanning)
Hanning(Samples);
else if(WinType==wtHamming)
Hammin
www.eeworm.com/read/437115/7755044
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)