代码搜索:Fir 开发教程

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

代码结果 10,000
www.eeworm.com/read/288682/8613981

asm fir.asm

.mmregs .asg 0, ret_addr .asg 3, h .asg 4, r .asg 5, NX .asg 6, nc .asg ar5, arg_x .asg ar3, arg_h .asg ar4, arg_r .def _fir
www.eeworm.com/read/237367/8626754

m fir.m

% % FIR filter design using Hamming window % ORD1=511; F=8000; N=128; x=(0:127)/256*F; % Nth order Lowpass f1=1200; Wn=f1/F*2; blp=fir1(ORD1,Wn); BLP=blp*32767; m=freqz(blp,1,N); plot(x
www.eeworm.com/read/288383/8636861

pjt fir.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="c:\icetek-vc5416-edulab\lab0501-FIR\" ProjectType=Executable CPUFamily=TMS320C54XX T
www.eeworm.com/read/288383/8636872

paf fir.paf

www.eeworm.com/read/288383/8636874

cmd fir.cmd

-w -stack 400h -heap 100 -l rts.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h } SECTIONS { .text : {}> PRAM
www.eeworm.com/read/288383/8636878

wks fir.wks

www.eeworm.com/read/288383/8636880

c fir.c

///////////////////////////////////////////////// // Example For ICETEK-VC5416-EDU // // CTR Version : V4 // // Filename: Fir.c
www.eeworm.com/read/288383/8637611

cmd fir.cmd

-w -stack 400h -heap 100 -l rts.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h RAM2 : o=4000h,l=200h } SECTIONS
www.eeworm.com/read/288383/8637617

c fir.c

///////////////////////////////////////////////// // Example For ICETEK-VC5416-EDU // // CTR Version : V4 // // Filename: Fir.c
www.eeworm.com/read/387814/8652438

pjt fir.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ti\myprojects\ICETEK-VC5509-C\lab10-FIR\" ProjectType=Executable CPUFamily=TMS320C