代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/449577/7500280
c cpxsum.c
/* cpxsum - program to sum (or subtract) 2 complex phase files */
/* Andy Hooper, July 2006 */
#include
using namespace std;
#include
using namespace std;
#include
u
www.eeworm.com/read/449151/7517555
c fftwnd.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
www.eeworm.com/read/449151/7517631
h fftw.h
/* -*- 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
www.eeworm.com/read/447730/7546088
c fastcor.c
/***********************************************************************
FASTCOR.C - 使用FFT实现快速相关
该程序利用FFT实现快速相关运算.
输入序列为两个具有相关性的信号,一个输入信号
为两个不同频率的信号迭加而成,另一个输入信号
为其中一个频率的单频信号.若两个输入信号相同
则为自相关.
www.eeworm.com/read/447730/7546089
c fastcon.c
/***********************************************************************
FASTCON.C - 使用FFT实现快速卷积
该程序利用FFT实现快速卷积运算.
卷积实现一个35阶FIR低通滤波器的响应分析, FIR滤波器参数存放在变量
fir_lpf35中, 输入信号为两个不同频率的信号迭加.此滤波器的阻带衰耗
为
www.eeworm.com/read/447730/7546090
c pse.c
/*********************************************************************
PSE.C - 用FFT实现功率谱估计
程序输入一个加入噪声的正弦信号, 采用周期图法来实现功率谱分析
参数如下:
slice = 每次FFT的长度,缺省为256;
numav = FFT取平均的组数,缺省为16;
ovlap
www.eeworm.com/read/446759/7565554
c zmemory.c
/**************************************************************************
**
** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved.
**
** Meschach Library
**
**
www.eeworm.com/read/199482/7848798
cpp pj_mod_ster.cpp
#include "stdafx.h"
#ifndef lint
static const char SCCSID[]="@(#)PJ_mod_ster.c 4.1 94/02/15 GIE REL";
#endif
/* based upon Snyder and Linck, USGS-NMD */
#define PROJ_PARMS__ \
COMPLEX *zcoeff
www.eeworm.com/read/199277/7870654
cpp sources.cpp
/* Copyright (C) 2006 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 publish
www.eeworm.com/read/199277/7870669
cpp integrate.cpp
/* Copyright (C) 2006 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 publi