代码搜索:Fir 有哪些应用?
找到约 10,000 项符合「Fir 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/202248/15388035
txt [问题]请问报考要哪些证明?.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: [问题]请问报考要哪些证明?
Date: Mon, 28 Feb 2005 12:04:31 +0800 (CST)
Status: RO
作者: westgua (西瓜) 站内: KaoYan
标题: [问题]请问报考要哪些证明?
时间: Wed Jul
www.eeworm.com/read/9966/180219
pdf 应用vhdl基于fpga设计fir滤波器.pdf
www.eeworm.com/read/350727/10716134
mht s3c44b0x有哪些可用的i-o口.mht
From:
Subject: =?gb2312?B?UzNDNDRCMFjT0MTE0Km/ydPDtcRJL0+/2g==?=
Date: Fri, 15 Aug 2008 16:28:29 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type=
www.eeworm.com/read/237527/13946482
pdf 有向分形参数在车牌定位中的应用.pdf
www.eeworm.com/read/184909/9066042
sci fir.fir.sld_design_entry.sci
www.eeworm.com/read/331968/12790347
sci fir.fir.sld_design_entry.sci
www.eeworm.com/read/292180/8369527
vhd fir.vhd
LIBRARY ieee;
USE IEEE.std_logic_1164.all;
USE IEEE.numeric_std.ALL;
entity FIR is
port(
clock : in std_logic;
reset : in std_logic;
data_in : in signed(11 downto 0);
data_out : out
www.eeworm.com/read/391151/8419247
out fir.out
www.eeworm.com/read/391151/8419258
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\Fir\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
www.eeworm.com/read/391151/8419262
c fir.c
//Fir.c FIR filter. Include coefficient file with length N
#include "bs2700.cof" //coefficient file BS @ 2700Hz
int yn = 0; //initialize filter's output
short dly[N];