discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-cdma


From: Frank Pinto
Subject: Re: [Discuss-gnuradio] gr-cdma
Date: Tue, 27 Jan 2015 03:01:09 +0000 (UTC)

Sounds good! I figured this already just wanted to be sure. And will I be able to plot the BER vs. Eb/NO by using the writing and reading to fifo or simply reading and writing to a file and importing the data to matlab for the BER vs Eb/NO plot? 


On Friday, January 23, 2015 5:59 PM, Frank Pinto <address@hidden> wrote:




Sounds good! I figured this already just wanted to be sure. And will I be able to plot the BER vs. Eb/NO by using the writing and reading to fifo or simply reading and writing to a file and importing the data to matlab for the BER vs Eb/NO plot?




Sent from Yahoo Mail for iPhone

At Jan 23, 2015, 5:53:58 PM, Achilleas Anastasopoulos wrote:
The beautiful thing about open source is that all the detail are there for you to see!

Looking at the cdma_parameters.py file,
you can see:

pulse_training = numpy.array((1,1,1,1,-1,1,1,-1))+0j
pulse_data =numpy.array((-1,1,-1,1,-1,-1,-1,-1))+0j

so we are using 8 chips per symbol with two orthogonal codes for training and data.

You can change them and put anything you like (they better be orthogonal AND each should have good
autocorrelation properties-- or at least the training code should)

best,
Achilleas



reply via email to

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