Baseband Explaination?

Talk about anything here.
Post Reply
curtjr4
Posts: 32
Joined: Wed Nov 25, 2009 12:23 am

Baseband Explaination?

Post by curtjr4 »

Hey guys,
It feels like I haven't logged in here in nearly a decade. But here I am again! Hopefully I can get caught up in all of the progress here.

So, my question is fairly simple. As some of you know, I own a WeatherStar Junior, II, and III. I read through the patents to find out that the baseband signal sent to the unit is 7.38MHz I believe. The patent also states that the data is sent in UK Teletext with hamming code. Not sure if anyone here knows much about it, but I do recall Tin working with VBI a year or two ago? I'd like to try simulating or writing my own signal. Or try to at least accomplish sending a recorded baseband signal (sadly 4800Hz is the bitrate) with audacity and a sound card. I have a feeling it won't work due to this, but who knows.

Sorry for the "messed up" message... haha.

-Curt
AriX
Site Admin
Posts: 826
Joined: Tue Nov 24, 2009 11:32 pm
Contact:

Re: Baseband Explaination?

Post by AriX »

curtjr4 wrote:Hey guys,
It feels like I haven't logged in here in nearly a decade. But here I am again! Hopefully I can get caught up in all of the progress here.

So, my question is fairly simple. As some of you know, I own a WeatherStar Junior, II, and III. I read through the patents to find out that the baseband signal sent to the unit is 7.38MHz I believe. The patent also states that the data is sent in UK Teletext with hamming code. Not sure if anyone here knows much about it, but I do recall Tin working with VBI a year or two ago? I'd like to try simulating or writing my own signal. Or try to at least accomplish sending a recorded baseband signal (sadly 4800Hz is the bitrate) with audacity and a sound card. I have a feeling it won't work due to this, but who knows.

Sorry for the "messed up" message... haha.

-Curt
Hey Curt,

Welcome back! We never really cracked any frequency stuff around here... The VBI stuff turned out to be completely irrelevant, as the Prevue data was not transmitted over VBI after all. But we have not yet been able to do any frequency shifting or anything - i.e., we have these audio and data demodulators (likely much like the ones in the WxStar), but we have not been able to send anything meaningful to them. Luckily, in our case, these demodulators are external, so we can bypass them and send serial data straight to the device. I wonder if maybe you could take apart your units and send data directly to a serial trace on the board. Dunno. It probably wouldn't be particularly helpful, since you don't know the format either. You would probably have to get started by getting the software and popping open a disassembler. It would be a big task...

Best of luck, though. Let us know if you have any more questions.
tin
Posts: 567
Joined: Sat May 08, 2010 9:54 pm

Re: Baseband Explaination?

Post by tin »

Hey Curt, seems like you are in a similar situation to me. Want to do loads of stuff with PG, no time to do it :0


Basically there are several different pieces of information sent to you on an analogue satellite signal. The whole signal takes up a chunk of bandwidth (range of frequencies) lets say for example 8MHz wide. The frequency you actually tune into is the carrier (usually the centre of the frequency range).

Inside that chunk, are several smaller chunks. The luminance (B&W picture just as it would have been in the old days): this might take up to the first 6MHz of the 8MHz chunk depending on the standard used. The chrominance (colour). This is cleverly hidden inside part of the range that the luminance is in, to provide backwards compatibility with B&W TV. and then the audio. In satellite I think the difference to broadcast terrestrial TV standards is that you can have a lot of audio subcarriers.

These separate signals are again each modulated around their own frequency, and it's this carrier frequency that you talk about when saying e.g. 7.38MHz. It's like a reference to the little chunk of bandwidth used by a particular audio signal within the bigger chunk of bandwidth used to get the whole signal across to you.

These separate signals are then mashed together (very imprecise technical explanation there), and then sent over to you on a very specific labelled carrier frequency so you can tune into it. That is the frequency you program into the receiver. However the exact frequency doesn't really matter to us. The LNB on the end of the dish already changes the frequency to send all the signals to the receiver, then the receiver tunes into the particular one frequency you wanted and demodulates the signal off the carrier. What you end up with inside the receiver is the mashed up signal of luminance, chrominance and all the audio channels all together, but these have been demodulated from/off the main carrier - essentially you have the 8MHz (or whatever) chunk that now starts at zero up to 8MHz. The 7.38MHz signal is the little chunk for one of the audio carriers, that is centred around 7.38MHz above zero.

Now what happens inside your standard receiver I can't quite work out. I assume there's more tuners to pull off the separate signals, and pump them into some other format your TV understands (remodulating them for example for RF connection, separating them for S-video output etc). However some receivers, particularly the ones for Weatherstar and PG, have a "baseband" output which is just this mashed up signal, as the receiver has it immediately after taking it off the main carrier, and therefore you'll need to connect something that can pull off the separate parts yourself. I think the video parts inside this signal are already at the same frequencies that a composite monitor will expect to see, so plugging it into a composite input will render the picture, but you'll need something special to get at the different sound subcarriers, as they are modulated way up there in the 6,7,8 or so MHz range. Not what your standard set of speakers/amp etc are expecting to see.

Of course, in PG, we actually WANT all the separate audio channels at their respective frequencies, because we have our own tuners in the sound ISA card that tune into the different sound channels, and the one in the data card that pulls off the data subcarrier (which itself is just again a sound channel with modem-like data broadcast on it), so the input to the Amiga (or Atari of course) comes from a baseband socket on a suitable receiver.

Regarding specifically the weatherstar, and the description you gave, I can't quite work out what they mean by the data being on 7.38MHz but in UK teletext format. I have briefly skimmed over patent 4,725,886 A and actually it seems to me that the data for the weatherstar is actually sent as teletext would be. They use the teletext prior art to solve their problem of data transmission which seems a fair approach to take! This is encoded in the VBI, and therefore I'd wonder what the 7.38MHz is all about, as that would seem to me to be an audio subcarrier.

As for doing it yourself, well for PG, I would wonder if we could find the equipment to take an audio feed and modulate it at 7.38MHz or whatever, and even better, find 4 of these and something that will mix them all together. For Weatherstar, on the face of it, it would seem to need something that takes data and encodes it in VBI.

In the UK, ceefax, the last remaining analogue text system is finally being retired with nearly the whole country being switched over to digital TV. I wonder if there may be some VBI encoders coming up on ebay? :)
AriX
Site Admin
Posts: 826
Joined: Tue Nov 24, 2009 11:32 pm
Contact:

Re: Baseband Explaination?

Post by AriX »

tin wrote:Hey Curt, seems like you are in a similar situation to me. Want to do loads of stuff with PG, no time to do it :0
Haha me too ;)

Great post... I would love to get that stuff figured out one day, especially for these Prevue signals. Any idea what hardware we would want to use to modulate that audio/data? I have not gotten close to figuring it out...
tin
Posts: 567
Joined: Sat May 08, 2010 9:54 pm

Re: Baseband Explaination?

Post by tin »

Hmm, no I just assumed there'd be quite a lot of 2nd hand kit coming onto the market that does it. Not seen anything so far. Maybe I dunno what i'm looking for ;)
Post Reply