discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] How to Transmit Orthogonal Waveforms


From: Pavan Yedavalli
Subject: [Discuss-gnuradio] How to Transmit Orthogonal Waveforms
Date: Wed, 14 Sep 2016 09:55:29 -0700

Hi,

Apologies for sending this again. I want to transmit orthogonal waveforms from my USRP N210, and I have tried to mimic the example from ofdm_tx.py. One thing is that I don't need these signals to have any header, CRC, or any stuff involved with an actual OFDM signal. I just need them to be offset square pulses, basically (box functions that are offset).

Having said that, I made it in such a way that I connect a random source block->digital chunks to symbols->digital ofdm carrier allocator->fft->ofdm cyclic prefix->blocks multiply const->blocks throttle->USRP sink. 

I need to adjust these waveforms so that whenever I call it, each sequential one is orthogonal to the previous ones, but I am not sure whether I am going about it the right way. As I mentioned above, really all I want is to be able to transmit a square pulse and offset it every time by the length of the square so that the sequential ones are orthogonal. Maybe there is an easier way using our standard CONST OR SQUARE waveforms. Any help would be appreciated. Thank you.

--
Pavan

reply via email to

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