代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/239554/13272250
h fsk_genie.h
//
// File = fsk_genie.h
//
#ifndef _FSK_GENIE_H_
#define _FSK_GENIE_H_
#include "signal_T.h"
#include "psmodel.h"
class FskCarrierGenie : public PracSimModel
{
public:
FskCarrier
www.eeworm.com/read/239554/13272487
h vco_ce.h
//
// File = vco_ce.h
//
#ifndef _VCO_BP_H_
#define _VCO_BP_H_
#include "signal_T.h"
#include "psmodel.h"
using std::complex;
class ComplexVco : public PracSimModel
{
public:
Compl
www.eeworm.com/read/239554/13272582
h nonlinear_amp.h
//
// File = nonlinear_amp.h
//
#ifndef _NONLINEAR_AMP_H_
#define _NONLINEAR_AMP_H_
#include "signal_T.h"
#include "samp_curve.h"
using std::complex;
class NonlinearAmplifier : public P
www.eeworm.com/read/322054/13390681
cpp fourier.cpp
/********************************************************/
/* WARNING: */
/* This code cannot be used in any aplication */
/* without permition of the author */
/* for more infor
www.eeworm.com/read/318888/13467710
asm freqflt.asm
;
; freqflt.asm - Routine to perform frequency domain filtering
;
; Protptye: void freqflt(complex *, complex *, unsigned int);
;
; Entry: arg0: AR0 is the pointer to X[]
; ar
www.eeworm.com/read/315623/13539766
cpp fft.cpp
#include
#include
#include
#define SAMPLENUM 8
float PI=(float)3.1415926;
typedef struct// tagComplex
{
float re; //复数的实部
float im; //复数的虚部
}ST_Complex;
www.eeworm.com/read/309167/13680507
c scasum.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
real scasum_(integer *n, complex *cx, in
www.eeworm.com/read/308835/13689909
h signal.h
/*
* Dsignal.h - Dsignal definitions(T and F area)
*
* Copyright (C) lartely
*
*/
#include "complex.h"
#include
#include
#include
www.eeworm.com/read/308835/13689914
h fft.h
/*
* fft.h - fast fourier transformation definitions(base DIT)
*
* Copyright (C) lartely
*
*/
#include "complex.h"
#include
#include
#include "df
www.eeworm.com/read/308835/13689916
h dft.h
/*
* dft.h - discrete fourier transformation definitions
*
* Copyright (C) lartely
*
*/
#include "complex.h"
#include
#include
#ifndef _DFT_DOT_