代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/283135/9040846
m nspabd.m
function [h,xs,w] = nspabd(data,nyy,minw,maxw,t0,t1)
% The function NSPABD generates a smoothed HHT damping spectrum
% in time-frequency space, with fixed frequency range for data(n,k),
% where
www.eeworm.com/read/283135/9040919
m bigd3hilbert.m
echo on;
% --- BIGD3HILBERT loads files and plots their 3-D Hilbert spectrum.
% Data loaded is 'cp71301'-'cp713100'.
%
% Non MATLAB Library routines used are: NSPAB, FSPECIAL.
%
% See marked lin
www.eeworm.com/read/283135/9040996
m toimage.m
function [im,tt] = toimage(A,f,t,splx,sply)
% [im,tt] = TOIMAGE(A,f,t,splx,sply) transforms a spectrum made
% of 1D functions (e.g., output of "spectreh") in an 2D image
%
% inputs : - A : ampli
www.eeworm.com/read/175701/9535873
c evmlogic.c
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "5509.h"
#include "util.h"
#define LATCH_ADDR ((volatile unsigned *)0x401000)
#define FLASH_BASE
www.eeworm.com/read/365161/9876526
m lpcra2pp.m
function pp=lpcra2pp(ra)
%LPCAR2PP LPC: Convert ar filter autocorrelation to power spectrum polynomial in cos(w) PP=(RA)
% pp is a polynomial such that |polyval(ra,e^jw)| = polyval(pp,cos(w))
%
www.eeworm.com/read/168118/9937147
m filtspec.m
function [fltr,f]=filtspec(dt,tmax,fmin,fmax,phase,max_atten)
% FILTSPEC: designs the filter spectrum for FILTF
%
% [fltr,f]=filtspec(dt,tmax,fmin,fmax,phase,max_atten)
% [fltr,f]=filtspec(dt,tma
www.eeworm.com/read/168118/9937603
m dbspec.m
function hs=dbspec(t,s,flag,n)
% dbspec(t,s,flag,n)
% dbspec(t,s,flag)
% dbspec(t,s)
%
% DBSPEC opens up a new figure window and plots a simple Fourier
% decibel spectrum (unwrapped).
% If s is a vec
www.eeworm.com/read/168118/9937736
m phspec.m
function phspec(t,s,flag,n)
% phspec(t,s,flag,n)
% phspec(t,s,flag)
% phspec(t,s)
%
% PHSPEC plots a simple Fourier phase spectrum.
%
% Note: PHSPEC automatically creates a new figure and invokes
% S
www.eeworm.com/read/357616/10205027
m filtspec.m
function [fltr,f]=filtspec(dt,tmax,fmin,fmax,phase,max_atten)
% FILTSPEC: designs the filter spectrum for FILTF
%
% [fltr,f]=filtspec(dt,tmax,fmin,fmax,phase,max_atten)
% [fltr,f]=filtspec(dt,tma
www.eeworm.com/read/278180/10560420
m toimage.m
function [im,tt] = toimage(A,f,t,splx,sply)
% [im,tt] = TOIMAGE(A,f,t,splx,sply) transforms a spectrum made
% of 1D functions (e.g., output of "spectreh") in an 2D image
%
% inputs : - A : ampli