Re: [Discuss-gnuradio] Problem with Gnuradio

2015-10-29 Thread alfred noble
the terminal then I received a an error telling that gnuradio is not installed use sudo apt-get install gnuradio-companion to install it , Thanks Alfred On Wed, Oct 28, 2015 at 7:12 PM, Tom Rondeau wrote: > On Tue, Oct 27, 2015 at 11:58 AM, alfred noble > wrote: > >> Hi >> I

[Discuss-gnuradio] Problem with Gnuradio

2015-10-27 Thread alfred noble
Hi I downloaded the script for installation of GNURadio on ubuntu from the gnuradio website it worked fine for ubuntu 15.04 64bit , but now I want to use ubuntu 14.04, I followed the same process to install the Gnuradio on ubuntu 14.04 as I did for ubuntu 15.04 , I did NOT receive any error during

[Discuss-gnuradio] Decoding NOAA satellite

2015-10-23 Thread alfred noble
Hi everyone I have RTL2832u and recently I've decoded the data from NOAA satellite successfully , but I used two windows apps , one SDR# and the other WXtoImg , now I want to write an app myself that decodes the data received from the NOAA satellite.I want to know if any one here has done this befo

Re: [Discuss-gnuradio] [USRP-users] B.S Project

2015-10-01 Thread alfred noble
Thank you Martin Could you please give me more details , all of the items you mentioned are interesting to me , what do you mean by FR stuff, Radar , and the rest ? give me more info please Cheers Alfred On Thu, Oct 1, 2015 at 3:36 AM, Martin Braun wrote: > On 30.09.2015 11:14, alfred no

[Discuss-gnuradio] B.S Project

2015-10-01 Thread alfred noble
Hi every one I am an undergraduate student, Electrical Engineering-Communication. I am looking to find a good B.S project as the final course in my university. I have an SDR lab in the department at the university , equipped with two USRPs , one them is USRPn210 and the other one is USRP1 with c

Re: [Discuss-gnuradio] CDMA

2015-09-30 Thread alfred noble
NOT do all these as root but as a regular user. > > Achilleas > > > On Tue, Sep 29, 2015 at 9:36 AM, alfred noble > wrote: > >> Thank you Achilleas >> about permission , yes I am doing it as root >> I opened the terminal in gr-cdma directory and ran 'ls

Re: [Discuss-gnuradio] CDMA

2015-09-29 Thread alfred noble
uot;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 15.04 64 bit >> >> Alfred >> >> On Tue, Sep 29, 2015 at 3:49 PM, Achilleas Anastasopo

[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
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 > wr

[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 https://lists.g

[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 wait

[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 c

[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* *cdma_tx_hier.grc,:

[Discuss-gnuradio] CDMA

2015-09-25 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 to

[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 do