代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/134895/13971503
m lpcra2pf.m
function pf=lpcra2pf(ra,np)
%LPCAR2PF Convert AR coefs to power spectrum PF=(RA,NP)
% The routine is faster if NP+1 is a power of 2
% For RA(:,p+1) the default value of np is p and the output is PF
www.eeworm.com/read/134895/13971522
txt lpcra2pf.txt
function pf=lpcra2pf(ra,np)
%LPCAR2PF Convert AR coefs to power spectrum PF=(RA,NP)
% The routine is faster if NP+1 is a power of 2
% For RA(:,p+1) the default value of np is p and the output is PF
www.eeworm.com/read/108859/15573715
m dfirwin.m
function hwn = dfirwin(ty,n,fc,samp,fp,fs,wind,p1)
% Impulse response for window-based design
% This will be used to find and plot the spectrum (see fir_plot.m)
% HN = firwhb(TY,N,FC,WIND,P1)
www.eeworm.com/read/388079/8637152
m ssa.m
function [E,V,A,R,C]=ssa(x,M,method)
% SSA - driver routine to perform Singular Spectrum Analysis
% Syntax: [E,V,A,R,C]=ssa(x,M); [E,V,A,R,C]=ssa(x,M,'BK');
%
% Input: x - time series 时间序
www.eeworm.com/read/283135/9040836
m nspabeunfilt.m
function [h,xs,w] = nspabeunfilt(data,nyy,minw,maxw,t0,t1)
%
% [h,xs,w] = nspabeunfilt(data,nyy,minw,maxw,t0,t1):
%
% Function to generate an improved HHT spectrum of data(n,k)
% in ti
www.eeworm.com/read/185213/9049975
bas repg.bas
5 rem Programa repg.bas
10 rem Resolucion de ecuaciones de primer grado.
20 rem Miguel A. Lerma
30 rem Publicado en El Ordenador Personal num. 24, 1984
40 rem Original para Spectrum adaptado a Bla
www.eeworm.com/read/372550/9503892
m lpccc2db.m
function db=lpccc2db(cc,np,nc)
%LPCCC2DBf Convert complex cepstrum to dB power spectrum DB=(CC,NP,NC)
% cc = complex cepstrum coefs
% np+2 = number of frequency values 0 to nyquist (default: np=siz
www.eeworm.com/read/372550/9504024
m lpccc2pf.m
function pf=lpccc2pf(cc,np,nc)
%LPCCC2PF Convert complex cepstrum to power spectrum PF=(CC,NP,NC)
% cc = complex cepstrum coefs
% np+2 = number of frequency values 0 to nyquist (default: np=size(cc
www.eeworm.com/read/169470/9859836
m tcm_8psk.m
function [sym_err_rat] = tcm_8psk(EbN0, frm_num)
% sqwang's source code, used for academic research, not commerce.
% EbN0: bit energy divides noise power spectrum density
% frm_num: the number
www.eeworm.com/read/365161/9876552
m lpccc2db.m
function db=lpccc2db(cc,np,nc)
%LPCCC2DBf Convert complex cepstrum to dB power spectrum DB=(CC,NP,NC)
% cc = complex cepstrum coefs
% np+2 = number of frequency values 0 to nyquist (default: np=siz