代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/326278/13150794
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="e:\tryfft\fft\fft\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
To
www.eeworm.com/read/326278/13150804
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\ti\myprojects\fft\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
www.eeworm.com/read/326278/13150814
out fft.out
www.eeworm.com/read/326278/13150821
cmd fft.cmd
-c
-h
-l rts.lib
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 0x2000, len = 0x0f80 /*8k-128 word*/
VECT: origin = 0x2f80, len = 0x80 /*128word*/
PAGE 1: DATA:
www.eeworm.com/read/139443/13156154
class fft.class
www.eeworm.com/read/326072/13167609
vps fft_in.vps
[PlotSettings]
DbgWnd:ProcId=0
DbgWnd:IsPinned=False
DbgWnd:IsMultiprocessor=False
PlotWnd:Version=1
PlotWnd:GraphType=0
PlotWnd:GraphTitle=FFT In
PlotWnd:GraphSubTitle=
PlotWnd:NumDataSet=1
www.eeworm.com/read/326070/13167872
vps fft_in.vps
[PlotSettings]
DbgWnd:ProcId=0
DbgWnd:IsPinned=False
DbgWnd:IsMultiprocessor=False
PlotWnd:Version=1
PlotWnd:GraphType=0
PlotWnd:GraphTitle=FFT In
PlotWnd:GraphSubTitle=
PlotWnd:NumDataSet=1
www.eeworm.com/read/241079/13170853
c fft.c
// 32FFT.cpp : Defines the entry point for the console application.
#include "fft.h"
const int costab[32] = {16384, 16069, 15136, 13622, 11585, 9102, 6269, 3196, //定标为14位
www.eeworm.com/read/241079/13170911
h fft.h
//********************************************//
//********计算模块(FFT,电度量的计算)******//
//*******************************************//
#ifndef FFT_H
#define FFT_H
#include "main.h"
#include "math.h
www.eeworm.com/read/325520/13198672
c fft.c
#include
#include
#include
#include "mpi.h"
#define MAX_N 50
#define PI 3.1415926535897932
#define EPS 10E-8
#define V_TAG 99
#define P_TAG 100
#define Q_TAG 101
#d