discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] FIR filter in fsk_tx.py


From: Sachi
Subject: [Discuss-gnuradio] FIR filter in fsk_tx.py
Date: Sun, 26 Jun 2005 20:18:53 -0700 (PDT)

Hi, Eric

I've got a question on the interpolation FIR filter in
the fsk_tx.py.  Here is the filter uesd:

interp_taps =  gr.firdes.low_pass (self.sw_interp,    
 # gain
                                              
self.fs,             # sampling rate
                                              
data_rate / 2 * 1.2, # cutoff
                                              
data_rate/2 * 0.4,   # trans width
                                              
gr.firdes.WIN_HANN)

I am a little confused. Why do you use sw_interp as
the gain? And how do you select the cutoff freq. and
transition bandwidth?

Thanks in advance

Sachi


                
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]