代码搜索:SPECT

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

代码结果 168
www.eeworm.com/read/187649/8612415

m spect.m

www.eeworm.com/read/364503/9905161

m spect.m

function sp = spect(x,Ts,wn,N) % Plot the spectrogram. % [sp] = spect(x,[Ts,wn,N]) % Set parameters. if nargin < 2, Ts = 1; end if nargin < 3, wn = struct('type','hanning','len',128,'lag',8); e
www.eeworm.com/read/164171/10124432

m spect.m

[y,fs,bit]=wavread('g:\gun_freq.wav'); [Y,f]=psd(y(1500:1660),256,8000); plot(f,Y,'r-');
www.eeworm.com/read/481002/6655504

txt spect.txt

//m2.dat 350.00 5.79 351.00 5.87 352.00 5.98 353.00 6.04 354.00 6.03 355.00 6.07 356.00 6.15 357.00 6.24 358.00 6.31 359.00 6.39 360.00 6.48 361.00 6.61 362.00 6.72 363.00 6.82 364.00 6
www.eeworm.com/read/123480/14628934

ico spect.ico

www.eeworm.com/read/198657/5083177

c spect.c

/* spect.c -- the spectral test */ /* Copyright 1999 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modi
www.eeworm.com/read/307320/3725018

h spect.h

#include #include #include #include #include "fftw3.h" struct ele { float val; int pos; };
www.eeworm.com/read/291752/8398754

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/291752/8399045

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/8399567

cpp dump_spect.cpp

// // File = dump_spect.cpp // #include #include "dump_spect.h" #include "math.h" #ifdef _DEBUG extern ofstream *DebugFile; #endif void DumpSpectrum( double *psd_est,