代码搜索:如何学习 Fir?

找到约 10,000 项符合「如何学习 Fir?」的源代码

代码结果 10,000
www.eeworm.com/read/365378/9866202

sbl fir.sbl

www.eeworm.com/read/365378/9866203

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/169221/9875123

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/168940/9887468

mdl fir.mdl

Model { Name "fir" Version 6.1 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" ComputedModelVersion
www.eeworm.com/read/168279/9925714

bmp fir.bmp

www.eeworm.com/read/168250/9927387

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/363125/9966815

doc fir.doc

www.eeworm.com/read/167465/9968342

doc fir.doc

www.eeworm.com/read/167141/9979822

pjt fir.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="c:\5416edulab\lab16-fir\" ProjectType=Executable CPUFamily=TMS320C54XX Tool="Compile
www.eeworm.com/read/167141/9979824

asm fir.asm

;HIGHPASS .set 0 ;if you want to use ,please set the value to 1 ;BANDPASS .set 0 LOWPASS .set 1 .global start,fir .mmregs COFF_FIR_START: .sect "coff_fir" .include "lowpass\\lowp