代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/237367/8626763
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 */
www.eeworm.com/read/287821/8667363
cpp quartic_equation.cpp
//求解一元四次方程 a*x^4+b*x^3+c*x^2+d*x+e=0;
//输入任意系数a,b,c,d,e; 输出四个解分别为x1,x2,x3,x4;
#include "stdafx.h"
#include
#include
#include
using namespace std;
www.eeworm.com/read/287520/8684255
c dtft.c
/* dtft.c - DTFT of length-L signal at a single frequency w */
#include /* complex arithmetic */
complex dtft(L, x, w) /* u
www.eeworm.com/read/287520/8684274
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f
www.eeworm.com/read/431312/8689410
c maryuwa.c
#include
#include
#include
#include "msp.h"
void maryuwa(complex x[],complex a[],complex r[],int n,int ip,
float *ep,int *ierror)
{
/*-----------------------------
www.eeworm.com/read/387009/8712254
h frenel.h
Complex frenel(const Doub x) {
static const Int MAXIT=100;
static const Doub PI=3.141592653589793238, PIBY2=(PI/2.0), XMIN=1.5,
EPS=numeric_limits::epsilon(),
FPMIN=numeric_limits
www.eeworm.com/read/430775/8728858
m alamouti.m
% Simulation of STC codec
% employing the Alamouti scheme
% with N = 2 transmit antennas
% and M = 1 receive antenna.
% Modulation format: QPSK
% Symbol Frame length: "NS" complex samples
% St
www.eeworm.com/read/386752/8728884
m alamouti.m
% Simulation of STC codec
% employing the Alamouti scheme
% with N = 2 transmit antennas
% and M = 1 receive antenna.
% Modulation format: QPSK
% Symbol Frame length: "NS" complex samples
% St
www.eeworm.com/read/430124/8765064
h fft.h
#define PI 3.141592653589793238
typedef struct POLYNOMAIL
{
int MaxExp;
int* Coefficient;
}poly;
typedef struct COMPLEX_NUMBER
{
double real;
double imagine;
}MyComplex;
void In
www.eeworm.com/read/286315/8772116
h cmatrix.h
#ifndef CMATRIX_H
#define CMATRIX_H
#include
#include
#include
#include "cbuffer.h"
#include "matrix.h"
// 定义复矩阵类
class cmatrix {
public:
cbuffer