代码搜索:Fir 有哪些应用?
找到约 10,000 项符合「Fir 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/127036/14387534
m exa070903_remez_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------
www.eeworm.com/read/220189/14847292
c myfirmain.c
/*将两个不同频率叠加的正弦余弦信号进行FIR滤波,得到频率较低的正弦信号*/
/*滤波器系数用matlab计算 */
#include "stdio.h"
#include "math.h"
static void dataIO(); /*提供软件中断*/
void FIR(float input[],float output[],int SIZE);/*滤波核心函数*
www.eeworm.com/read/216443/15006951
m firextend.m
function g=firextend(g,L);
%FIREXTEND Extend FIR window to IIR
% Usage: g=firextend(g,L);
%
% FIREXTEND(g,L) will extend the FIR window g to a length L window by
% inserting zeros. Note that
www.eeworm.com/read/216263/15022265
m exa5_17_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------
www.eeworm.com/read/216263/15022289
m exa5_18.m
%--------------------------------------------------------------------------
% exa060601_fir1.m, for example 6.6.1;
% to test fir1 and to design highpass FIR filter;
%-----------------------------
www.eeworm.com/read/211981/15168791
m exa070903_remez_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------
www.eeworm.com/read/211606/15176705
asv gf.asv
%高频放大器模块
function y=amplify(x,K);
N=length(x);
n=50;
Wn=[0.4 0.8];
b=fir1(n,Wn); %n阶带通滤波器
x=[x,zeros(1,25)];
y=filter(b,1,x);
y=y(26:length(y));
www.eeworm.com/read/207335/15274804
log cc_build.log
dspa fir.asm fir.obj -s -v2xx
TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorporated
PASS 1
PASS 2
No Errors, No Warnings
dspl
www.eeworm.com/read/194934/8184239
log cc_build_debug.log
------------------------------ fir.pjt - Debug ------------------------------
"c:\ti\c5400\cgtools\bin\cl500" -g -q -fr"D:/fir/Debug" -d"_DEBUG" -@"Debug.lkf" "fir.asm"
"c:\ti\c5400\c
www.eeworm.com/read/293552/8287260
m exa070903_remez_2.m
%--------------------------------------------------------------------------
% exa070903_remez_2.m, for example 7.9.3 and 7.4.2;
% to test remez.m and to design multi-band FIR filter;
%-----------