discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] "Slicing" a complex signal.


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] "Slicing" a complex signal.
Date: Wed, 23 Apr 2014 12:58:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Hi Jordan,

you can use (complex) bandpasses to select either halfband, and frequency translate the results to your heart's desire individually, if this is what you're after. You might need to design that filter yourself -- which isn't as hard as it sounds:
use the gr_filter_design tool, which comes with GNU Radio, design a lowpass with a passband of $\frac{b_\text{halfband}}2$ and shift the taps in frequency domain by multiplying them with a complex sine $e^{j\frac{b_\text{halfband}}{2}\pi n}$.
Also, taking the signal (twice), shifting it by $\pm\Delta_f
        ,\, |\Delta_f|\geq b_\text{halfband}$ respectively, and then high passing everything below $\Delta_f -
        \frac{b_\text{halfband}}{2}$ away should work, too.
also, if possible within your nyquist bandwidth without introducing aliases in places you need, multiplying with a *real* cosine (and high passing) would do your job, too.

Greetings,
Marcus
I will try to explain this the best I can.. but here is what I am looking to do:

I have a digital signal that takes up 100kz of bandwidth. I want to "split" this signal and push both halves apart. The best way to explain this is, say you have an AM signal. Normally, the LSB and USB are right on top of the carrier in the "centre". I want to offset the LSB and USB "apart" from each-other, and then have the receiver place them back in their proper place.

I attempted to simply use the Signal Source and try to bandpass them, but that did not work like I wanted it to. All the other filter seem to work on both sidebands, and this won't work either.

Any help here would be awesome.


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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