代码搜索:complex

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

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

h qpskdem.h

// // File = qpskdem.h // #ifndef _QPSKDEM_H_ #define _QPSKDEM_H_ #include "signal_T.h" #include "psmodel.h" class QpskDemodulator : public PracSimModel { public: QpskDemodulator(
www.eeworm.com/read/239554/13272541

h gausrand.h

// // File = gausrand.h // #ifndef _GAUSRAND_H_ #define _GAUSRAND_H_ #include void GaussRandom(long* seed, double* rand_var); void GaussRandom(long* seed, float* rand_var); void G
www.eeworm.com/read/239554/13272567

h bpsk_correl_demod.h

// // File = bpskcorreldem.h // #ifndef _BPSKCORRELDEM_H_ #define _BPSKCORRELDEM_H_ #include "signal_T.h" #include "control_T.h" #include "psmodel.h" class BpskCorrelationDemod : public
www.eeworm.com/read/239554/13272667

h qpskoptbitdem.h

// // File = qpskoptbitdem.h // #ifndef _QPSKOPTBITDEM_H_ #define _QPSKOPTBITDEM_H_ #include "signal_T.h" #include "psmodel.h" class QpskOptimalBitDemod : public PracSimModel { public:
www.eeworm.com/read/323757/13321487

c imdct.c

/* * imdct.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * The ifft algorithms in this file have been large
www.eeworm.com/read/136972/13350516

cpp xt10-1.cpp

#include using namespace std; class Complex {public: Complex(){real=0;imag=0;} Complex(double r,double i){real=r;imag=i;} double get_real(); double get_imag(); void
www.eeworm.com/read/321848/13395261

asm rfft32br.asm

;======================================================================== ; ; File Name : rfft_brc.asm ; ; Originator : Advanced Embeeded Control ; Texas Instruments ;
www.eeworm.com/read/320955/13415272

c c_exp.c

#include "f2c.h" #ifdef KR_headers extern double exp(), cos(), sin(); VOID c_exp(r, z) complex *r, *z; #else #undef abs #include "math.h" #ifdef __cplusplus extern "C" { #endif void c_exp(complex
www.eeworm.com/read/320955/13415311

c c_abs.c

#include "f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers extern double f__cabs(); double c_abs(z) complex *z; #else extern double f__cabs(double, double); double c_abs(complex *z)
www.eeworm.com/read/320955/13415324

c pow_ci.c

#include "f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers VOID pow_ci(p, a, b) /* p = a**b */ complex *p, *a; integer *b; #else extern void pow_zi(doublecomplex*, doublecomplex*, i