[Discuss-gnuradio] EAS/SAME Decoding?

2014-05-11 Thread Jordan Johnson
How would one create a SAME decoder in GNURadio? EAS being the Emergency Alert System, AMBER alerts, etc. I can tune to Weather radio; but I was wondering if I could listen to the EAS channels themselves. EAS: http://en.wikipedia.org/wiki/Emergency_Alert_System Thanks. ___

[Discuss-gnuradio] ISDB-T Modulation?

2014-06-23 Thread Jordan Johnson
I am aware that ATSC, and various forms of DVB-T/2 modulators exist in GNURadio both with standard and custom blocks; but is there any active development or possibility of ISDB-T modulation? What exactly would need to be done in order to achieve it? It doesn't seem all-too different from DVB-T in t

[Discuss-gnuradio] AM Stereo (C-QUAM) Transmitter.

2014-06-26 Thread Jordan Johnson
I have finished work on a CQUAM transmitter in GNURadio. CQUAM was among many competing standards for Stereo AM radio, and is still in use around the world. I didn't see much fo anything online about AM/AM Stereo modulation, so I figured I'd give it a go. Mayb

[Discuss-gnuradio] Analog video modulation.

2014-07-16 Thread Jordan Johnson
After finishing my AM Stereo transmitter, I have decided to build an NTSC modulator. I think I have the actually modulation and filter blocks down, I just need to firgure out how to get the right signals from a digital video file. The file source wouldn't work; I would probably have to use gstreame

[Discuss-gnuradio] RDS for AM?

2014-08-14 Thread Jordan Johnson
I finished work on a C-QUAM (AM Stereo) transmitter, and now want to add something similar to RDS, but not sure how to go about it. I am aware of AMSS, but I like my wideband audio signal, and think that using the subsonic frequencies could work. Basically, I want to send maybe a call-sign, genre,

[Discuss-gnuradio] Write I/Q to WAV file.

2014-01-27 Thread Jordan Johnson
Long time reader, first time poster so hopefully I'm doing this whole mailing list thing right. I was hoping someone could point me in a direction towards fixing this odd problem I am having. I have a GRC graph which outputs complex samples. I would like to write these samples specifically to a W

Re: [Discuss-gnuradio] Write I/Q to WAV file.

2014-01-27 Thread Jordan Johnson
it is recording the samples too quickly? Here is a screenshot of the graph if it helps any. https://lh6.googleusercontent.com/-aSbYCHxTFFk/Uub13Q-yoVI/qng/i3lBhqzp4TE/w915-h477-no/Screenshot+-+01272014+-+04%253A11%253A38+PM.png On Mon, Jan 27, 2014 at 11:35 PM, Jordan Johnson wrote: >

[Discuss-gnuradio] Write I/Q to WAV file.

2014-01-27 Thread Jordan Johnson
Well it indeed appears to be my graph. Tried using a simple graph. Signal Source (32k) > Complex - Float > WAV Dream decoded it, SDR# read it, and it was fine. My graph of interest must have a sample-rate no lower than 360k. It appears to be recording something, but its almost as if it is recordi

Re: [Discuss-gnuradio] Write I/Q to WAV file.

2014-01-27 Thread Jordan Johnson
Well it indeed appears to be my graph. Tried using a simple graph. Signal Source (32k) > Complex - Float > WAV Dream decoded it, SDR# read it, and it was fine. My graph of interest must have a sample-rate no lower than 360k. It appears to be recording something, but its almost as if it is recordi

[Discuss-gnuradio] NTSC Modulation?

2014-01-29 Thread Jordan Johnson
Googling around and was wondering if anyone has managed to get NTSC (Analog TV) modulation working in GNURadio. I have ATSC up and going, but would like to do some analog stuff too as my old exciter is junk. If not, where do I start? ___ Discuss-gnuradio

[Discuss-gnuradio] Float version of the Frequency Xiating FIR Filter?

2014-01-29 Thread Jordan Johnson
I am attempting to translate a 20khz DRM signal from its default spot of 10khz, to 120khz. The Frequency Xiating FIR does this just fine but it also decimates the signal--which I do not want. I want to pass the float input as a float until the final stage at the BlaeRF as my FM transmitter is an al

[Discuss-gnuradio] Jack in GNURadio? (Source)

2014-02-05 Thread Jordan Johnson
So here's an interesting one. I need to pipe some samples from a JACK application to my graph. Using ALSA won't work (even with pcm.jack), and I cannot install Pulseaudio in Arch for whatever reason. That was the previous solution, but now it must be JACK. Googling brings up old threads and not mu

[Discuss-gnuradio] Trouble resampling FM MPX signal.

2014-02-08 Thread Jordan Johnson
I have an MPX generator, Stereo Tool (http://www.stereotool.com/) that records a 192khz wav. In it, is mono, pilot, Stereo, and RDS. The only thing missing an an FM modulator. Trying the Frequency Modulator and WBFM Transmit, I have had zero luck re-producing the original signal on any FM reciever.

[Discuss-gnuradio] Issue with Arch Linux build of gnuradio

2014-02-09 Thread Jordan Johnson
*Traceback (most recent call last): File "/home/ushio/top_block.py", line 13, in from grc_gnuradio import wxgui as grc_wxguiImportError: cannot import name wxgui* So, I have been using a downgraded version of GNURadio for some time to prototype, but now wo

[Discuss-gnuradio] AM Stereo TX? (Motorola C-QUAM)

2014-03-24 Thread Jordan Johnson
I have been Googling a good deal and have not come up with much. I have done numerous projects with GNURadio, but while I can throw together a wideband AM transmitter, I cannot figure out the stereo portion. Based on what I know; it is some kind of phase-modulated information. Anyone know how to

[Discuss-gnuradio] gr-drm for GNU Radio 3.7 available

2014-03-30 Thread Jordan Johnson
Exciting! This should help one of my projects along nicely. Problem is, they blocks do not show upat all. I am using as up-to-date version of GNURadio that is available to pacman. The make goes fine, make-test passes with flying colors, and install appears fine too; no blocks though. I attemp

Re: [Discuss-gnuradio] Fwd: gr-drm for GNU Radio 3.7 available

2014-03-31 Thread Jordan Johnson
; Forgot to include the mailing list... > > -- Forwarded message -- > From: Felix W. > Date: 2014-03-31 10:20 GMT+02:00 > Subject: Re: [Discuss-gnuradio] gr-drm for GNU Radio 3.7 available > To: Jordan Johnson > > > About the "no module named drm&

Re: [Discuss-gnuradio] Fwd: gr-drm for GNU Radio 3.7 available

2014-03-31 Thread Jordan Johnson
t; does not match sink IO size "520". It's 2AM here so I have to be off to bed for work, I'll take a stab at this again later today. I appreciate your assistance so far. :) I'd liek to stop using an awkward Dream + jack combo to get drm in my IBOC project. O

Re: [Discuss-gnuradio] NTSC Modulation?

2014-04-02 Thread Jordan Johnson
, Jan 29, 2014 at 12:48 AM, Jordan Johnson wrote: > Googling around and was wondering if anyone has managed to get NTSC > (Analog TV) modulation working in GNURadio. I have ATSC up and going, but > would like to do some analog stuff too as my old exciter is junk. If not, > wher

Re: [Discuss-gnuradio] NTSC Modulation?

2014-04-02 Thread Jordan Johnson
e access to NTSC so can't test it. > ------ > > >On 29.01.2014 09:48, Jordan Johnson wrote: > >> Googling around and was wondering if anyone has managed to get NTSC > >> (Analog TV) modulation working in GNURadio. I have ATSC up and going, > >> but would like to do s

[Discuss-gnuradio] Arch Linux WXGUI Support (GNR3.7)

2014-04-08 Thread Jordan Johnson
There has been an issue for some months now in the latest build of gnuradio from the AUR. It does not build, nor can run the WX/QT GUI modules. I have had to downgrade some packages to make an older version of GNR work. I need the instrumentation tools for testing things and cannot work without the

Re: [Discuss-gnuradio] Arch Linux WXGUI Support (GNR3.7)

2014-04-08 Thread Jordan Johnson
dow On Tue, Apr 8, 2014 at 4:02 PM, Tom Rondeau wrote: > On Tue, Apr 8, 2014 at 6:44 PM, Jordan Johnson wrote: > >> There has been an issue for some months now in the latest build of >> gnuradio from the AUR. It does not build, nor can run the WX/QT GUI >> modules. I have

[Discuss-gnuradio] GNURadio runtime not found? (Ubuntu 14.04)

2014-04-09 Thread Jordan Johnson
So, first thing's first: *GNR version:* 3.7.2.1 (from apt) *Ubuntu ver.* 14.04 *cmake ver:* 2.8 ...Now, I attempting to build gr-drm and it spits out this error on cmake ../ *-- checking for module 'gnuradio-runtime'-- package 'gnuradio-runtime' not found * INCLUDES=GNURADIO_RUN

Re: [Discuss-gnuradio] GNURadio runtime not found? (Ubuntu 14.04)

2014-04-09 Thread Jordan Johnson
Interesting. I never had this issue building in Arch Linux with 3.7. I'm using the Stable branch: https://github.com/kit-cel/gr-drm/tree/stable On Wed, Apr 9, 2014 at 10:46 PM, West, Nathan wrote: > On Thu, Apr 10, 2014 at 12:40 AM, Jordan Johnson > wrote: > > So, first thing

Re: [Discuss-gnuradio] GNURadio runtime not found? (Ubuntu 14.04)

2014-04-10 Thread Jordan Johnson
about gnuradio-core, which > has been deprecated. > > Usually this issue is solved by setting PKG_CONFIG_PATH > to the directory that contains gnuradio-runtime.pc > > Ron > > On 4/9/2014 10:57 PM, Jordan Johnson wrote: > > Interesting. I never had this issue building in

[Discuss-gnuradio] Resampling, filters, and CPU Usage.

2014-04-11 Thread Jordan Johnson
As most of you likely have seen, I've been working on a flowhraph for quite some time. Using gr-drm and an external FM processor, I have made a sort of open alternative to HD Radio...because fun. Anyway, the DRM signals are sampled at 48khz and the FM portion at 192. The remainder of the graph is

[Discuss-gnuradio] Using python scripts in GNURadio blocks?

2014-04-13 Thread Jordan Johnson
I have a flow graph where I'd like to run ffmpeg/avconv, and tscbrmux as blocks. Is there a way to use FFMPEG and other scripts as GRC blocks? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnurad

Re: [Discuss-gnuradio] GR Windows install

2014-04-14 Thread Jordan Johnson
If you manage to get this working OP, I'd love to see how.I'd love to run a full GNURadio system in Windows, I just never had any luck with it. On Mon, Apr 14, 2014 at 12:00 AM, Marcus Müller wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > If you can compile GNU Radio, you usually

Re: [Discuss-gnuradio] gr-drm for GNU Radio 3.7 available

2014-04-15 Thread Jordan Johnson
.6.5 version which used to work. At least at some point... > ---------- > Von: Jordan Johnson > Gesendet: 05.04.2014 19:43 > An: Felix W. > Betreff: Re: [Discuss-gnuradio] gr-drm for GNU Radio 3.7 available > > Though, upon further testing, RMA does not wor

[Discuss-gnuradio] "Slicing" a complex signal.

2014-04-22 Thread Jordan Johnson
I will try to explain this the best I can.. but here is what I am looking to do: I have a digital signal that takes up 100kz of bandwidth. I want to "split" this signal and push both halves apart. The best way to explain this is, say you have an AM signal. Normally, the LSB and USB are right on to

[Discuss-gnuradio] Fetting Stereo Difference from 2 audio inputs?

2014-04-26 Thread Jordan Johnson
Here's an odd problem I'm having; I am attempting to get the stereo difference of two audio inputs from JACK, (Each connected to the L or R channel) [AUDIO IN "L"] - > Subtract |_ [AUDIO IN "R"] - > Subtract | What I get however, is summed channels with some reverb. Same for adding the two inpu