代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/480727/6660973

c dif_fft.c

/********************************************************************** DIF_FFT.C - DIF FFT 测试程序 fft 基2 DIF FFT 子程序 ifft 基2 DIF IFFT 子程序 draw_image 绘图子程序 **************************
www.eeworm.com/read/480372/6673033

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 20; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN r
www.eeworm.com/read/480372/6673069

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 200; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/264430/11315271

hpp scalar.hpp

// scalar.hpp Macros to define the scalar type to be used in Arrays // // rcsid: $Id$ %W% %U% %G% EFC #ifndef _Scalar_HPP_ #define _Scalar_HPP_ %I% #ifdef COMPLEX #include #endif
www.eeworm.com/read/407093/11429666

c cmyblas2.c

/*! @file cmyblas2.c * \brief Level 2 Blas operations * * * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley N
www.eeworm.com/read/407093/11430091

c zlartg.c

#include "f2c.h" /* Subroutine */ int zlartg_(doublecomplex *f, doublecomplex *g, doublereal * cs, doublecomplex *sn, doublecomplex *r) { /* -- LAPACK auxiliary routine (version 2.0) -- U
www.eeworm.com/read/406422/11442577

h cbitrev.h

// // file = cbitrev.h // #ifndef COMPLEXBITREVERSE_H #define COMPLEXBITREVERSE_H #include "d_cmplx.h" void ComplexBitReverse(double_complex *array, int size); #endif //COMPLEXBITREVERS
www.eeworm.com/read/406422/11442638

h impinvar.h

// // File = impinvar.h // #ifndef _IMPINVAR_H_ #define _IMPINVAR_H_ #include "d_cmplx.h" void impulseInvar( double_complex *pole, int numPoles, doub
www.eeworm.com/read/406422/11442640

h stpinvar.h

// // File = stpinvar.h // #ifndef _STPINVAR_H_ #define _STPINVAR_H_ #include "d_cmplx.h" void StepInvar( double_complex *pole, int numPoles, double_comple
www.eeworm.com/read/404153/11491015

c example 3-21.c

Example 3 - 21. Split Function C Listing for the FFT of two N-Point Real Sequences /**************************************************************** FILE:split.c This is the C source code