代码搜索:Fir 有哪些应用?
找到约 10,000 项符合「Fir 有哪些应用?」的源代码
代码结果 10,000
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
www.eeworm.com/read/287148/8718448
c fir.c
/***************************************************************************/
/* */
/* Experiement1 . C
www.eeworm.com/read/385934/8777954
out fir.out
www.eeworm.com/read/385934/8777969
pjt fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\Fir\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
www.eeworm.com/read/385934/8777973
c fir.c
//Fir.c FIR filter. Include coefficient file with length N
#include "bs2700.cof" //coefficient file BS @ 2700Hz
int yn = 0; //initialize filter's output
short dly[N];
www.eeworm.com/read/385641/8795181
m fir.m
clear all
clc
n=0:127; N=length(n); % When N become bigger,bigger precision
n1=0:255; N1=length(n1);
M=(N1-N)/2;
w=2*pi*[0:1/(N1-1):1];
wc=0.2*pi; % cutoff frequency
alpha=(N-1)/2;
w_1=boxca
www.eeworm.com/read/385542/8799375