代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/278816/10504554
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/424023/10506271
pbw 高级控件编程示例.pbw
Save Format v3.0(19990112)
@begin Unchecked
@end;
@begin Targets
0 "complex_app.pbt";
@end;
DefaultTarget "complex_app.pbt";
DefaultRemoteTarget "complex_app.pbt";
www.eeworm.com/read/278339/10543002
c cfft.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
**
** This program is free software; you can redistr
www.eeworm.com/read/352500/10547204
c example 3-25.c
; Example 3 - 25. Split Function C Listing for the FFT of a 2N-Point Real Sequences
/****************************************************************
FILE
Split2.c - This is the C source code
www.eeworm.com/read/352445/10552037
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/278154/10563311
c hypgeo.c
#include
#include "complex.h"
#define NRANSI
#include "nrutil.h"
#define EPS 1.0e-6
fcomplex aa,bb,cc,z0,dz;
int kmax,kount;
float *xp,**yp,dxsav;
fcomplex hypgeo(fcomplex a, fc
www.eeworm.com/read/352327/10563670
readme
Based on the research paper:
Fast Gauss transforms with complex parameters
by Stefan Kunis, Daniel Potts, and Gabriele Steidl
Available from:
http://www.math.uni-luebeck.de/potts/paper/fastgauss.pdf
www.eeworm.com/read/278154/10564379
c hypgeo.c
#include
#include "complex.h"
#define NRANSI
#include "nrutil.h"
#define EPS 1.0e-6
fcomplex aa,bb,cc,z0,dz;
int kmax,kount;
float *xp,**yp,dxsav;
fcomplex hypgeo(fcomplex a, fc
www.eeworm.com/read/159946/10584998
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/159946/10585255
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f