代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/307151/13727492

m plot3c.m

%PLOT3C plots a complex signal in 3D % % use: same as plot % % % See also % plotc (another type of visualization of complex signals) % % G. Rilling, last modification 12.2006 % gabriel.rilling@ens-l
www.eeworm.com/read/306793/13737660

c fft源.c

//FFT.c C callable FFT function in C #define PTS 256 //# of points for FFT typedef struct {float real,imag;} COMPLEX; extern COMPLEX w[PTS]; //twiddle constants stored in w v
www.eeworm.com/read/303772/13809514

c gcd.c

#include "config.h" #ifdef HAVE_COMPLEX_H #include #endif #include #include #include void print_z(const int N, ltfat_complex *p) { int i; for(i=0;i
www.eeworm.com/read/303513/13813699

m conj.m

function B=conj(A) %CONJ Complex conjugate. % CONJ(S) is the complex conjugate of S. % For a complex S, CONJ(S) = REAL(S) - i*IMAG(S). % % See also REAL, IMAG, I, J. % Copyright (c) 200
www.eeworm.com/read/303512/13813989

m c2p.m

% c2p.m - complex number to phasor form % % Usage: p = c2p(z) % % z = vector of complex numbers % % p = [abs(z), angle(z)*180/pi] % S. J. Orfanidis - 1999 - www.ece.rutgers.edu/~orfanidi/ewa
www.eeworm.com/read/146657/5734787

h mds_def.h

/* * $Source: /usr/gcc/DELIVERABLES/adi-21csp-sol/21csp/include/mdsp/mds_def.h,v $ * $Revision: 1.1.1.1 $ * $Author: levb $ $Date: 1996/11/13 15:58:28 $ */ /*******************************************
www.eeworm.com/read/146657/5734798

h mds_def.h

/* * $Source: /usr/gcc/DELIVERABLES/adi-21csp-sol/21csp/include/mdsp/mds_def.h,v $ * $Revision: 1.1.1.1 $ * $Author: levb $ $Date: 1996/11/13 15:58:28 $ */ /*******************************************
www.eeworm.com/read/146657/5734811

h mds_def.h

/* * $Source: /usr/gcc/DELIVERABLES/adi-21csp-sol/21csp/include/mdsp/mds_def.h,v $ * $Revision: 1.1.1.1 $ * $Author: levb $ $Date: 1996/11/13 15:58:28 $ */ /*******************************************
www.eeworm.com/read/146657/5734823

h mds_def.h

/* * $Source: /usr/gcc/DELIVERABLES/adi-21csp-sol/21csp/include/mdsp/mds_def.h,v $ * $Revision: 1.1.1.1 $ * $Author: levb $ $Date: 1996/11/13 15:58:28 $ */ /*******************************************
www.eeworm.com/read/141297/5773144

i gr_fir_filter_ccc.i

/* -*- c++ -*- */ /* * Copyright 2004 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter