代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/446490/7577608
m nspplote.m
function [nt,tscale,fscale]=nspplote(f,a,t0,t1,fres,tres,fw0,fw1,tw0,tw1)
% The function NSPPLOTE generates and plots the HHT spectrum of data (or log data)
% in time-frequency (or time-log frequenc
www.eeworm.com/read/446490/7577649
m mspc.m
function ms=mspc(x,f)
% The function MSPC calculates a normalized marginal damping spectrum
% of x(k,n), where k specifies the number of frequencies, and
% n is the number of time values.
%
% An in
www.eeworm.com/read/441618/7668173
m cp0703_random_pulse_combinati.m
%
% FUNCTION 7.8 : "cp0703_random_pulse_combination"
%
% This function implements the random selection algorithm
% described in Section 7.2 for the determination of a
% combination of the first 1
www.eeworm.com/read/198947/7903029
m calcsnrs.m
%CALCSNRS calculates the signal to noise ratio in each subchannel.
% [Si,Mi,Ui,Ni,Ci,Ii] = CALCSNRS(Sx,H,Sn,G) returns the SNRs in Si and the
% matched filter bound in the used subchannels in Mi. The
www.eeworm.com/read/198947/7903106
m specestim.m
%SPECESTIM Frequency spectrum estimation.
% [Sx, Sn, Sh] = SPECESTIM(X, N, H, NN) returns the frequency
% spectrum of the transmitted data in Sx, the channel noise
% in Sn and the magnitude square fre
www.eeworm.com/read/298204/7971088
m plotddsspec.m
Fs=1e+11;
t=0:1/Fs:.00000003;
Hs=spectrum.periodogram;
psd(Hs,simout,'Fs',Fs)
www.eeworm.com/read/197649/7982988
m cnstm.m
function z=cnstm(p,nf1,nf2,nn)
%
% z=cnstm(p,nf1,nf2,nn):
%
% Function to construct a matrix of constant horizontal value.
%
% Input-
% p - vector p(nf2), representing the power spectrum
% nf1
www.eeworm.com/read/197649/7983185
m nspt.m
function [h,xs,w] = nspt(data,nyy,t0,t1)
%
% [nt,t,p]=nspt(data,ny,t0,t1): Hilbert spectrum of the SMF-components data(n,k).
% ny: the frequency resolution.
% t0: the true strat time.
www.eeworm.com/read/197649/7983189
m hsp.m
function [h,xs,w] = hsp(data,nyy,t0,t1)
%
% [nt,t,TT]=hsp(data,ny,t0,t1): Hilbert spectrum of the SMF-components data(n,k).
% ny: the period resolution.
% t0: the true strat time.
%
www.eeworm.com/read/142434/12945770
m sprfft.m
% sprfft - Program to compute the power spectrum of a
% coupled mass-spring system.
clear; help sprfft; % Clear memory and print header
%* Set parameters for the system (initial positions, etc