代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/478193/6721823

m phase.m

function PHI=phase(G) %PHASE Computes the phase of a complex vector % % PHI=phase(G) % % G is a complex-valued row vector and PHI is returned as its % phase (in radians), with an effort made to
www.eeworm.com/read/478203/6721884

m phase.m

function PHI=phase(G) %PHASE Computes the phase of a complex vector % % PHI=phase(G) % % G is a complex-valued row vector and PHI is returned as its % phase (in radians), with an effort made to
www.eeworm.com/read/264253/11324279

c fft.c

#include #include #include #include "mpi.h" #define MAX_N 50 #define PI 3.1415926535897932 #define EPS 10E-8 #define V_TAG 99 #define P_TAG 100 #define Q_TAG 101 #d
www.eeworm.com/read/409142/11345375

m ch2_60.m

%定义一个具有实数和复数的矩阵 A=[5 6.5 2+3i 3.5 6 1+2i]; %定义存储实数和复数的矩阵目前为空矩阵 real_array=[]; complex_array=[]; for i=1:length(A), %判断矩阵元素是否为实数 if isreal(A(i))==1, real_array=[real_array A(i)]
www.eeworm.com/read/407145/11427778

c tsfft_adi.c

//********************************************************************* // File Name: tsfft_adi.c // Example to demonstrate how to generate two complex FFTs using // a single twiddle table /
www.eeworm.com/read/406948/11431858

h flat_rayleigh.h

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

cpp cmpxpoly.cpp

//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // File = cmpxpoly.cpp // // class that implements a polynomial with // complex-valued coefficients // #include
www.eeworm.com/read/400646/11570987

cc fft_init.cc

// This may look like C code, but it is really -*- C++ -*- /* ************************************************************************ * * Fast Fourier Transform * * Initializati
www.eeworm.com/read/347945/11623968

m ncvar.m

function sys = sdpvar(varargin) %SDPVAR Create symbolic decision variable % % You can create a sdpvar variable by: % X = SDPVAR(n) Symmetric nxn matrix % X = SDPVAR(n,n)
www.eeworm.com/read/347945/11624241

asv ncvar.asv

function sys = sdpvar(varargin) %SDPVAR Create symbolic decision variable % % You can create a sdpvar variable by: % X = SDPVAR(n) Symmetric nxn matrix % X = SDPVAR(n,n)