代码搜索:Fir 有哪些应用?

找到约 10,000 项符合「Fir 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/282428/9094918

out fir.out

www.eeworm.com/read/282428/9094923

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/282428/9094924

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];
www.eeworm.com/read/282423/9095636

obj fir.obj

www.eeworm.com/read/282423/9095640

mak fir.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/282423/9095642

cmd fir.cmd

MEMORY { PAGE 0: VECT : o = 0000h , l = 0040h EX_ROM : o = 0040h , l = 7fc0h PAGE 1: B2 : o = 0060h , l = 0020h B1 : o = 0300h , l = 0100h
www.eeworm.com/read/282423/9095643

asm fir.asm

.include 240x.h .global start,FIR .data .include "lowpass.inc" ;低通滤波器系数(32个) N .set 32 ;32点FIR滤波 DPTRI .set 8000h ;输入波形地址 DPTRO .set 0a000h ;输出波形地址 i
www.eeworm.com/read/282423/9095645

out fir.out

www.eeworm.com/read/282413/9096913

pjt fir.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\ti\myprojects\fir\" ProjectType=Executable CPUFamily=TMS320C54XX Tool="Compiler"
www.eeworm.com/read/282413/9096926

cmd fir.cmd

fir.obj -m fir.map -o fir.out MEMORY { PAGE 0: ROM1(RIX) :ORIGIN=0080H,LENGTH=100H PAGE 1: INTRAM1(RW) :ORIGIN=2400H,LENGTH=0200H INTRAM2(RW) :ORIGIN=260