代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/291752/8398594

h anlg_filt_iir.h

// // File = anlg_filt_iir.h // #ifndef _ANLG_FILT_IIR_H_ #define _ANLG_FILT_IIR_H_ #include #include "signal_T.h" #include "filter_proto.h" #include "denorm_proto.h" #include
www.eeworm.com/read/291752/8398611

h quaddem.h

// // File = quaddem.h // #ifndef _QUADDEM_H_ #define _QUADDEM_H_ #include "signal_T.h" #include "psmodel.h" class QuadratureDemod : public PracSimModel { public: QuadratureDemod(
www.eeworm.com/read/291752/8398683

h mskmod.h

// // File = mskmod.h // #ifndef _MSKMOD_H_ #define _MSKMOD_H_ #include "signal_T.h" //====================================================== class MskModulator : public PracSimModel {
www.eeworm.com/read/291752/8398767

h mpskidealmod.h

// // File = mpskidealmod.h // #ifndef _MPSKIDEALMOD_H_ #define _MPSKIDEALMOD_H_ #include "signal_T.h" #include "psmodel.h" class MpskIdealModulator : public PracSimModel { public:
www.eeworm.com/read/291752/8398795

h qpskmod.h

// // File = qpskmod.h // #ifndef _QPSKMOD_H_ #define _QPSKMOD_H_ #include "signal_T.h" #include "psmodel.h" class QpskModulator : public PracSimModel { public: QpskModulator( char
www.eeworm.com/read/291752/8398807

h bpsk_mod.h

// // File = bpskmod.h // #ifndef _BPSKMOD_H_ #define _BPSKMOD_H_ #include "signal_T.h" #include "psmodel.h" class BpskModulator : public PracSimModel { public: BpskModulator( char
www.eeworm.com/read/291752/8399525

cpp cbitrev_t.cpp

// // File = cbitrev_T.cpp // #include "cbitrev_T.h" using std::complex; template void ComplexBitReverse( complex *array, int size) { complex tt; int nv2, nm1
www.eeworm.com/read/391259/8413584

cpp fft3.cpp

#include #include #define PI 3.1415926 typedef struct{ double real; double imag; }COMPLEX; COMPLEX Add(COMPLEX a, COMPLEX b); //复数加法 COMPLEX Sub(COMPLEX a, COMPLEX b
www.eeworm.com/read/291235/8433431

cpp frenel.cpp

#include #include #include #include "nr.h" using namespace std; void NR::frenel(const DP x, complex &cs) { const int MAXIT=100; const DP EPS=numeric_limits
www.eeworm.com/read/291235/8433483

cpp cisi.cpp

#include #include #include #include "nr.h" using namespace std; void NR::cisi(const DP x, complex &cs) { const int MAXIT=100; const DP EULER=0.57721566490153