代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/330869/12863534

m add_noise.m

function y = add_noise(x,std,rc) % add_noise -- add white, guassian noise to a signal % % Usage % y = add_noise(x, std, rc) % % Inputs % x signal % std standard deviation of the nois
www.eeworm.com/read/330789/12869314

h fftc.h

/* * Fast Fourier Transform C definitions and prototypes * Copyright (C) ARM Limited 1998-1999. All rights reserved. */ #ifndef _FFT_C_ #define _FFT_C_ #include "fftstruc.h" /* import th
www.eeworm.com/read/330789/12869333

h ffts.h

/* * Fast Fourier Transform assembler prototypes * Copyright (C) ARM Limited 1998-1999. All rights reserved. */ #ifndef _FFT_S_ #define _FFT_S_ #include "fftstruc.h" int FFT( Complex *
www.eeworm.com/read/142437/12945086

h cfft.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can r
www.eeworm.com/read/142437/12945209

c cfft.c

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can red
www.eeworm.com/read/142403/12947251

cpp fretrans.cpp

#include "stdafx.h" #include "GlobalApi.h" #include "Cdib.h" #include #include #include using namespace std; // FOURBYTES就是用来计算离4最近的整倍数 #define FOURBYTES(bits
www.eeworm.com/read/142108/12962139

h cmatrix.h

#ifndef CMATRIX_H #define CMATRIX_H #include #include #include #include "cbuffer.h" #include "matrix.h" // 定义复矩阵类 class cmatrix { public: cbuffer
www.eeworm.com/read/142108/12962142

h cbuffer.h

#ifndef CBUFFER_H #define CBUFFER_H #include #define COMPLEX complex #include "buffer.h" // 包含实数缓冲区说明文件 // 定义复数缓存区的各类 // 复数缓存区抽象类 class cbuffer { public: size_t refnum
www.eeworm.com/read/142108/12962177

cpp cbuffer.cpp

#include #include #include #include "cbuffer.h" ostream& operator
www.eeworm.com/read/328638/13009700

c co_debug.c

#include #include "private.h" #include "complex.h" #include "debug.h" co_debugger::co_debugger(int xl) { len = xl; ptr = 0; vec = new complex[len]; } void co_debugger::