代码搜索:Fir 有哪些应用?
找到约 10,000 项符合「Fir 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/432518/8597384
out fir.out
www.eeworm.com/read/388588/8598749
paf fir.paf
www.eeworm.com/read/388588/8598787
wks fir.wks
www.eeworm.com/read/388588/8598799
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\maverick\source\5509program\FIR\"
ProjectType=Executable
CPUFamily=TMS320C55XX
To
www.eeworm.com/read/388588/8598812
cmd fir.cmd
-w
-stack 500
-sysstack 500
-l rts55x.lib
MEMORY
{
DARAM: o=0x100, l=0x7f00
VECT : o=0x8000, l=0x100
DARAM2: o=0x8100, l=0x7f00
SARAM: o=0x10000, l=0x30000
SDRAM: o=
www.eeworm.com/read/388588/8598813
sbl fir.sbl
www.eeworm.com/read/388588/8598815
c fir.c
#include "myapp.h"
#include "csedu.h"
#include "scancode.h"
#include
#define FIRNUMBER 25
#define SIGNAL1F 1000
#define SIGNAL2F 4500
#define SAMPLEF 10000
#define PI 3.1415926
www.eeworm.com/read/288703/8613070
asm fir.asm
.mmregs
.asg 0, ret_addr
.asg 3, h
.asg 4, r
.asg 5, NX
.asg 6, nc
.asg ar5, arg_x
.asg ar3, arg_h
.asg ar4, arg_r
.def _fir
www.eeworm.com/read/288682/8613930
h fir.h
int xx[65];
int yy[65];
int xy[65];
int yx[65];
/****daitong FIR fs=72000HZ fc1=5kHZ fc2=7kHZ ***/
int h[65] = {0, 1, 0, -10, -25, -28, 0, 56, 103,
www.eeworm.com/read/288682/8613981
asm fir.asm
.mmregs
.asg 0, ret_addr
.asg 3, h
.asg 4, r
.asg 5, NX
.asg 6, nc
.asg ar5, arg_x
.asg ar3, arg_h
.asg ar4, arg_r
.def _fir