代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/449151/7517623

c ftw_2.c

/* * Copyright (c) 1997-1999 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a
www.eeworm.com/read/331065/12853150

m uwb_sv_freq_depend_ct_15_4a.m

function [h]= uwb_sv_freq_depend_ct_15_4a(h,fc,fs,num_channels,kappa) % This function is used to remove the frequency dependency of the % antenna(cm_num= 3,4 ,5,6) or to include the channel frequenc
www.eeworm.com/read/329039/12988457

cpp fft.cpp

// Fft.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include "mpi.h" #define MAX_N 50 #define PI 3.141592654 #define EPS 10E-8 #
www.eeworm.com/read/328643/13009606

c dsp.c

#include "lm.h" s16 cos_tab[COS_TABLE_SIZE]; void dsp_init(void) { int i; for(i=0;i
www.eeworm.com/read/240189/13232084

pro delay_tf.pro

; $Id: delay_tf.pro,v 1.2 2002/03/14 11:49:11 riccardi Exp $ function delay_tf, frec_vec, time_delay iu=complex(0.0,1.0) s=iu*2*!pi*frec_vec return, exp(-s*double(time_delay)) end
www.eeworm.com/read/239554/13272094

h dif_nipo.h

// // File = dif_nipo.h // #ifndef _DIF_NIPO_H_ #define _DIF_NIPO_H_ #include "complex.h" void FftDifNipo( complex* array, int fft_size); #endif // _DIF_NIPO_H_
www.eeworm.com/read/239554/13272205

h toeplitz.h

// // File = toeplitz.h // #ifndef _TOEPLITZ_H_ #define _TOEPLITZ_H_ //#include "complex.h" #include "matrix.h" class ToeplitzMatrix : public Matrix { public: ToeplitzMatrix( );
www.eeworm.com/read/239554/13272223

h dif_pino.h

// // File = dif_pino.h // #ifndef _DIF_PINO_H_ #define _DIF_PINO_H_ #include "complex.h" void FftDifPino( complex* array, int fft_size); #endif // _DIF_PINO_H_
www.eeworm.com/read/239554/13272467

h filter_proto.h

// // File = filter_proto.h // #ifndef _FILTER_PROTO_H_ #define _FILTER_PROTO_H_ #include "realpoly.h" class AnalogFilterPrototype { public: AnalogFilterPrototype( void ); A
www.eeworm.com/read/239554/13272472

h phase_lock_loop.h

// // File = phase_lock_loop.h // #ifndef _PHASE_LOCK_LOOP_H_ #define _PHASE_LOCK_LOOP_H_ #include "signal_T.h" class PhaseLockLoop : public PracSimModel { public: PhaseLockLoop( char*