代码搜索:Fir 开发教程

找到约 10,000 项符合「Fir 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/167073/9981072

c fir.c

#include "typedef.h" #include "Fir.h" void Fir( Word16 *Input, // 原始输入数据 Word16 *Output, // FIR滤波输出结果 Word16 *Fir_Coef, // FIR滤波器系数 Word16 *Fir_Memory, // FIR滤波器状态 W
www.eeworm.com/read/362310/10006086

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/166666/10008747

cmd fir.cmd

/*************************************************************************/ /* This is the Linker Command File for the TMS320C541 */ /**********************************************************
www.eeworm.com/read/166665/10008777

cmd fir.cmd

/*************************************************************************/ /* This is the Linker Command File for the TMS320C541 */ /**********************************************************
www.eeworm.com/read/166665/10008781

pjt fir.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ti\c5400\dsplib\EXAMPLES\FIR\" ProjectType=Executable CPUFamily=TMS320C54XX Tool=
www.eeworm.com/read/166665/10008792

paf fir.paf

www.eeworm.com/read/166645/10009220

ldf fir.ldf

ARCHITECTURE(ADSP-21160) // // ADSP-21160 Memory Map: // ------------------------------------------------ // Internal memory 0x0000 0000 to 0x000f ffff // -----------------------------
www.eeworm.com/read/166645/10009223

mak fir.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,
www.eeworm.com/read/166645/10009224

dpj fir.dpj

www.eeworm.com/read/166645/10009225

asm fir.asm

//fir.asm #include "def21160.h" .SECTION/DM dm_data; .VAR indata[100]="FIRIN.dat"; .VAR newdata[11]; .VAR olddata[11]; .VAR outdata[100]; .SECTION/PM pm_data; .VAR coff[11]="COFF.dat";