代码搜索:Fir 开发教程
找到约 10,000 项符合「Fir 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/276739/10712581
out fir.out
www.eeworm.com/read/350593/10729711
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\DSP_WorkShop\DSPApp_Examples\Chap7\fir\"
ProjectType=Executable
CPUFamily=TMS320C5
www.eeworm.com/read/350593/10729717
paf fir.paf
www.eeworm.com/read/350593/10729721
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
www.eeworm.com/read/350593/10729722
map fir.map
www.eeworm.com/read/350593/10729723
asm fir.asm
;一个FIR滤波器源程序 fir.asm
.mmregs ;定义存储器映射寄存器的符号名,
;这样就可以用AR0、PMST等助记符替换实际的存储器地址。
.global start ;定义符号名
.def start,_c_int00
INDEX .set 1 ;定义符号常量
KS .set
www.eeworm.com/read/350593/10729724
out fir.out
www.eeworm.com/read/350586/10730219
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/350586/10730222
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\dsp\t7\Fir\Fir\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
To
www.eeworm.com/read/350586/10730236