代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/388588/8598812
cmd fir.cmd
-w
-stack 500
-sysstack 500
-l rts55x.lib
MEMORY
{
DARAM: o=0x100, l=0x7f00
VECT : o=0x8000, l=0x100
DARAM2: o=0x8100, l=0x7f00
SARAM: o=0x10000, l=0x30000
SDRAM: o=
www.eeworm.com/read/388588/8598813
sbl fir.sbl
www.eeworm.com/read/388588/8598815
c fir.c
#include "myapp.h"
#include "csedu.h"
#include "scancode.h"
#include
#define FIRNUMBER 25
#define SIGNAL1F 1000
#define SIGNAL2F 4500
#define SAMPLEF 10000
#define PI 3.1415926
www.eeworm.com/read/288703/8613070
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/288682/8613930
h fir.h
int xx[65];
int yy[65];
int xy[65];
int yx[65];
/****daitong FIR fs=72000HZ fc1=5kHZ fc2=7kHZ ***/
int h[65] = {0, 1, 0, -10, -25, -28, 0, 56, 103,
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