代码搜索:FFt 开发教程
找到约 10,000 项符合「FFt 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/381764/9072508
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\CCStudio_v3.1\MyProjects\fft2\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool
www.eeworm.com/read/184725/9082619
c fft.c
#include
#ifdef WIN32
#include
#endif
#include "types.h"
#include "l3psy.h"
#include "layer3.h"
/************************************************************************
www.eeworm.com/read/184725/9082712
h fft.h
#ifndef FFT_H
#define FFT_H
#include "types.h"
void fft(float x_real[BLKSIZE],
float x_imag[BLKSIZE],
float energy[BLKSIZE],
float phi[BLKSIZE],
int N);
www.eeworm.com/read/282480/9091038
vwf fft.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/282480/9091045
ssf fft.ssf
SIMULATOR_SETTINGS
{
ESTIMATE_POWER_CONSUMPTION = OFF;
GLITCH_INTERVAL = 1NS;
GLITCH_DETECTION = OFF;
SIMULATION_COVERAGE = ON;
CHECK_OUTPUTS = OFF;
SETUP_HOLD_DETECTION = OFF;
POWER_ES
www.eeworm.com/read/282480/9091051
psf fft.psf
DEFAULT_DESIGN_ASSISTANT_SETTINGS
{
HCPY_ALOAD_SIGNALS = OFF;
HCPY_VREF_PINS = OFF;
HCPY_CAT = OFF;
HCPY_ILLEGAL_HC_DEV_PKG = OFF;
ACLK_RULE_IMSZER_ADOMAIN = OFF;
ACLK_RULE_SZER_BTW_ACLK_
www.eeworm.com/read/282480/9091054
csf fft.csf
COMPILER_SETTINGS
{
IO_PLACEMENT_OPTIMIZATION = ON;
ENABLE_DRC_SETTINGS = OFF;
PHYSICAL_SYNTHESIS_REGISTER_RETIMING = OFF;
PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION = OFF;
PHYSICAL_SYNTHESIS_
www.eeworm.com/read/282480/9091058
quartus fft.quartus
COMPILER_SETTINGS_LIST
{
COMPILER_SETTINGS = fft;
}
SIMULATOR_SETTINGS_LIST
{
SIMULATOR_SETTINGS = fft;
}
SOFTWARE_SETTINGS_LIST
{
SOFTWARE_SETTINGS = Debug;
SOFTWARE_SETTINGS = Release
www.eeworm.com/read/282480/9091062
v fft.v
module fft(start,clk,x2_re,x2_im,x1_re,x1_im,w_re,w_im,out2_re,out2_im,out1_re,out1_im);
input [7:0]x2_re,x2_im,x1_re,x1_im,W_RE,W_IM;
output [7:0]out2_re,out2_im,out1_re,out1_im;
reg [7:0]out2_re,
www.eeworm.com/read/282480/9091073
qws fft.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
pt