代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/167140/9979920
inc fft_size.inc
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/166208/10029133
c fastcor.c
/***********************************************************************
FASTCOR.C - 使用FFT实现快速相关
该程序利用FFT实现快速相关运算.
输入序列为两个具有相关性的信号,一个输入信号
为两个不同频率的信号迭加而成,另一个输入信号
为其中一个频率的单频信号.若两个输入信号相同
则为自相关.
www.eeworm.com/read/166208/10029136
c fsample.c
/**********************************************************************
FSAMPLE.C - 取样混迭演示程序
dft 离散傅里叶变换函数
idft IDFT 函数
draw_image 绘图子程序
************************************
www.eeworm.com/read/166208/10029139
c fastcon.c
/***********************************************************************
FASTCON.C - 使用FFT实现快速卷积
该程序利用FFT实现快速卷积运算.
卷积实现一个35阶FIR低通滤波器的响应分析, FIR滤波器参数存放在变量
fir_lpf35中, 输入信号为两个不同频率的信号迭加.此滤波器的阻带衰耗
为
www.eeworm.com/read/165912/10047050
m inverter_gain.m
function gain = inverter_gain(vdd, wn, ln, wp, lp)
% analysis of inverter threshold for 0.25 micron CMOS process
techn = [0.43, 0.4, 115e-6, 0.06, 0.63, 0.005, 0.015];
techp = [-0.40, -0.4, -30e-6,
www.eeworm.com/read/361396/10055119
cpp rootmontecarlocomplex.cpp
//RootMonteCarloComplex.cpp
//MonteCarlo法求解非线性方程一复根
#define FM //注解此行,将调用FunctionModule2()
#ifdef FM
#define FunctionModule FunctionModule1
#else
#define FunctionModule FunctionModule2
www.eeworm.com/read/360519/10089338
h imdct.h
#ifndef IMDCT_H
#define IMDCT_H
#include "defs.h"
#include
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795029
#endif
typedef struct complex_s {
sample_t real
www.eeworm.com/read/360311/10103493
cpp xt10-1.cpp
#include
using namespace std;
class Complex
{public:
Complex(){real=0;imag=0;}
Complex(double r,double i){real=r;imag=i;}
double get_real();
double get_imag();
void
www.eeworm.com/read/359499/10142815
cs addbutterfly.cs
using System;
namespace FFT
{
///
/// Summary description for AddButterfly.
///
class addButterfly : Butterfly
{
float oldr1, oldi1;
public addButterfly(f
www.eeworm.com/read/162511/10299065
c dotprod_c10.c
/* Implementation of the DOT_PRODUCT intrinsic
Copyright 2002 Free Software Foundation, Inc.
Contributed by Paul Brook
and Feng Wang
This file is part