代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/277788/10604715

h flat_rayleigh.h

#ifndef FLAT_RAYLEIGH #define FLAT_RAYLEIGH #include "Random.h" /***************************************************************************** * Author: Christos Komninakis
www.eeworm.com/read/272960/10935236

h dsp.h

#if !defined(AFX_DSP_H__07FC7680_E273_11D5_B668_0010DCA65D26__INCLUDED_) #define AFX_DSP_H__07FC7680_E273_11D5_B668_0010DCA65D26__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER >
www.eeworm.com/read/272513/10954780

cc kiester_geev.cc

// complex version geev.cc // submitted by Ross Keister #include #include "mtl/mtl2lapack.h" #include "mtl/dense1D.h" #include "mtl/utils.h" int main() { using namespace mtl; usin
www.eeworm.com/read/255967/7098230

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/459192/7278844

h fourier.h

#ifndef _FOURIER_H_ #define _FOURIER_H_ #include "complex.h" class fourier{ private: static double PI ; complex *w ; void initw(int size , int dir) ; int rbit(int b , int m ) ;
www.eeworm.com/read/458661/7291965

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/458360/7298486

h const.h

/* @(#) const.h 1.2 1/27/86 17:47:31 */ /*ident "@(#)cfront:lib/complex/const.h 1.2"*/ #define ABS(x) ((x
www.eeworm.com/read/458360/7298490

c sqrt.c

/* @(#) sqrt.c 1.2 1/27/86 17:47:43 */ /*ident "@(#)cfront:lib/complex/sqrt.c 1.2"*/ # include "complex.h" #define SQRT_DANGER 1e17 # define PERIL(t) (t > SQRT_DANGER || (t < 1/SQRT_DANGER && t != 0
www.eeworm.com/read/451716/7457683

asv precoding.asv

function y=precoding(x_symb) % A is defined by us for the number of physical ports % q is the number of code words;
www.eeworm.com/read/449151/7517556

c twiddle.c

/* * Copyright (c) 1997-1999 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a