[Date Prev][Date Next][Thread Prev][Thread Next] - [Date Index][Thread Index][Author Index]
Re: 38.4kbps sound card DSP demodulator
Hello Howard,
You need to pay close attention to these cards. Often the 192kHz are only for
the playback side, especially on consumer rated cards.
I own an M-Audio Audiophile card, that will do 96kHz full duplex (but only has
an audio bandwidth of 22kHz it seems) with btw should be enough for G3RUH 38k4.
I peeked a look in the source code for the soundmodem from Tom, HB9JNX, and
there the sample rate is set to only the bitrate, here the code extract:
if (params[0]) {
s->bps = strtoul(params[0], NULL, 0);
if (s->bps < 4800)
s->bps = 4800;
if (s->bps > 38400)
s->bps= 38400;
} else
s->bps = 9600;
*samplerate = s->bps + s->bps / 2;
You also see here the upper limit is 38k4. Anyone already tried it?
73, Luc
Zitat von Howard Long <howard@howardlong.com>:
> Is this possible?
>
> For example, I have a Soundblaster Audigy 2 apparently with the ability to
> resolve 192kHz stereo sound (and 96kHz in 6 channels).
>
> So DSP experts, can a 38.4kbps G3RUH demodulator be written with these
> higher sampling rate devices?
>
> 73 Howard G6LVB
> ----
> Sent via amsat-bb@amsat.org. Opinions expressed are those of the author.
> Not an AMSAT member? Join now to support the amateur satellite program!
> To unsubscribe, send "unsubscribe amsat-bb" to Majordomo@amsat.org
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
----
Sent via amsat-bb@amsat.org. Opinions expressed are those of the author.
Not an AMSAT member? Join now to support the amateur satellite program!
To unsubscribe, send "unsubscribe amsat-bb" to Majordomo@amsat.org
AMSAT Home