Re: [Discuss-gnuradio] CDMA 2000/IS-95

2015-12-06 Thread Johnathan Corgan
On Sat, Dec 5, 2015 at 5:19 PM, Henry Barton wrote: > I previously asked about a mystery signal I had encountered and was told > it was either CDMA2000 or IS-95. Can GNURadio decode either these? > ​GNU Radio is a toolkit for writing software radio applications.​ You could

[Discuss-gnuradio] CDMA 2000/IS-95

2015-12-05 Thread Henry Barton
I previously asked about a mystery signal I had encountered and was told it was either CDMA2000 or IS-95. Can GNURadio decode either these? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] CDMA

2015-09-30 Thread alfred noble
Thank you so much Achilleas Every thing is fine , PROBLEM SOLVED I'm looking forward to reciprocating your help as soon as possible Thank you so much again and every one in this group. *Best wishes * *Alfred* On Tue, Sep 29, 2015 at 5:55 PM, Achilleas Anastasopoulos wrote:

Re: [Discuss-gnuradio] CDMA

2015-09-30 Thread Achilleas Anastasopoulos
Alfred, not all of what you are saying here can be true at the same time! In your previous email you said that gr-cdma is downloaded in "\home\gr-cdma" Now you are saying that this directory is actually "/home/alfred/gr-cdma" which is correct anyway? if the latter, then you have to set your

[Discuss-gnuradio] CDMA

2015-09-29 Thread alfred noble
Thanks when I did git clone https://github.com/anastas/gr-cdma.git the file (gr-cdma) was downloaded in the following directory home\gr-cdma as it was expected Best regards Alfred ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] CDMA

2015-09-29 Thread alfred noble
Thanks My operating system is Ubuntu 15.04 64 bit Alfred On Tue, Sep 29, 2015 at 3:49 PM, Achilleas Anastasopoulos < achilleas.anastasopou...@gmail.com> wrote: > What operating system are you working on? > > Achilleas > > On Sep 29, 2015, at 2:22 AM, alfred noble >

Re: [Discuss-gnuradio] CDMA

2015-09-29 Thread Achilleas Anastasopoulos
and may i ask how is it possible that you download a file in the /home/ directory for which you do not have permissions? are you doing it as root? On Tue, Sep 29, 2015 at 8:43 AM, alfred noble wrote: > Thanks > My operating system is Ubuntu 15.04 64 bit > > Alfred

Re: [Discuss-gnuradio] CDMA

2015-09-29 Thread Achilleas Anastasopoulos
can you go inside the gr-cdma directory and do "ls -l". you should see several directories like apps, python etc. Now do "pwd" in the linux prompt and let us know the result. On Tue, Sep 29, 2015 at 8:43 AM, alfred noble wrote: > Thanks > My operating system is Ubuntu

[Discuss-gnuradio] CDMA

2015-09-29 Thread alfred noble
Thank you Achilleas My operating system is Ubuntu 15.04 64 bit Alfred ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] CDMA

2015-09-29 Thread alfred noble
Thank you Achilleas about permission , yes I am doing it as root I opened the terminal in gr-cdma directory and ran 'ls -l' command as you said , and I see all files and folder in this directory such as app , cmake and also python and other , then in the same terminal I ran the command 'pwd' and

Re: [Discuss-gnuradio] CDMA

2015-09-28 Thread Achilleas Anastasopoulos
OK, now tell us which directory is your gr-cdma downloaded to? Ie, when you did > git clone https://github.com/anastas/gr-cdma.git where was this downloaded to? Achilleas On Mon, Sep 28, 2015 at 3:47 PM, alfred noble wrote: > Thank you for your immediate respond >

Re: [Discuss-gnuradio] CDMA

2015-09-28 Thread Achilleas Anastasopoulos
open a python interpreter > python and write >>> from cdma import cdma_parameters as cp WHAT DO YOU GET? if you get an error, ie, something like: Traceback (most recent call last): File "", line 1, in ImportError: No module named cdma Then you have not set correctly the PYTHONPATH in

[Discuss-gnuradio] CDMA

2015-09-28 Thread alfred noble
Thank you for your immediate respond the variable "prefix" in my cdma_parameters.py has the following value . prefix="/home/gr-cdma" # put the prefix of your gr-cdma trunk I opened that file and searched for the word "prefix" using Ctrl + f shortcut then I attached that file below . will be

Re: [Discuss-gnuradio] CDMA

2015-09-28 Thread Achilleas Anastasopoulos
Clearly, you have an issue with importing the cdma module into python. Can you tell me what is the value of the variable "prefix" in your cdma_parameters.py file? (you can find it in gr-cdma/python/ directory) Achilleas On Mon, Sep 28, 2015 at 2:47 PM, alfred noble

[Discuss-gnuradio] CDMA

2015-09-28 Thread alfred noble
Thanks I opened the terminal in gr-cdma folder and ran the following command "python" after that I ran this : "from cdma import cdma_parameters as cp" as you told me , I received this , CDMA PARAMETERS : for adaptive modulation bits_per_header= 36 symbols_per_header= 36 Traceback (most recent

[Discuss-gnuradio] CDMA

2015-09-27 Thread Achilleas Anastasopoulos
PLEASE PROCEED WITH THE REMAINING OF THE README FILE INSTRUCTIONS! ... In the gnuradio-companion environment -- Load the hier blocks (compile one at a time and reload each time) "amp_var_est_hier.grc", "cdma_tx_hier.grc", "chopper_correlator.grc", "cdma_rx_hier.grc",

Re: [Discuss-gnuradio] CDMA

2015-09-27 Thread Achilleas Anastasopoulos
You open the corresponding file in gnuradio and then you press the button that looks like a pyramid and a sphere with an arrow between them (this compiles the file). Then you should press the button that looks like a circular arrow (this reloads the blocks). You should read at least the gnuradio

[Discuss-gnuradio] CDMA

2015-09-27 Thread alfred noble
Thank you Achilleas I really appreciate your responsibility The problem is that I don't know how to Load hier blocks in GNURadio environment and I don't really understand what I should do to compile the blocks one at the time and reload them one by one. Thanks Alfred

[Discuss-gnuradio] CDMA

2015-09-27 Thread alfred noble
*Thank you again *Achilleas But there is a question , is it all right that after running this cmmand ; "gnuradio-companion &" in the terminal the gunradio opens up showing nothing and and receiving the followings in the your terminal *amp_var_est_hier.grc,: command not found*

[Discuss-gnuradio] CDMA

2015-09-26 Thread alfred noble
*Thank you *Achilleas *I did the first step completely and then about the second step , I changed the Prefix from ("/home/anastas/gr-cma"**) to ("/home/gr**-cdma"* *) since after cloning the the given address, gr-cdma is built under the home directory. * *then I did what I am supposed to do. Up

Re: [Discuss-gnuradio] CDMA

2015-09-26 Thread Achilleas Anastasopoulos
This is perfectly normal. Please continue with step 3 as detailed in the README file. Let us know if you have any further problems. Achilleas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] CDMA

2015-09-25 Thread alfred noble
Hi everyone I've downloaded a code from the link below https://github.com/anastas/gr-cdma but I can not add the blocks used in the codes , I've also followed the readme.txt file accompanied with the code , but it didn't work out either. there are some commands like import cdma help(cdma) but I

Re: [Discuss-gnuradio] CDMA

2015-09-25 Thread Achilleas Anastasopoulos
Alfread, I am willing to help you get started with this. Let's take the README file and go over the "For the impatient:" section. Which of the steps have you completed? Achilleas For the impatient: 1) Download gr-cdma from github > git clone

Re: [Discuss-gnuradio] CDMA-UMTS protocol implementation with USRP1

2014-05-11 Thread Tom Rondeau
On Fri, May 9, 2014 at 7:20 PM, Marcus Müller marcus.muel...@ettus.comwrote: Hello Usman, going from deploying an already existing GSM basestation software to implementing a complete standard is a huge step. Also, USRP1 is almost certainly not the device I'd chose for that task -- in can

[Discuss-gnuradio] CDMA-UMTS protocol implementation with USRP1

2014-05-09 Thread Usman Arshad
Hello list, I am planning to implement CDMA-UMTS protocol with USRP 1 and GNU Radio. I've first established OpenBTS setup with USRP1 and OpenBTS 2.8. Now I want to implement CDMA-UMTS in the same way as OpenBTS to establish a CDMA mobile network. Can anyone guide me about starting point like

Re: [Discuss-gnuradio] CDMA-UMTS protocol implementation with USRP1

2014-05-09 Thread Marcus Müller
Hello Usman, going from deploying an already existing GSM basestation software to implementing a complete standard is a huge step. Also, USRP1 is almost certainly not the device I'd chose for that task -- in can shuffle a maximum of 8MS/s over USB, and you need 5MS/s for up- and downlink each for

Re: [Discuss-gnuradio] CDMA in GNURadio

2009-11-23 Thread Lin HUANG
It is possible I think. The current synchronization method only uses the inserted preambles. If you don't change the preamble, it will not affect the synchronization. You may add a Code block into the transmitter diagram, also you need to change some parameters of other blocks. But for the

Re: [Discuss-gnuradio] CDMA in GNURadio

2009-11-20 Thread Brook Lin
Hi Brian and All, Thanks for your last reply about implementing CDMA in GNURadio. I read some materials on synchronization and also the OFDM examples in GNURadio. Is that possible if I add a Code block into the OFDM block diagram to implement MC-CDMA? For the OFDM Transmit path: frame source -

[Discuss-gnuradio] CDMA in GNURadio

2009-10-26 Thread Brook Lin
Hi All, Does anyone experiment with CDMA via GNU Radio? I am trying to implement CDMA via GNURadio. How and where should I start? Thanks in advance. -Brook -- View this message in context: http://www.nabble.com/CDMA-in-GNURadio-tp26067547p26067547.html Sent from the GnuRadio mailing list

Re: [Discuss-gnuradio] CDMA in GNURadio

2009-10-26 Thread Brian Padalino
On Mon, Oct 26, 2009 at 6:31 PM, Brook Lin gnu.f...@yahoo.com wrote: Thanks for your reply, Brian. Is there any examples that I can reference? Though I have never read any of the books, these seem to have a lot of good information: Spread Spectrum and CDMA: Principles and Applications #

[Discuss-gnuradio] CDMA support in GNU Radio

2007-01-16 Thread Trond Danielsen
Hi everyone! I just wondered if anyone else has experimented with CDMA in GNU Radio? I tried searching through the code, but could not find anything. My plan is to create a custom despreading code block, and just multiply this with the received signal. The BW of the spread signal is 2 MHz, so

Re: [Discuss-gnuradio] CDMA support in GNU Radio

2007-01-16 Thread Chris Kilgour
Trond Danielsen wrote: The BW of the spread signal is 2 MHz, so that should be within the limitations of GNU Radio and USRP. AFAIK channel BW is 1.25MHz for the cdma2000 family, and closer to 4MHz for W-CDMA. Which standard are you thinking of working with?

Re: [Discuss-gnuradio] CDMA support in GNU Radio

2007-01-16 Thread Trond Danielsen
2007/1/16, Chris Kilgour [EMAIL PROTECTED]: Trond Danielsen wrote: The BW of the spread signal is 2 MHz, so that should be within the limitations of GNU Radio and USRP. AFAIK channel BW is 1.25MHz for the cdma2000 family, and closer to 4MHz for W-CDMA. Which standard are you thinking of