代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/165860/10048649
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\dsp\des320pp_u\fft\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
www.eeworm.com/read/165860/10048651
dat fft.dat
1651 1 0 0 0
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0x2328
0xdcd8
0xdcd8
0xdcd8
0xdcd8
0x
www.eeworm.com/read/165830/10050392
m fft.m
function fft(X1);
N1=length(X1);
t=0;
while N1>1
N1=N1/2;
t=t+1;
end
N1=length(X1);
for n=1:N1
X(n)=X1(n);
end
if 2^t>N1
for n=N1+1:2^t
X(n)=0;
end
en
www.eeworm.com/read/360965/10070888
cmp fft.cmp
-- Generated by FFT 7.1 [Altera, IP Toolbench 1.3.0 Build 177]
-- ************************************************************
-- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
-- ********
www.eeworm.com/read/360965/10070892
vhd fft.vhd
-- megafunction wizard: %FFT v7.1%
-- GENERATION: XML
-- ============================================================
-- Megafunction Name(s):
-- auk_dspip_r22sdf_top_fft_71
-- =============
www.eeworm.com/read/360965/10070895
html fft.html
A.h:hover { color: "#FF0000"; }
A.menu:link { text-decoration: none}
A.menu:visited{ text-decoration: none}
www.eeworm.com/read/360965/10070918
bsf fft.bsf
/*
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/360965/10070959
vho fft.vho
--IP Functional Simulation Model
--VERSION_BEGIN 7.1SP1 cbx_mgl 2007:06:11:08:05:04:SJ cbx_simgen 2007:03:19:10:39:32:SJ VERSION_END
-- Legal Notice:
www.eeworm.com/read/165145/10074985