代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/193434/8226887
m rs1dg.m
function [tsd,sig,sigka,sigspm]=rs1dg(wave,nr,N,rL,h,lc,g,tid,nsa,seed)
%rs1dg computes the bistatic scattering coefficient for Gaussian rough surfaces
% with Gaussian spectrum.
%
% [tsd,sig,
www.eeworm.com/read/193434/8226907
m rsgeng.m
function [f,df,x]=rsgeng(N,rL,h,lc,seed);
%RSGENG generates 1D Gaussian random rough surfaces with Gaussian Spectrum.
%
% [f,df,x]=rsgeng(N,rL,h,lc,seed)
%
% INPUT:
%
% N=total number of
www.eeworm.com/read/292991/8319107
txt lorenz attractor.txt
'Program WOLFFLOW.BAS calculates the spectrum of LEs for the Lorenz attractor
'Ported from Wolf's Fortran code
'by J. C. Sprott
www.eeworm.com/read/135238/13948988
m d_init.m
%
%code struct
%ls:line spectrum
%jt:jitter
%fm:fourier magnitudes
%pitch:pitch
%G:2 gains
%vp:voice power
%定义全局常量
global FMCQ_CODEBOOK;
global stage1;
global stage2;
global m
www.eeworm.com/read/203890/15349793
m set.m
function a = set(a,varargin)
% SET Set SPECTRUM properties and return the updated object
% $Id: set.m 113 2006-06-14 12:40:22Z mairas $
property_argin = varargin;
while length(property_argin) >= 2,
www.eeworm.com/read/192032/8410608
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/388079/8637162
asv ssa.asv
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/178305/9408834
m cpfsk.m
function [sym_err_rat] = cpfsk(EbN0, m, Ns, frm_num)
% sqwang's source code, used for academic research, not commerce.
% EbN0: bit energy divides noise power spectrum density
% m: Size of modulat
www.eeworm.com/read/372550/9503877
m lpcar2db.m
function db=lpcar2db(ar,np)
%LPCAR2DB LPC: Convert AR coefs to power spectrum in dB DB=(AR)
% Copyright (C) Mike Brookes 1998
%
% Last modified Fri Apr 3 14:57:15 1998
%
% VOI
www.eeworm.com/read/372550/9503938
m lpcar2ff.m
function ff=lpcar2ff(ar,np)
%LPCAR2FF LPC: Convert AR coefs to complex spectrum FF=(AR,NP)
% Copyright (C) Mike Brookes 1998
%
% Last modified Tue May 12 15:59:20 1998
%
% VOIC