代码搜索:Fir 开发教程

找到约 10,000 项符合「Fir 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/371251/9559974

v fir.v

`timescale 1ns / 1ps //////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 17:01:38 10/09/06 // Design Name: // Mo
www.eeworm.com/read/170457/9806353

vhd fir.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_signed.all; use ieee.std_logic_arith.all; use work.pack.all; use work.components_pack.all; entity FIR is port ( c
www.eeworm.com/read/169910/9833197

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/169909/9833246

dpj fir.dpj

www.eeworm.com/read/169901/9833567

h fir.h

/* * 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/169901/9833569

c fir.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/169808/9837378

c fir.c

/*************************************************************************** ** $Id: BP.C 1.2 1998/09/01 18:20:18 trey Exp trey $ ********************************************************************
www.eeworm.com/read/169808/9837380

mak fir.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,
www.eeworm.com/read/169808/9837382

pcf fir.pcf

www.eeworm.com/read/169808/9837385

ldf fir.ldf

/**************************************************************************** ** $TITLE: FFT.LDF$ ** FFT.LDF ** --------- ** Sets up the memory map for the FFT demo. **