[Discuss-gnuradio] XMLRPC SERVER/CLIENT

2015-02-22 Thread Frank Pinto
Hello, can anyone explain to me exactly how the XMLPRC SERVER/CLIENT BLOCK works in GNURADIO. I have tried to google it but still dont quite understand it. From what I got from google, its used for applications to communicate with one another locally or on remote devices. In this case in GNU Rad

[Discuss-gnuradio] Pybombs Issue

2015-02-21 Thread Frank Pinto
Is anoyone else experiencing pybombs issues when trying to run app_store (getting failed to load recipe errors) or even simple command "./pybombs env" wont load.  ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/

[Discuss-gnuradio] Issue with Results from GR-CDMA

2015-01-29 Thread Frank Pinto
Hello sorry for the last message thought i attached my screenshot results at first. I am having some problems as to whether the information from the cdma transmission and reception are accurate. I have posted my screenshots for clarification hopefully.http://imageshack.com/a/img633/757/Yx8B7r.pn

Re: [Discuss-gnuradio] gr-cdma

2015-01-28 Thread Frank Pinto
with the "known" tx transmission, or you can add BER GRC blocks... All the above are not  gr-cdma related, so i am sure you can find plenty of examples of how this is done in this list and in the gnuradio examples. Achilleas On Mon, Jan 26, 2015 at 10:01 PM, Frank Pinto wrote:

Re: [Discuss-gnuradio] gr-cdma

2015-01-26 Thread Frank Pinto
, Frank Pinto 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

Re: [Discuss-gnuradio] gr-cdma

2015-01-23 Thread Frank Pinto
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 iPhoneAt Jan 23, 2015, 5:53

Re: [Discuss-gnuradio] gr-cdma

2015-01-22 Thread Frank Pinto
Hello, What type of code sequences are you using for this CDMA module. (Maximum Length Sequences, Walsh Hadamard, Gold codes, etc). I see something here called Kronecker filter but am not too sure what that is.  On Tuesday, January 20, 2015 1:43 PM, Achilleas Anastasopoulos wrote:

Re: [Discuss-gnuradio] gr-cdma

2015-01-20 Thread Frank Pinto
lleas On Jan 19, 2015, at 2:04 AM, Frank Pinto wrote: | Ok thanks. And It's the last sentence in the gr-cdma readme Sent from Yahoo Mail for iPhone At Jan 19, 2015, 1:59:13 AM, Achilleas Anastasopoulos<'anas...@umich.edu'> wrote:Indeed, the cdma_txrx is a simulatio

Re: [Discuss-gnuradio] anyone familiar with this BOOST error

2015-01-19 Thread Frank Pinto
Hello, I saw there has been a recent update to the master gr-cdma. Should I be doing a git pull request for the new updates as well? On Monday, January 19, 2015 12:11 PM, Achilleas Anastasopoulos wrote: I think I have a hunch as to what this is. Some googling showed that this happen

Re: [Discuss-gnuradio] anyone familiar with this BOOST error

2015-01-19 Thread Frank Pinto
I was doing some research and saw the same similair information. Some sites were saying you can increase the processing identifier limits but I dont think I will try those. Yes the same error occurs when running the cdma_txrx. I will try reducing the number of filters to a smaller value, and yes

Re: [Discuss-gnuradio] gr-cdma

2015-01-18 Thread Frank Pinto
<<< text/html; charset=us-ascii: Unrecognized >>> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] gr-cdma

2015-01-18 Thread Frank Pinto
annot do unless some recent updates are merged into gnuradio master. For now, you should be able to experiment with the txrx, tx, rx. best Achilleas On Fri, Jan 16, 2015 at 2:14 PM, Frank Pinto wrote: All the blocks were able to load, compile and show on the GRC blocks list except from the "

[Discuss-gnuradio] anyone familiar with this BOOST error

2015-01-16 Thread Frank Pinto
I was trying to execute a program and got the following message. Does anyone know what this means and what I should do.Using Volk machine: avx_32_mmx_orc terminate called after throwing an instance of 'boost::exception_detail::clone_impl >'   what():  boost::thread_resource_error __

Re: [Discuss-gnuradio] gr-cdma

2015-01-16 Thread Frank Pinto
leas Anastasopoulos wrote: You shouldn't worry about these files for now. In any case they refer to "adaptive modulation" which you cannot do unless some recent updates are merged into gnuradio master. For now, you should be able to experiment with the txrx, tx, rx. best Ac

Re: [Discuss-gnuradio] gr-cdma

2015-01-16 Thread Frank Pinto
pull a clean copy from github. Achilleas On Fri, Jan 16, 2015 at 1:32 PM, Frank Pinto wrote: Hello Achilleas, thank you I will do that! When I perform this edit in the python file should I disregard the changes we did yesterday in th cdma_parameters.py file line 124 which was chang

Re: [Discuss-gnuradio] gr-cdma

2015-01-16 Thread Frank Pinto
in the updated files. So, please pull a clean copy from github. Achilleas On Fri, Jan 16, 2015 at 1:32 PM, Frank Pinto wrote: Hello Achilleas, thank you I will do that! When I perform this edit in the python file should I disregard the changes we did yesterday in th cdma_parameters.py fil

Re: [Discuss-gnuradio] gr-cdma

2015-01-16 Thread Frank Pinto
ython session and do >>> from cdma import cdma_parameters This should now give no errors. Let us know of your progress. Achilleas On Thu, Jan 15, 2015 at 6:24 PM, Frank Pinto wrote: I have applied the change, now the error reads: AttributeError: 'module' object has no att

Re: [Discuss-gnuradio] gr-cdma

2015-01-15 Thread Frank Pinto
get any errors you are ready to go!) Achilleas On Thu, Jan 15, 2015 at 1:25 PM, Frank Pinto wrote: The result is:Traceback (most recent call last):   File "", line 1, in   File "/usr/local/lib/python2.7/dist-packages/cdma/__init__.py", line 34, in     import cdma_para

Re: [Discuss-gnuradio] gr-cdma

2015-01-15 Thread Frank Pinto
Frank, Please do the following and report to us what you get. Open a python session and write >>> from cdma import cdma_parameters as cp What is the result of this? Achilleas On Thu, Jan 15, 2015 at 12:12 PM, Frank Pinto wrote: | Hello Sir, I just tried that and the first

Re: [Discuss-gnuradio] gr-cdma

2015-01-15 Thread Frank Pinto
<<< text/html; charset=us-ascii: Unrecognized >>> ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] gr-cdma

2015-01-15 Thread Frank Pinto
Ok. First instruction that I do not know how to execute is the import variable block that says "import coma.cdma_parameters as cp". What exactly am I supposed to be replacing in this section. On Wednesday, January 14, 2015 7:08 PM, Frank Pinto wrote: Ok. First instruct

Re: [Discuss-gnuradio] gr-cdma

2015-01-14 Thread Frank Pinto
Ok. First instruction that I do not know how to execute is "import  coma.cdma_parameters as cp". What exactly am I supposed to be replacing in this section On Wednesday, January 14, 2015 6:54 PM, Achilleas Anastasopoulos wrote: Please follow the detailed instructions on the README.m

[Discuss-gnuradio] gr-cdma

2015-01-14 Thread Frank Pinto
Hello I dont understand how to use the gr-cdma. I have installed it via GitHub and am currently looking at the cdma_tx and cdma_rx files. I am having problems trying to figure out what I am supposed to be inputting in certain blocks such as the import block that states “import cdma.cdma_paramter