代码搜索:Fir 开发教程
找到约 10,000 项符合「Fir 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/376414/9318186
c fir.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
#include"math.h"
#define FIRNUMBER 25
#de
www.eeworm.com/read/180068/9321521
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\test\C2000\2407EDULab_v299\Lab17-FIR\"
ProjectType=Executable
CPUFamily=TMS320C24X
www.eeworm.com/read/180068/9321525
paf fir.paf
www.eeworm.com/read/180068/9321527
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/180068/9321532
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/180068/9321534
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/180068/9321535
out fir.out
www.eeworm.com/read/376149/9329324
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="f:\dsp\yanzhen\fir\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
T
www.eeworm.com/read/376149/9329333
asm fir.asm
;fir
.mmregs
.global start
.def start, _c_int00
INDEX .set 1
KS .set 256
N .set 17
COEF_FIR