代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
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
www.eeworm.com/read/387814/8652453
paf fir.paf
www.eeworm.com/read/387814/8652457
c fir.c
#include"math.h"
#define FIRNUMBER 25
#define SIGNAL1F 1000
#define SIGNAL2F 4500
#define SAMPLEF 10000
#define PI 3.1415926
float InputWave();
float FIR();
float fHn[FIRNUMBER]={ 0.0,0
www.eeworm.com/read/387814/8652460
cmd fir.cmd
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/287148/8718438
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/287148/8718443
cmd fir.cmd
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* gran