代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/239554/13272653

h cmpx_multi_sine_gen.h

// // File = cmpx_multi_sine_gen.h // #ifndef _CMPX_MULTI_SINE_GEN_H_ #define _CMPX_MULTI_SINE_GEN_H_ #include "psmodel.h" #include "signal_T.h" class CmpxMultipleSineGen : public PracSi
www.eeworm.com/read/239554/13272656

h chan_diff_mp_uncorr.h

// // File = chan_diff_mp_uncorr.h // #ifndef _CHAN_DIFF_MP_UNCORR_H_ #define _CHAN_DIFF_MP_UNCORR_H_ #include "psmodel.h" #include "signal_T.h" #include "butt_filt_iir.h" //#include "fil
www.eeworm.com/read/239554/13272660

h quadcmpx.h

// // File = quadcmpx.h // #ifndef _QUADCMPX_H_ #define _QUADCMPX_H_ #include "psmodel.h" #include "signal_T.h" class QuadratureToComplex : public PracSimModel { public: QuadratureT
www.eeworm.com/read/239554/13272669

h mpskoptimdem.h

// // File = m_pskoptimdem.h // #ifndef _M_PSKOPTIMDEM_H_ #define _M_PSKOPTIMDEM_H_ #include "signal_T.h" #include "psmodel.h" class MpskOptimalDemod : public PracSimModel { public:
www.eeworm.com/read/239554/13272684

h cbitrev.h

// // file = cbitrev_T.h // #ifndef _CBITREV_T_H #define _CBITREV_T_H #include using namespace std; template < class T> void ComplexBitReverse(complex* array, int size);
www.eeworm.com/read/315751/13536924

m c2p.m

% c2p.m - complex number to phasor form % % Usage: p = c2p(z) % % z = vector of complex numbers % % p = [abs(z), angle(z)*180/pi] % S. J. Orfanidis - 1999 - www.ece.rutgers.edu/~orfanidi/ewa
www.eeworm.com/read/312211/13615748

cpp fixrts.cpp

#include #include #include "nr.h" using namespace std; void NR::fixrts(Vec_IO_DP &d) { bool polish=true; int i,j; int m=d.size(); Vec_CPLX_DP a(m+1),roots(m); a[m]
www.eeworm.com/read/310556/13649161

h const.h

/* @(#) const.h 1.2 1/27/86 17:47:31 */ /*ident "@(#)cfront:lib/complex/const.h 1.2"*/ #define ABS(x) ((x
www.eeworm.com/read/310556/13649165

c sqrt.c

/* @(#) sqrt.c 1.2 1/27/86 17:47:43 */ /*ident "@(#)cfront:lib/complex/sqrt.c 1.2"*/ # include "complex.h" #define SQRT_DANGER 1e17 # define PERIL(t) (t > SQRT_DANGER || (t < 1/SQRT_DANGER && t != 0
www.eeworm.com/read/308835/13689912

h zplat.h

// Zplat.h: interface for the CZplat class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ZPLAT_H__2D713EDA_6D67_43E8_A771_9C3B1C492CFC__INCLUDED_) #