代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/384797/8843159
cpp fir.cpp
// AccelDSP 9.1.00 build 868 Production, compiled Feb 16 2007
//
// THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL
// AND PROPRIETARY PROPERTY OF XILINX OR ITS L
www.eeworm.com/read/384797/8843162
o fir.o
www.eeworm.com/read/384797/8843174
h fir.h
// AccelDSP 9.1.00 build 868 Production, compiled Feb 16 2007
//
// THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL
// AND PROPRIETARY PROPERTY OF XILINX OR ITS L
www.eeworm.com/read/384797/8843294
vhd fir.vhd
-- AccelDSP 9.1.00 build 868 Production, compiled Feb 16 2007
--
-- THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL
-- AND PROPRIETARY PROPERTY OF XILINX OR ITS L
www.eeworm.com/read/384201/8891441
v fir.v
module fir(clk,x,y);
input[7:0] x;
input clk;
output[15:0] y;
reg[15:0] y;
reg[7:0] tap0,tap1,tap2,tap3,tap4,tap5,tap6,tap7,tap8,tap9,tap10;
reg[7:0] t0,t1,t2,t3,t4,t5;
reg[15:0] sum;
always
www.eeworm.com/read/383822/8915878
v fir.v
module fir(clk,x,y);
input[7:0] x;
input clk;
output[15:0] y;
reg[15:0] y;
reg[7:0] tap0,tap1,tap2,tap3,tap4,tap5,tap6,tap7,tap8,tap9,tap10;
reg[7:0] t0,t1,t2,t3,t4,t5;
reg[15:0] sum;
always
www.eeworm.com/read/284392/8936307
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-C6713-EDULab\Lab0501-FIR\"
ProjectType=Executable
CPUFamily=TMS320C67XX
To
www.eeworm.com/read/284392/8936323
wks fir.wks
www.eeworm.com/read/284392/8936331