代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/137889/13281322
pdf a fast fixed-point algorithm for independent component analysis of complex-valued signals.pdf
www.eeworm.com/read/16987/706125
cpp 例1.cpp
#include
struct complex
{ float real,imag;
};
void main()
{ struct complex add(struct complex,struct complex);
void output(struct complex*);
struct complex a,b,c;
scanf("%f
www.eeworm.com/read/291752/8398379
h filtfunc.h
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// File = filtfunc.h
//
//
#ifndef _FILTFUNC_H_
#define _FILTFUNC_H_
//#include
#include "poly_T.h"
//#
www.eeworm.com/read/291752/8398471
h disc_auto_corr.h
//
// File = disc_auto_corr.h
//
#ifndef _DISC_AUTO_CORR_H_
#define _DISC_AUTO_CORR_H_
#include "signal_T.h"
#include "psmodel.h"
class DiscreteAutoCorr : public PracSimModel
{
public:
www.eeworm.com/read/291752/8398554
h fine_delay_est.h
//
// File = fine_delay_est.h
//
#ifndef _FINE_DELAY_EST_H_
#define _FINE_DELAY_EST_H_
//#include "intsig.h"
#include "signal_T.h"
#include "control_T.h"
#include "psmodel.h"
#include "a
www.eeworm.com/read/291752/8398582
h coarse_delay_est.h
//
// File = coarse_delay_est.h
//
#ifndef _COARSE_DELAY_EST_H_
#define _COARSE_DELAY_EST_H_
//#include "intsig.h"
#include "signal_T.h"
#include "control_T.h"
#include "psmodel.h"
#incl
www.eeworm.com/read/291752/8398666
h disc_auto_cov.h
//
// File = disc_auto_cov.h
//
#ifndef _DISC_AUTO_COV_H_
#define _DISC_AUTO_COV_H_
#include "signal_T.h"
#include "psmodel.h"
class DiscreteAutoCovar : public PracSimModel
{
public:
www.eeworm.com/read/291752/8398667
h qamoptimdem.h
//
// File = qamoptimdem.h
//
#ifndef _QAMOPTIMDEM_H_
#define _QAMOPTIMDEM_H_
#include "signal_T.h"
#include "psmodel.h"
class QamOptimalDemod : public PracSimModel
{
public:
QamOpt
www.eeworm.com/read/291752/8398833
h cpxtophs.h
//
// File = cpxtophs.h
//
#ifndef _CPXTOPHS_H_
#define _CPXTOPHS_H_
#include "signal_T.h"
#include "psmodel.h"
class CmpxToPhase : public PracSimModel
{
public:
CmpxToPhase( char*
www.eeworm.com/read/291752/8398858
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(