代码搜索:Spectrum

找到约 5,196 项符合「Spectrum」的源代码

代码结果 5,196
www.eeworm.com/read/245849/12777371

m s_power_spectrum.m

function powerspect=s_power_spectrum(seismic,varargin) % Function computes power spectrum (amplitude spectrum) of seismic traces using % the windowed autocorrelation function % Written by: E. R.: Nove
www.eeworm.com/read/398163/6291454

c create_power_spectrum.c

#include "timeseries.h" void create_power_spectrum(noise_model nm, double *f, double fs, int n_psd,double *Power, int is_unit) { int i, j, k; double D, alpha, ss; double a, b, fl, fh, pole, flfh2,
www.eeworm.com/read/259565/11781849

m s_power_spectrum.m

function powerspect=s_power_spectrum(seismic,varargin) % Function computes power spectrum (amplitude spectrum) of seismic traces using % the windowed autocorrelation function % Written by: E. R.: Nove
www.eeworm.com/read/151143/12232502

m s_power_spectrum.m

function powerspect=s_power_spectrum(seismic,varargin) % Function computes power spectrum (amplitude spectrum) of seismic traces using % the windowed autocorrelation function % Written by: E. R.: N
www.eeworm.com/read/233815/14133844

m p_spectrum_bf.m

function [result] = p_spectrum_bf(s,t,p) %P_SPECTRUM_BF % -Finds the contiguous subsequence match count between strings s and t % by using a brute-force approach, where the length of th
www.eeworm.com/read/233815/14133868

m p_spectrum_fast.m

function [result, K] = p_spectrum_fast(s,t,p) %P_SPECTRUM_FAST % -Finds the contiguous subsequence match count between strings s and t % by using a dynamic programming implementation, %
www.eeworm.com/read/233815/14133874

m blended_spectrum_bf.m

function [result] = blended_spectrum_bf(s,t,p) %BLENDED_SPECTRUM_BF % -Finds the contiguous subsequence match count between strings s and t % by using a brute-force approach, for all su