代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/426563/9013375
h fft.h
#ifndef _FFT_HERDER
#define _FFT_HERDER
#include
#include
#include
#include
#include
#include
using std::complex;
using std::pola
www.eeworm.com/read/382603/9016954
cpp fft.cpp
// fft -- a program to model a Fast Fourier Transform (FFT).
//
// Copyright (C) 2001 John Dalton
//
// This program is free software; you can redistribute it and/or modify
// it under the te
www.eeworm.com/read/382603/9017019
v fft.v
module sequential__adder(a, b, sum, clock);
parameter width = 1;
input [width-1:0] a;
input [width-1:0] b;
input clock;
output [width-1:0] sum;
reg [width-1:0] sum;
always @(posedge
www.eeworm.com/read/283423/9021905
fft_test
www.eeworm.com/read/283277/9031743
c fft.c
#include
#include
#include
#define PI 3.14159265358979323846
struct COMPLEX
{
float re;
float im;
} cplx , * Hfield , * S , * R , * w;
www.eeworm.com/read/382392/9032188
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\dsp6106\FFT\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool=
www.eeworm.com/read/382392/9032189
obj fft.obj
www.eeworm.com/read/382392/9032198
map fft.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
www.eeworm.com/read/382392/9032200
paf fft.paf
www.eeworm.com/read/382392/9032209