代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/308835/13689919
cpp dft.cpp
#include "stdafx.h"
#include "dft.h"
void CDFT::DFT_MAIN (complex *f, complex *F,int N ){
int n,k;
complex wn;
wn=exp(-complex(0.0,1.0)*2.0*M_PI/(double)N);
for (k=0; k
www.eeworm.com/read/307151/13727497
m plotc.m
%PLOTC plots a complex signal in 2D projection with variable projection angle.
%The angle can be modified at any time using the slider:
% slider at bottom: angle=0 the projection is the real part of
www.eeworm.com/read/307151/13727532
c cio.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/305575/13765458
m wavegrid.m
function[xg]=wavegrid(dk,N)
%WAVEGRID Makes a complex-valued valued (x+iy) grid.
%
% WAVEGRID(DK,N) returns an NxN grid with complex-valued elements
% (X+iY). X and Y are both linearly spaced
www.eeworm.com/read/304730/13788044
cpp gold.cpp
#include
#include
using namespace std;
#ifndef PI
#define PI 3.1415926535897932
#define PPII 3.14159
#endif
/********************************************************
www.eeworm.com/read/303772/13809512
c wfac.c
#include "config.h"
#ifdef HAVE_COMPLEX_H
#include
#endif
#include
#include
#include
#include "fftw3.h"
#include "gcd.h"
void wfac(ltfat_complex *g, const i
www.eeworm.com/read/303513/13813768
m conj.m
function B=conj(A)
%CONJ Complex conjugate.
% CONJ(V) is the complex conjugate of V.
% For a complex V, CONJ(V) = REAL(V) - i*IMAG(V).
%
% See also REAL, IMAG, I, J.
% Copyright (c) 200
www.eeworm.com/read/147331/5731729
c s_cexpl.c
/* Return value of complex exponential function for long double complex value.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich
www.eeworm.com/read/147331/5731739
c s_cexp.c
/* Return value of complex exponential function for double complex value.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepp
www.eeworm.com/read/147331/5731760
c s_casinhf.c
/* Return arc hyperbole sine for float value.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 199