[Discuss-gnuradio] Re: analysis_filterbank question

2009-06-10 Thread Markus Feldmann
feldmaus schrieb: First i post a clipping from the api docu about the analysis filterbank: 00043 def __init__(self, mpoints, taps=None): 00044 """ 00045 Takes M complex streams in, produces single complex stream out 00046 that runs at M times the input sample rate 000

[Discuss-gnuradio] Re: tcp and udp server

2009-06-01 Thread Markus Feldmann
Josh Blum schrieb: I implemented a tcp source and sink in grc. I only tested it between two flow graphs on the localhost, so give it a try. Thank you. I do not have the time for testing it. My diploma end's at 18.6.2009.:-) But thank you. :-) regards Markus ___

[Discuss-gnuradio] Re: save date and value to an rotating file

2009-05-14 Thread Markus Feldmann
Josh Blum schrieb: There is a block called gr.head (misc->head) that shuts-off after N samples pass through. I mean to cut off the last line in the file and append the new data to the file. But as i saw this is still a performance problem, however it would work for me, because i do not save a

[Discuss-gnuradio] Re: change size of scrollarea of grc

2009-05-14 Thread Markus Feldmann
Josh Blum schrieb: Thats a big flow graph! In pixels, how big should it be? Yes that is a good Question. Generally it would be nice to know how to change this, but i think 4096x4096 would be nice for me, or maybe more for the students which proceed with my task after me. :-) regards Markus

[Discuss-gnuradio] save date and value to an rotating file

2009-05-13 Thread Markus Feldmann
Hi All, i want to save my incoming values of peaks to a file, but with the depending date. The file should also limited to size X or to a number of samples. I still read to make my own c++ and grc module, but i am not very familiar with c++. i want to make it in python and the the grc module to

[Discuss-gnuradio] Re: debug freezing

2009-05-08 Thread Markus Feldmann
Josh Blum schrieb: Markus, I really believe that the gui is not freezing. What you see is a result of the fact the the peak detect outputs a binary 1 or 0 signal. Connect the peak detect to a char_to_float block, and then to a numbersink. Setup the numbersink for a min of 0 and a max of 1. T

[Discuss-gnuradio] alpha and look ahead value in gr_peak_detector_xb_0

2009-05-07 Thread Markus Feldmann
Hi All, i want to build an application including a peak detector, therefore i am using the which has a TH Factor Rise and TH Factor Fall to detect a peak. It also has a alpha and a look ahead value. As far as i understand, if the Threshold finds a possible peak it searchs if the peak goes furth

[Discuss-gnuradio] schematic for lf-rx

2009-04-29 Thread Markus Feldmann
Hi All, is there a schematic for the LF-RX ? I need only a pdf file not really schematic file. Regards Markus ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] picture for the Usrp

2009-04-28 Thread Markus Feldmann
Hi All, is there a representative Picture with the Usrp and Daughterboards on it? Like this, http://www.gnuradio.org/trac/wiki/UsrpFAQ/Intro/Mobo But with the Daughterboards. Regards Markus ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Markus Feldmann
Josh Blum schrieb: -Josh Hi and thanks for your response, i am using a usrp-source and a fft-sink and peakdetect+scope-sink. only the screen with the wave form freezes, the buttons of the scope and the fft sink are not freezing. This seems to appear mostly when there are many peaks i think,

[Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Markus Feldmann
Josh Blum schrieb: feldmaus wrote: feldmaus gmx.de> writes: Hi All, i still read in the gnuradio documentation, that we can prevent freezing graphical elements by inserting the throttle element before, but how can i locate which element is freezed ? Is there any hlp in or python modules w

[Discuss-gnuradio] Re: usrp1 harmonic issue

2009-04-02 Thread Markus Feldmann
Markus Feldmann schrieb: Eric Blossom schrieb: On Wed, Apr 01, 2009 at 07:32:04AM +, feldmaus wrote: Eric Blossom comsec.com> writes: To disable automatic ADC control on all ADC's: u.set_dc_offset_cl_enable(0x0, 0xf) Then set the offset that you want for each A

[Discuss-gnuradio] Re: usrp1 harmonic issue

2009-04-01 Thread Markus Feldmann
Eric Blossom schrieb: On Wed, Apr 01, 2009 at 07:32:04AM +, feldmaus wrote: Eric Blossom comsec.com> writes: To disable automatic ADC control on all ADC's: u.set_dc_offset_cl_enable(0x0, 0xf) Then set the offset that you want for each ADC using: u.set_adc_offset(0, offset0) u.set

[Discuss-gnuradio] help for peak detector

2009-03-31 Thread Markus Feldmann
Hi All, i want to build a peak detektor with a Usrp(LFRX),so i hope some of you can give me some hints about the peak detector modules ? As i know, there are 3 peak detector: 1. Detect Peak 2. Peak Detector 3. Peak Detector2 Therefore i have some questions: To 2.) What allowed values for ?

[Discuss-gnuradio] Re: usrp1 harmonic issue

2009-03-31 Thread Markus Feldmann
Eric Blossom schrieb: */ bool set_adc_offset (int which_adc, int offset); As it says above, "By default the control loop is enabled on all ADC's." You should leave it that way, with the possible exception of when using the LF RX daughterboard. Eric I am using the LFRX Db. So do i have

[Discuss-gnuradio] Re: uses gr.file_sink 32 bit or 64 bit

2009-03-30 Thread Markus Feldmann
Patrick Strasser schrieb: feldmaus wrote am 2009-03-27 20:52: Further on my graphic does not look like my spectrum in the FFT-sink. A FFT sink displays the frequency domain, it's amplitude versus frequency. Printing the samples shows the time domain, amplitude versus time. The FFT sink feeds

[Discuss-gnuradio] Re: uses gr.file_sink 32 bit or 64 bit

2009-03-26 Thread Markus Feldmann
Eric Blossom schrieb: On Thu, Mar 26, 2009 at 07:32:09AM -0700, Johnathan Corgan wrote: On Thu, Mar 26, 2009 at 4:12 AM, feldmaus wrote: i want to save some output from the usrp and watch it with octave. The usrp.source_c(...) block generates IQ data as pairs of 32-bit floating point values.

[Discuss-gnuradio] Re: uses gr.file_sink 32 bit or 64 bit

2009-03-26 Thread Markus Feldmann
Eric Blossom schrieb: On Thu, Mar 26, 2009 at 07:32:09AM -0700, Johnathan Corgan wrote: On Thu, Mar 26, 2009 at 4:12 AM, feldmaus wrote: i want to save some output from the usrp and watch it with octave. The usrp.source_c(...) block generates IQ data as pairs of 32-bit floating point values.

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq, us

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq, us

[Discuss-gnuradio] Re: documentation of the gnuradio python modules

2009-03-23 Thread Markus Feldmann
Martin Braun schrieb: On Mon, Mar 23, 2009 at 12:42:04PM +, feldmaus wrote: Hi All, i only want to say,it would be nice to have a clearer and more comprehensive gnuradio python modules documentation with examples. This would solve many basic problems ! Hi Markus, as explained in http:/

[Discuss-gnuradio] how to exactly determine the current value in the FFT-Plot sink

2009-03-20 Thread Markus Feldmann
Hi All, i want to determine the value of the shown signal in my FFT-Plot sink as exactly as i can. The reading error is to big. If i could zoom into the FFT-Plot sink it would be better, but i don't know how to zoom in. It would be nicer to read the value of the middle of the FFT-Plot by any pyth

[Discuss-gnuradio] unknown peak in the FFT-Plot Sink

2009-03-20 Thread Markus Feldmann
reibung: Mit Hilfe dieses Programmes soll ein mehrfrequentes Impulsmessverfahren entwickelt werden, womit Teilentladungen an Hochspannungsisolationen nachgewiesen werden können. """ __title__='Mehrfrequentes Impulsmessverfahren' __author__='Markus Feldmann' __ve

[Discuss-gnuradio] Re: Maximum value of samples

2009-03-10 Thread Markus Feldmann
Josh Blum schrieb: Thee FFT plot is in decibels, its all relative. So if your signal is 40dB above the noise floor in the fft plot, than you calculate SNR: http://en.wikipedia.org/wiki/Signal-to-noise_ratio#Technical_sense and life is good. I am not sure whether the Power of the Noise value

[Discuss-gnuradio] Re: Maximum value of samples

2009-03-10 Thread Markus Feldmann
Josh Blum schrieb: If it helps, this shows how the fft plot in dB is calculated from the fft: http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/python/gnuradio/blks2impl/logpwrfft.py#L56 Thank you, :-) i am not sure which solution is the best one, but there are 2 further so

[Discuss-gnuradio] Re: Maximum value of samples

2009-03-10 Thread Markus Feldmann
Firas Abbas schrieb: Hi, From: Sebastiaan Heunis Can anyone please suggest a setup that I can use to test the maximum value of samples? Sebastiaan The quickest way is to run grc, connect usrp to number sink and run the graph. I tried the Number Think, but does it show the current valu

[Discuss-gnuradio] how to show dB instead of dBFS in the FFT-Plot Sink

2009-03-04 Thread Markus Feldmann
Hi All, and thank you All for your Answers in my last thread. Now i want to know, how i can convert the showing values in the Y-Axis of the FFT-Plot Sink to dB, so that i can interpret this correctly. Do i have to define the max and min input value first ? Results an input voltage 3.3V in the m

[Discuss-gnuradio] Re: wrong dB

2009-03-03 Thread Markus Feldmann
Martin Braun schrieb: Don't confuse dB and dBW. You want to see -60dBW, but you see -11.9dB. That's because your justing looking at numbers, not voltages. However there should be a reference point ? So if you are right, which is the reference number ? From this to my Number should be a differenc

[Discuss-gnuradio] Re: Import Error with usrp2

2009-03-02 Thread Markus Feldmann
Yc Park schrieb: Last week, I succeed to get a response from my usrp2. After that, however, when I try usrp2_fft.py, or anything *.py related with usrp2, I get the "Import Error with usrp2" error. Make sure you have the right PYTHONPATH ! open a python shell, $python >>>import sys >>>sys.path

[Discuss-gnuradio] initializing the baseband_freq in the fftsink2.fft_sink_c

2009-03-02 Thread Markus Feldmann
t werden, womit Teilentladungen an Hochspannungsisolationen nachgewiesen werden können. """ __title__='Mehrfrequentes Impulsmessverfahren' __author__='Markus Feldmann' __version__='Diplom WS08/09 Ver.:2009-02-27-01' __license__='GPL' from gn

[Discuss-gnuradio] Re: Importerror _gnuradio_swig_py_runtime on Cygwin

2009-02-24 Thread Markus Feldmann
Yong J. Chang schrieb: Thanks Don for previous question! I successfully configured and compiled GNURadio trunk on Cygwin and tried to run example. But I'm getting following error: Traceback (most recent call last): File "./benchmark_tx.py", line 23, in from gnuradio import gr, gru, modu

[Discuss-gnuradio] Re: change variables in the FFT Plot

2009-02-19 Thread Markus Feldmann
Josh Blum schrieb: Are you using GRC? -josh Yes, i compiled gnuradio with support and under Suse 11.1. Nearby if you want to get a spec file to create a RPM Package for Suse 11.1 i would send you mine. :-) My Requirements are nearly complete. Regards Markus ___

[Discuss-gnuradio] from a function generator into the LF-RX (maximum load)

2009-02-19 Thread Markus Feldmann
Hi All, as i read in the documentation, http://gnuradio.org/trac/attachment/wiki/UsrpFAQ/USRP_Documentation.pdf Page 44, there is only a statement about maximum load at the Basic-RX. (From a function generator directly into the input of the Basic-RX) So i ask you, is there a built-in safety to s

[Discuss-gnuradio] Re: some usrp modules are missing

2009-02-02 Thread Markus Feldmann
Eric Blossom schrieb: On Mon, Feb 02, 2009 at 02:18:28PM +, feldmaus wrote: There are some modules missing, like . This looks like it's working. Unless you've got a USRP2 you've got everthing you need. gcell and gr-gcell are used only on the Cell Broadband Engine. You've got gr-audio-al

[Discuss-gnuradio] Re: some usrp modules are missing

2009-02-02 Thread Markus Feldmann
Eric Blossom schrieb: On Mon, Feb 02, 2009 at 02:18:28PM +, feldmaus wrote: There are some modules missing, like . This looks like it's working. Unless you've got a USRP2 you've got everthing you need. gcell and gr-gcell are used only on the Cell Broadband Engine. You've got gr-audio-al

[Discuss-gnuradio] Re: maximum recursion depth exceeded

2009-01-15 Thread Markus Feldmann
Eric Blossom schrieb: On Wed, Jan 14, 2009 at 10:26:44AM +, feldmaus wrote: Hi All, i built gnuradio companion via svn. My current System is openSuse 11.1. For testing i build up a dial tone generator, and got this error: Exception RuntimeError: 'maximum recursion depth exceeded in __subcla

[Discuss-gnuradio] Re: GNURadio compile notes for Debian Lenny (Testing)

2009-01-13 Thread Markus Feldmann
Johnathan Corgan schrieb: On Tue, 2009-01-13 at 22:59 +0100, Markus Feldmann wrote: Can you try manually importing the package? $ python import wx I tried to, import wx with eric and in the shell. The same error. It is python 2.5.2 not 2.6.x version. I am not sure if this is important

[Discuss-gnuradio] Re: GNURadio compile notes for Debian Lenny (Testing)

2009-01-13 Thread Markus Feldmann
Johnathan Corgan schrieb: Can you try manually importing the package? $ python import wx This may be the import issue Eric mentioned with Python 2.6. I tried to, import wx with eric and in the shell. The same error. It is python 2.5.2 not 2.6.x version. I am not sure if this is important.

[Discuss-gnuradio] Re: GNURadio compile notes for Debian Lenny (Testing)

2009-01-13 Thread Markus Feldmann
Johnathan Corgan schrieb: On Tue, 2009-01-13 at 20:41 +0100, Markus Feldmann wrote: I installed anything in Debian Lenny which contains wx. It needs python-wxgtk2.8, is this installed? -Johnathan I think so. These packages are installed which contains <*wx*>: libwxbase2.6-0 libwxb

[Discuss-gnuradio] Re: GNURadio compile notes for Debian Lenny (Testing)

2009-01-13 Thread Markus Feldmann
I tried to the stable release of gnuradio, version 3.1.3, but without success. ./configure --enable-gr-wxgui --enable-grc --enable-usrp --enable-gr-usrp --enable-gr-audio-alsa --enable-gnuradio-examples --enable-gnuradio-core --enable-gr-audio-oss Ther error message is: Traceback (most recen

[Discuss-gnuradio] Re: which stable release packages

2009-01-13 Thread Markus Feldmann
Johnathan Corgan schrieb: On Tue, Jan 13, 2009 at 8:25 AM, Markus Feldmann wrote: i am thinking about to throw away the trunk source and use the stable release. I want to realize an AM/FM Radio with the USRP. Which Packages do i need ? I'm not sure where you got the idea there

[Discuss-gnuradio] Re: which stable release packages

2009-01-13 Thread Markus Feldmann
Johnathan Corgan schrieb: On Tue, Jan 13, 2009 at 8:25 AM, Markus Feldmann wrote: i am thinking about to throw away the trunk source and use the stable release. I want to realize an AM/FM Radio with the USRP. Which Packages do i need ? I'm not sure where you got the idea there

[Discuss-gnuradio] which stable release packages

2009-01-13 Thread Markus Feldmann
Hi All, i am thinking about to throw away the trunk source and use the stable release. I want to realize an AM/FM Radio with the USRP. Which Packages do i need ? Shall these packages be extracted into one directory and then compiled together, or each package into his own directory

[Discuss-gnuradio] (no subject)

2009-01-13 Thread Markus Feldmann
Hi All, i think there is an misconfiguration in the swig package ?! I did the following: /configure --enable-gr-wxgui --enable-grc --enable-usrp --enable-gr-usrp --enable-gr-audio-alsa --enable-gnuradio-examples --enable-gnuradio-core --enable-gr-audio-oss --prefix=/usr make checkinstall(like

[Discuss-gnuradio] Installation of the USRP and his components

2009-01-05 Thread Markus Feldmann
Hi All, i am asking for help to get my USRP correctly assembled. I fear to damage my USRP. In my USRP package is a fan, but where to put this fan ? The screws on the motherboard do no fit with the fan. Do i need a fan for Altera Cyclone Chip on my Motherboard ? Is there an Introduction to assemb

[Discuss-gnuradio] which Options shall i enable

2008-12-26 Thread Markus Feldmann
Hi All, i just downloaded and compiled Gnu Radio from Trunk, but i am not sure which Option i have to use? Or which Option should be useful for Gnu Radio Companion. I want the use the Gnu Radio Companion to build an FM and AM-Radio.. My System is a Debian Sid 386 System with AMD Athlon CPU. My