FINITE IMPULSE RESPONSE FILTER (FIR)
#1

DESIGNING A FIR FILTER:
Following are the steps to design linear phase FIR filters Using Windowing Method.

I. Clearly specify the filter specifications.
Eg: Order = 30;
Sampling Rate = 8000 samples/sec
Cut off Freq. = 400 Hz.

II. Compute the cut-off frequency Wc
Eg: Wc = 2*pie* fc / Fs
= 2*pie* 400/8000
= 0.1*pie

III. Compute the desired Impulse Response h d (n) using particular Window
Eg: b_rect1=fir1 (order, Wc , 'high',boxcar(31));

IV. Convolve input sequence with truncated Impulse Response x (n)*h (n)
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: powered by fir, c progam for fir filter, fir filter design ppt in verilog, fir filter verilog, abstract for online fir, literature survey fir vehicle showroom management, verilog fir code**n haaps,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  CIRCULAR CONVOLUTION OF TWO FINITE LENGTH SEQUENCES USING DFT AND IDFT seminar class 1 9,460 21-11-2012, 12:18 PM
Last Post: seminar details
  IMPULSE RESPONSE seminar class 0 1,145 06-05-2011, 04:24 PM
Last Post: seminar class
  C PROGRAM TO IMPLEMENT FIR FILTER seminar class 0 2,677 06-05-2011, 04:09 PM
Last Post: seminar class
  Mat Lab Program to Generate ‘FIR Filter-Low Pass’ Coefficients seminar class 0 1,557 06-05-2011, 03:59 PM
Last Post: seminar class
  USING MATLAB TO DETERMINE FILTER COEFFICIENTS: Using FIR1 Function on Matlab seminar class 0 2,312 06-05-2011, 03:58 PM
Last Post: seminar class
  IIR FILTER DESIGN seminar class 0 1,525 06-05-2011, 03:43 PM
Last Post: seminar class
  FIR FILTER DESIGN seminar class 0 1,459 06-05-2011, 03:43 PM
Last Post: seminar class
  LINEAR CONVOLUTION OF TWO FINITE LENGTH SEQUENCES USING DFT AND IDFT seminar class 0 3,325 06-05-2011, 03:40 PM
Last Post: seminar class
  IMPULSE RESPONSE OF THE GIVEN SYSTEM seminar class 0 1,407 06-05-2011, 03:27 PM
Last Post: seminar class

Forum Jump: