代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/181851/9234563
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/181851/9234564
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/378355/9235408
h fir.h
/* ==================================================================
File name : FIR.H
Originator : Advanced Embeeded Control (AEC)
www.eeworm.com/read/378355/9235502
h fir.h
/* ==================================================================
File name : FIR.H
Originator : Advanced Embeeded Control (AEC)
www.eeworm.com/read/378355/9235540
wks fir.wks
www.eeworm.com/read/181107/9273956
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\5416edulab\lab16-fir\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compile
www.eeworm.com/read/181107/9273963
asm fir.asm
HIGHPASS .set 0 ;if you want to use ,please set the value to 1
BANDPASS .set 0
LOWPASS .set 1
.global start,fir
.mmregs
COFF_FIR_START: .sect "coff_fir"
.include "lowpass\\lowpas
www.eeworm.com/read/181107/9273965
cmd fir.cmd
MEMORY
{
PAGE 0:
PROG: o= 100h,l= 2000h
PAGE 1:
DATA1: o= 2600h, l= 1000h
DATA2: o= 2100h, l= 100h
DATA3: o= 2200h, l= 100h
DATA4: o= 2300h, l= 100h
DATA5: o= 2400h, l= 100h
www.eeworm.com/read/181107/9274020
obj fir.obj
www.eeworm.com/read/181107/9274052
asm fir.asm
.mmregs
COFF_FIR_START: .sect "coff_fir"
.include "lowpass.inc"
K_FIR_BFFR .set 32
d_data_buffer .set 8000h
.asg AR6,FIR_DATA_P
.sect "fir_prog"
.global _fir
_fir: