Re: [Discuss-gnuradio] truncating bits

2011-10-04 Thread Kunal Kandekar
I doubt bit truncation will work too well as a method of filtering... if anything, it will probably end up introducing other artifacts into the signal. But to truncate bits in GNU Radio, you could try converting your signal to shorts and using an and-by-constant block (gr.and_const_ss) where the v

[Discuss-gnuradio] truncating bits

2011-10-03 Thread sirjanselot
Hello, I have a question in bit truncation. Say I have a 14-bit FM waveform, digitized. Underneath that signal assuming they are both in the same frequency, there is another signal say an AM signal. The difference between the two is about 40 dB. Is there way such that I can remove the AM sig