代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/169910/9833151
c exp7b.c
/*
exp7b.c - Example to test FFT (fixed-point)
Use Twiddle lookup-table method
*/
#include "icomplex.h"
#include "input7_i.dat" /* Experiment data */
extern void fft(comp
www.eeworm.com/read/169910/9833210
c fbit_rev.c
/*
fbit_rev.c
Arrange input samples in bit-reverse addressing order
- the index j is the bit reverse of i
*/
#include "fcomplex.h" /* floating-point complex.h header file */
www.eeworm.com/read/169666/9847011
h dip.h
#ifndef DIP_H
#define DIP_H
#define WIN31
#define PI 3.1415926
#include
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/365788/9847052
txt 1-二维傅氏变换-p46.txt
二维程序的检查程序
#Test case for two-dimensional Fourier Transformation
integer it, nt, ix, nx;
complex cp(64, 64), cwork(64)
open(4, file='plotfile',status='new',access='direct',form='unformat
www.eeworm.com/read/364978/9885190
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/168293/9923340
h icetek-dm642-pci.h
//函数定义
void ICETEKDM642PCI01ImageProcessReverse();
//工作变量
#pragma DATA_SECTION(nMemTemp, ".INTPROCBUFF");
#pragma DATA_ALIGN(nMemTemp,128);
#pragma DATA_SECTION(nLUT, ".INTPROCBUFF");
#defin
www.eeworm.com/read/168151/9936576
c maryuwa.c
#include
#include
#include
#include "msp.h"
void maryuwa(complex x[],complex a[],complex r[],int n,int ip,
float *ep,int *ierror)
{
/*-----------------------------
www.eeworm.com/read/168118/9937399
m iscomplex.m
function flag=iscomplex(matrix)
% ISCOMPLEX: logical test for presence of complex numbers
%
% flag=iscomplex(matrix)
%
% returns 1 if any elements of the input matrix are complex.
% returns 0 o
www.eeworm.com/read/362900/9977195
cpp bands.cpp
/* Copyright (C) 2005-2008 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 as
www.eeworm.com/read/362900/9977215
cpp cw_fields.cpp
/* Copyright (C) 2005-2008 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 as