代码搜索:如何学习 Fir?

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

代码结果 10,000
www.eeworm.com/read/335217/12545002

c twocross.c

/* file : twocross.c * * purpose : implemnet of two-point crossover * */ #include #include #include void twocross(Kid1,Kid2,len) int len; /* t
www.eeworm.com/read/248284/12585622

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/134087/14008783

m kdiff1.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/134087/14009133

m kdiff.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/235912/14042849

asp add_st_ok.asp

www.eeworm.com/read/235912/14043762

asp xiu_st_ok.asp

www.eeworm.com/read/204921/15331294

lkf debug.lkf

-z -q -c -o"./Debug/iir1.out" -x -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools/lib" "C:\ti\myprojects\flilter\FIR\Debug\main.obj" "C:\ti\c6000\cg
www.eeworm.com/read/204921/15331297

lkv debug.lkv

-z -q -c -o"./Debug/iir1.out" -x -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools/lib" "C:\ti\myprojects\flilter\FIR\Debug\main.obj" "C:\ti\c6000\cg
www.eeworm.com/read/203746/15352177

c firtest.c

/* * Copyright 2003 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/203170/15364469

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