代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/294145/3919432
readme
stfa_complex
------------
The STFA_complex implements a framed TDD-transmission. It is THE module
in the software-radio. It is responsible for the interaction with the
hardware or the simulator, a
www.eeworm.com/read/291165/3969361
readme
stfa_complex
------------
The STFA_complex implements a framed TDD-transmission. It is THE module
in the software-radio. It is responsible for the interaction with the
hardware or the simulator, a
www.eeworm.com/read/351636/3103890
p csrot.p
extern int csrot_(integer *n, complex *cx, integer *incx, complex *cy, integer *incy, real *c__, real *s);
www.eeworm.com/read/179705/9341955
am makefile.am
noinst_LTLIBRARIES = libgslfft.la
pkginclude_HEADERS = gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_half
www.eeworm.com/read/424281/10467884
am makefile.am
noinst_LTLIBRARIES = libgslfft.la
pkginclude_HEADERS = gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_half
www.eeworm.com/read/124283/14578901
am makefile.am
noinst_LTLIBRARIES = libgslfft.la
pkginclude_HEADERS = gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_half
www.eeworm.com/read/212047/15166784
am makefile.am
noinst_LTLIBRARIES = libgslfft.la
pkginclude_HEADERS = gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_half
www.eeworm.com/read/167728/5452954
am makefile.am
noinst_LTLIBRARIES = libgslfft.la
pkginclude_HEADERS = gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_half
www.eeworm.com/read/102394/15783064
am makefile.am
noinst_LTLIBRARIES = libgslfft.la
pkginclude_HEADERS = gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_half
www.eeworm.com/read/483783/6595086
c qpsk.c
#include
#include
#include
#include
#include "random.h"
//make struct complex
typedef struct complex1
{
double real;
double imag;
} complex;
// defi