Re: Maximum Number of Bins

2020-11-02 Thread Marcus D. Leech
On 11/02/2020 12:39 PM, Criss Swaim wrote: Thank you Marcus & Marcus - your insights are greatly appreciated. I am looking at the suggestions, exp the fft conversion and we are considering upgrading, but need to see if the system will scale, as is. BTW, I am maintaining the code and not the

Re: Maximum Number of Bins

2020-11-02 Thread Criss Swaim
Thank you Marcus & Marcus - your insights are greatly appreciated. I am looking at the suggestions, exp the fft conversion and we are considering upgrading, but need to see if the system will scale, as is.  BTW, I am maintaining the code and not the original developer, so I am not familiar with

Re: Maximum Number of Bins

2020-10-31 Thread Marcus Müller
Hi Craig, hi Marcus, Also, just because I need to point that out: GNU Radio 3.7 is really a legacy series of releases by now. You should avoid using it for new developments - it's getting harder and harder to even build it on modern versions of Linux. In fact, a lot of its dependencies simply

Re: Maximum Number of Bins

2020-10-29 Thread Marcus D. Leech
On 10/29/2020 06:03 PM, Criss Swaim wrote: we are running version 3.7.9.2 I constructed a simple flow-graph in GR 3.7.13.5 osmosdr_source--->stream-to-vector-->fft-->null-sink With an FFT size of 2**22 bins. This took about 20 seconds for the FFTW3 "planner" to crunch on, but after that,

Re: Maximum Number of Bins

2020-10-29 Thread Criss Swaim
we are running version 3.7.9.2 Criss Swaim csw...@tpginc.net cell: 505.301.5701 On 10/29/2020 11:37 AM, Marcus D. Leech wrote: On 10/29/2020 01:17 PM, Criss Swaim wrote: I have

Re: Maximum Number of Bins

2020-10-29 Thread Marcus D. Leech
On 10/29/2020 01:17 PM, Criss Swaim wrote: I have attached a png of the flow graph and the error msgs from the system log are below. These error messages are the only messages. Oct 29 10:45:26 tf abrt-hook-ccpp[378]: /var/spool/abrt is 23611049718 bytes (more than 1279MiB), deleting

Re: Maximum Number of Bins

2020-10-29 Thread Criss Swaim
I have attached a png of the flow graph and the error msgs from the system log are below.  These error messages are the only messages. Oct 29 10:45:26 tf abrt-hook-ccpp[378]: /var/spool/abrt is 23611049718 bytes (more

Re: Maximum Number of Bins

2020-10-28 Thread Marcus D Leech
Sharing your flow-graph. The exact error messages and more context would be good Presumably you’re talking about FFT bins but it’s not clear. Also why are your samples being conveyed as strings ? That’s wildly inefficient. Sent from my iPhone > On Oct 28, 2020, at 7:24 PM, Criss Swaim

Maximum Number of Bins

2020-10-28 Thread Criss Swaim
I am working on a new application of gnuradio that pushes the limits--satellite-based detection of RF from rotating magnetized-quark-nugget dark matter transiting through the magnetosphere--and need as many bins as possible to reduce the background noise per frequency channel. I have successfully