代码搜索:如何学习 Fir?
找到约 10,000 项符合「如何学习 Fir?」的源代码
代码结果 10,000
www.eeworm.com/read/446632/7574467
log cc_build_debug.log
------------------------------ fir2.pjt - Debug ------------------------------
"d:\program files\ccs\c5400\cgtools\bin\cl500" -g -q -fr"d:/program files/ccs/myprojects/fir2/fir2/Debug" -d"_DEBUG" -
www.eeworm.com/read/446632/7574468
lkv debug.lkv
-z -q -c -o"./Debug/fir2.out" -x -i"d:/program files/ccs/c5400/bios/lib" -i"d:/program files/ccs/c5400/rtdx/lib" -i"d:/program files/ccs/c5400/cgtools/lib"
"d:\program files\ccs\myprojects\fir2\fir2\
www.eeworm.com/read/445470/7595248
m linear_buffer_fir_filter_in_direct_form.m
% fir.m - sample processing algorithm for FIR filter.
%
% [y, w] = fir(M, h, w, x)
%
% h = order-M filter (row vector)
% w = filter state (row vector)
% x = scalar input
% y = scalar output
% based on
www.eeworm.com/read/445470/7595264
m kaiser_differentiator_design.m
% kdiff.m - lowpass FIR differentiator design using Kaiser window.
%
% h = kdiff(fs, fc, Df, A)
%
% fc = cutoff frequency in [Hz]
% Df = transition width in [Hz]
% A = stopband ripple attenuation in [
www.eeworm.com/read/442409/7653190
c test.c
#include "..\include\c54fir.h"
#include "test.dat"
void main()
{
dptr=p;
ptrx=x; ptrr=r;
oflag = firdec( ptrx, y, ptrr, &dptr, 8, 2, 2);
ptrx+=2; ptrr+=
www.eeworm.com/read/442409/7653200
asm test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:49:55 1999 *
;*
www.eeworm.com/read/442409/7653218
c test.c
#include "..\include\c54fir.h"
DATA d[16]={
0
};
#include "test.dat"
void main()
{
dptr=d;
oflag = firlat( x, y, r, &dptr, 3, 16);
for(;;){}
}
www.eeworm.com/read/439446/7708549
m p4_3.m
% Program P4_3
% Zero Locations of Linear Phase FIR Filters
clf;
b = [1 -8.5 30.5 -63];
num1 = [b 81 fliplr(b)];
num2 = [b 81 81 fliplr(b)];
num3 = [b 0 -fliplr(b)];
num4 = [b 81 -81 -fliplr(b)];
n1 =
www.eeworm.com/read/439446/7708627
m p4_3.m
% Program P4_3
% Zero Locations of Linear Phase FIR Filters
clf;
b = [1 -8.5 30.5 -63];
num1 = [b 81 fliplr(b)];
num2 = [b 81 81 fliplr(b)];
num3 = [b 0 -fliplr(b)];
num4 = [b 81 -81 -fliplr(b)
www.eeworm.com/read/439446/7708721
m p4_3.m
% Program P4_3
% Zero Locations of Linear Phase FIR Filters
clf;
b = [1 -8.5 30.5 -63];
num1 = [b 81 fliplr(b)];
num2 = [b 81 81 fliplr(b)];
num3 = [b 0 -fliplr(b)];
num4 = [b 81 -81 -fliplr(b)];
n1 =