代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/350691/10719601

h wav_filters_extern.h

// Onur G. Guleryuz 1995, 1996, 1997, // University of Illinois at Urbana-Champaign, // Princeton University, // Polytechnic University. #if !defined(_WAV_FILTERS_EXTERN_) #define _WAV_FILTERS_
www.eeworm.com/read/420098/10817183

m cpxdetrend.m

function [out, frfreqx, frfreqy] = cpxdetremd(data,numfringesx,numfringesy) % CPXDETREND -- remove phase trend from complex data % Trend is notated in fringes over the image, not in frequency. % I
www.eeworm.com/read/263537/6996092

cpp ifftc.cpp

#include #include //#include /**************************************/ /* 定义 */ /**************************************/ #define N 8
www.eeworm.com/read/466346/7034217

bas mainmodule.bas

Attribute VB_Name = "MainModule" Sub Main() Dim cpxZ As Complex Dim dblM As Double Dim i As Integer, n As Integer Dim sComplex As String, sMsg As String Dim cpxZR() As Comple
www.eeworm.com/read/465329/7053134

txt fft变换.txt

/*===================================================== 函数名称:FFT 函数功能:FFT变换,基2DIT 输入参数: x 复数点序列, m FFT的级数 输出参数:无,原址操作 ====================================================*/ void FFT(COMPLEX
www.eeworm.com/read/140741/7069838

cpp le_totalchoicegauss.cpp

//LE_TotalChoiceGauss.cpp 全选主元高斯消去法 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程(组)求解头文件 void main() { int i; double a[4][4] = //实系数矩阵 { {0.2368, 0.2471,
www.eeworm.com/read/140741/7069845

cpp le_totalchoicegaussjordan.cpp

//LE_TotalChoiceGaussJordan.cpp 全选主元高斯-约当消去法 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程(组)求解头文件 void main() { int i; double a[4][4] = //实系数矩阵 { {1.0,
www.eeworm.com/read/255967/7098235

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/255967/7098270

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/296134/7103005

asm freqflt.asm

; ; freqflt.asm - Routine to perform frequency domain filtering ; ; Protptye: void freqflt(complex *, complex *, unsigned int); ; ; Entry: arg0: AR0 is the pointer to X[] ; ar