代码搜索:SPECT

找到约 168 项符合「SPECT」的源代码

代码结果 168
www.eeworm.com/read/291752/8400006

cpp samp_spect.cpp

// // File = samp_spect.cpp // #include #include #include "parmfile.h" #include "model_graph.h" #include "samp_spect.h" #include "fft_T.h" #include "dump_spect.h" #
www.eeworm.com/read/186716/8914496

m spect_es.m

function [fre_out,psd_out] = spect_es(x); % SPECT_EST ... Spectral estimation. % % SPECT_EST(X) estimates the power spectral density finction of the % input sequence X, without explicitly compu
www.eeworm.com/read/186599/8923347

cpp samp_spect.cpp

// // File = samp_spect.cpp // #include #include #include "parmfile.h" #include "model_graph.h" #include "samp_spect.h" #include "fft_T.h" #include "dump_spect.h" #
www.eeworm.com/read/426179/10276849

cpp samp_spect.cpp

// // File = samp_spect.cpp // #include #include #include "parmfile.h" #include "model_graph.h" #include "samp_spect.h" #include "fft_T.h" #include "dump_spect.h" #
www.eeworm.com/read/239554/13272440

h samp_spect.h

// // File = samp_spect.h // #ifndef _SAMP_SPECT_H_ #define _SAMP_SPECT_H_ #include "psmodel.h" #include "signal_T.h" #include "spect_calc_kinds.h" //#include "samp_spect.h" //#include "
www.eeworm.com/read/239554/13272694

h dump_spect.h

// // File = dump_spect.h // #ifndef _DUMP_SPECT_H_ #define _DUMP_SPECT_H_ #include #include #include "math.h" using namespace std; void DumpSpectrum( double *psd_e
www.eeworm.com/read/291752/8397960

txt samp_spect_psd.txt

0, -25.7594 0.03125, -13.6255 0.0625, -27.1946 0.09375, -12.3684 0.125, -22.1652 0.15625, -19.4986 0.1875, -12.5434 0.21875, -12.3309 0.25, -17.6136 0.28125, -12.6314 0.3125, -17.6926 0.343
www.eeworm.com/read/291752/8398539

h spect_calc_kinds.h

// // file = spect_calc_kinds.h // #ifndef _SPECT_CALC_KINDS_H_ #define _SPECT_CALC_KINDS_H_ typedef enum { SPECT_CALC_SAMPLE_SPECTRUM, SPECT_CALC_BARTLETT_PDGM, sizeof_KIND_OF_SPEC
www.eeworm.com/read/291752/8398719

h samp_spect_util.h

// // File = samp_spect_util.h // #ifndef _SAMP_SPECT_UTIL_H_ #define _SAMP_SPECT_UTIL_H_ #include #include "spec_estim.h" template class SampleSpectrum : public Sp
www.eeworm.com/read/291752/8399461

cpp samp_spect_util.cpp

// // File = samp.cpp // #include #include #include #include "fft_T.h" #include "samp_spect_util.h" using std::complex; //++++++++++++++++++++++++++++++