代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/270554/11032778

cpp p9_2.cpp

/******************************************* * p9_2.cpp * * 重载+、-、++为类的成员函数,进行复数运算* *******************************************/ #include using namespa
www.eeworm.com/read/270554/11032943

cpp p11_1.cpp

/************************************************ * 程序文件名: p11_1.cpp * * 功能:演示
www.eeworm.com/read/416321/11033223

h transform.h

//Transform.h 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_H //避免多次编译 #define _TRANSFORM_H #include //模板类输入输出流标准头文件 #include
www.eeworm.com/read/465112/6966511

c spectrum.c

#include "netfone.h" /* ** Instructions: ** ** First call buildtable to create the sin/cos tables. ** buildtable(ln) where ln is the log base 2 of the number of ** samples. **
www.eeworm.com/read/465158/7059067

m mus_svd.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 空间谱估计中 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clear close all clc %%%%%%%%%%%%%%%%%%%%%%% generate signal %%%%%%%%%%%%%%%%% f0=5000; %入射信
www.eeworm.com/read/140741/7069874

h transform.h

//Transform.h 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_H //避免多次编译 #define _TRANSFORM_H #include //模板类输入输出流标准头文件 #include
www.eeworm.com/read/296134/7103008

c test_fft.c

/* test_fft.c - Example to test floating-point Complex FFT */ #include #include "fcomplex.h" /* floating-point complex.h header file */ #include "input7_f.dat" /* Experiment
www.eeworm.com/read/296134/7103014

c w_table.c

/* w_table.c - Generate twiddle factor lookup table */ #include "icomplex.h" #include #define pi 3.1415926535897 void w_table
www.eeworm.com/read/296134/7103026

c exp7b.c

/* exp7b.c - Example to test FFT (fixed-point) Use Twiddle lookup-table method */ #include "icomplex.h" #include "input7_i.dat" /* Experiment data */ extern void fft(comp
www.eeworm.com/read/296134/7103051

c fbit_rev.c

/* fbit_rev.c Arrange input samples in bit-reverse addressing order - the index j is the bit reverse of i */ #include "fcomplex.h" /* floating-point complex.h header file */