代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/428158/8889527
m createsymbol.m
function symbol_ofdm = createsymbol (pilots,data)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/426674/9005585
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/382086/9050715
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/282428/9095054
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/380178/9158557
m plot3c.m
%PLOT3C plots a complex signal in 3D
%
% use: same as plot
%
%
% See also
% plotc (another type of visualization of complex signals)
%
% G. Rilling, last modification 12.2006
% gabriel.rilling@ens-l
www.eeworm.com/read/183153/9177167
c fourier.c
/*
* Fourier Transform
*/
void fourier(void)
{
double vz[nt+1];
double cur[nt+1];
long_double_complex an1[501],an2[501];
long_double_complex Z;
int a,n,i;
double freq,loss,F,omega,current,v
www.eeworm.com/read/379595/9192367
f prec.f
! for portable 64-bit floating-point precision [via REAL(q), COMPLEX(q), ...]
MODULE PREC
INTEGER, PARAMETER :: q=SELECTED_REAL_KIND(10)
END MODULE
www.eeworm.com/read/181930/9225181
c fft.c
#include
#include
#include
#include "mpi.h"
#define MAX_N 50
#define PI 3.1415926535897932
#define EPS 10E-8
#define V_TAG 99
#define P_TAG 100
#define Q_TAG 101
#d
www.eeworm.com/read/181851/9234686
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/376636/9311276
txt readme.txt
2006-04-14
2008-06-02
1. 编译:
解压后, 在本目录下运行
make
2. 语法树生成
运行
./compiler
解析附带的test.txt文件。同一个目录下还附带了test_complex.txt(复杂)和test_error.txt(出错)两个文件供测试。
compiler可执行文件的使用方法为
./compiler [srcfile [outf