David,
I used the command line from the top level post in this thread (after having
a great deal of trouble trying to get decoding working too, using a
completely different method: ggrx to tune in and just running multimon
separately - it just wasn't getting any audio that way... blast). Just
modified to include the 2400bps rate, the scope, and my local frequency:
rtl_fm -f 152592300 -s 22050 - | ./multimonNG -a POCSAG512 -a POCSAG1200 -a
POCSAG2400 -a SCOPE -f alpha -t raw /dev/stdin
I get some like in my first screenshot, then some that look like this:
It seems the pager data gets spat out soon after the data that looks like my
first screenshot though, so not sure what this part is.
FWIW, mine is on the same band as yours, too, right around 153MHz.
Cheers,
Jesse
================================
Jesse,
Thanks for that. The multi-level waveform looks just like mine. The
command line I have been using is:
rtl_fm -N -f 153.325M -p +108 -g 36 -o 4 -l 10 -A fast -r 22050 -C -D - |
multimon-ng -t raw -a POCSAG1200 -f alpha /dev/stdin
(all on a single line). So you can see that I set the frequency to nominal
and then use the -p +108 to set the parts per million offset, the "-o 4"
sets the output oversampling and the waveforms did not look as good without,
the "-A fast" sets the best trig function lookup although I didn't see a lot
of different in CPU between the three options, the -l 10 is a squelch level,
and I haven't checked that setting, "-r" is supposed to be the same as
"-s", -C I could not find documented, and -D applies de-emphasis, but only
on wideband FM, which we aren't using.
I'd do more debugging with the SCOPE option, but my main PC crashed when I
was using that with X over Xming, likely completely unrelated, but not an
encouragement! Perhaps I can find an X-server for the iPad?
Thanks again for your comments and interest.