代码搜索:FFt 开发教程
找到约 10,000 项符合「FFt 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/290260/8492249
cpp fft.cpp
#ifndef FFT_CPP
#define FFT_CPP
#include
#define PI 3.1415926
#include "Complex.h"
#include "fft.h"
int Pow(int q ,int m)//int 型别数据求幂
{
int res;
res = 1;
while (m != 0)
{
www.eeworm.com/read/290260/8492250
h fft.h
#ifndef FFT_H
#define FFT_H
/************************************************************************/
/* 在这里定义Base3TimeFFT函数 此dll 暂时导出这样一个函数
次函数说明如下:
Complex * orign_result 【in】 输入
www.eeworm.com/read/289898/8518509
bmp awngorg(fft).bmp
www.eeworm.com/read/289898/8518511
bmp ruili(fft).bmp
www.eeworm.com/read/289898/8518516
bmp awngorg(fft).bmp
www.eeworm.com/read/289898/8518553
bmp ruili(fft).bmp
www.eeworm.com/read/188503/8534815
c fft.c
/*
** FFT and FHT routines
** Copyright 1988, 1993; Ron Mayer
**
** fht(fz,n);
** Does a hartley transform of "n" points in the array "fz".
**
** NOTE: This routine uses at least 2 pate
www.eeworm.com/read/433235/8538202
paf fft.paf
www.eeworm.com/read/433235/8538217
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\qiyi\dsp2407\fft\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
www.eeworm.com/read/289457/8549844
c fft.c
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge