代码搜索:Fir 开发教程
找到约 10,000 项符合「Fir 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/422829/10607449
map fir.map
******************************************************************************
TMS320C55x COFF Linker PC Version 2.56
*******************************************************
www.eeworm.com/read/422829/10607450
out fir.out
www.eeworm.com/read/422829/10607461
obj fir.obj
www.eeworm.com/read/422829/10607471
c fir.c
#include "myapp.h"
#include "ICETEK-VC5509-EDU.h"
#include "scancode.h"
#include
#define FIRNUMBER 25
#define SIGNAL1F 1000
#define SIGNAL2F 4500
#define SAMPLEF 10000
#define PI 3
www.eeworm.com/read/159552/10640558
v fir.v
module fir(clk,x,y);
input[7:0] x;
input clk;
output[15:0] y;
reg[15:0] y;
reg[7:0] tap0,tap1,tap2,tap3,tap4,tap5,tap6,tap7,tap8,tap9,tap10;
reg[7:0] t0,t1,t2,t3,t4,t5;
reg[15:0] sum;
always
www.eeworm.com/read/422208/10655460
asm fir.asm
.sect "init"
.global init
.text
.word init
.space 8
.word timer0
init: ldp 0,dp
ldi @STCK,sp ;INIT STACK
www.eeworm.com/read/276739/10712567
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/276739/10712572
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/276739/10712575
map fir.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
www.eeworm.com/read/276739/10712578
asm fir.asm
;一个FIR滤波器源程序 fir.asm
.mmregs
.global start
.def start,_c_int00
INDEX .set 1
KS .set 256 ;模拟输入数据缓冲区大小
N .set 17
COFF_FIR .sec