代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/239554/13272107
h phase_rotate.h
//
// File = phase_rotate.h
//
#ifndef _PHASE_ROTATE_H_
#define _PHASE_ROTATE_H_
#include "signal_T.h"
class PhaseRotate : public PracSimModel
{
public:
PhaseRotate( char* instance_nam
www.eeworm.com/read/239554/13272406
h fsk_demod_coh.h
//
// File = fsk_demod_coh.h
//
#ifndef _FSK_DEMOD_COH_H_
#define _FSK_DEMOD_COH_H_
#include "signal_T.h"
#include "psmodel.h"
class FskCoherentDemod : public PracSimModel
{
public:
www.eeworm.com/read/239554/13272441
h dit_pino_t.h
//
// File = dit_pino_T.h
//
#ifndef _DIT_PINO_T_H_
#define _DIT_PINO_T_H_
#include
//using namespace std;
template< class T>
void FftDitPino( std::complex* array, int fft_s
www.eeworm.com/read/239554/13272591
h fft_t.h
//
// File = fft_T.h
//
#ifndef _FFT_T_H_
#define _FFT_T_H_
//#include "std_cmpx.h"
#include
//using std::complex;
template< class T>
void FFT( std::complex* input, std::co
www.eeworm.com/read/239554/13272608
h dit_nipo_t.h
//
// File = dit_nipo_T.h
//
#ifndef _DIT_NIPO_T_H_
#define _DIT_NIPO_T_H_
#include
//using namespace std;
template
void FftDitNipo( std::complex* array, int fft_s
www.eeworm.com/read/239554/13272696
h filter_resp.h
//
// File = filter_response.h
//
#ifndef _FILTER_RESPONSE_H_
#define _FILTER_RESPONSE_H_
#include
#include "floatsig.h"
#include "psmodel.h"
typedef enum {
LOWPASS_FILT_CO
www.eeworm.com/read/321827/13397966
cpp dlldef.cpp
// dlldef.cpp - definitions for C++ DLL
#define __FORCE_INSTANCE
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/319180/13459184
c mainsym3s.c
#if !defined _DOUBLE_REAL_ && !defined _SINGLE_REAL_
#define _COMPLEX_SYMMETRIC_
#include "mainsym3.c"
#else
int main()
{
return (0);
}
#endif
www.eeworm.com/read/319180/13459208
c mainsymilucs.c
#if !defined _DOUBLE_REAL_ && !defined _SINGLE_REAL_
#define _COMPLEX_SYMMETRIC_
#include "mainsymiluc.c"
#else
int main()
{
return (0);
}
#endif
www.eeworm.com/read/319180/13459211
c mainsyms.c
#if !defined _DOUBLE_REAL_ && !defined _SINGLE_REAL_
#define _COMPLEX_SYMMETRIC_
#include "mainsym.c"
#else
int main()
{
return (0);
}
#endif