Electronic – Why doesn’t this radio transmitter correctly transmit some songs

555radio

I made transmitter from this question with some minor modifications (100 K pot for resistor between 8 and 7 and 22K for resistor between 7 and 6. 22 pF for the capacitor).
Here's the picture:

Transmitter

When transmitting this song, it is almost normally transmitted. On the other hand, when transmitting this song, almost nothing is audible. For example from 2:15 to 2:50 noting can be heard.

My home-brewed sound card oscilloscope (96 kHz, 16 bit) sees first song like this:

scope 1

and the second like this:

scope 2

If I'm right, on the second image only artifacts from the carrier wave can be seen (I'm running radio at 612 kHz. I guess that's OK, since it has range of about 5 cm).

I've heard such effects on radios with bad antennas before. What could be the technical explanation, or at least where could I start looking for it?

Just to be clear, the my question isn't about improving the transmitter, its about the effect I'm describing.

Best Answer

Three observations

(1) With any kind of transmitter, to get consistent output, you need consistent input levels, so that's the first thing to check. If the level in the second file are significantly different, it would be worthwhile to adjust it. This transmitter doesn't appear to have any way to accommodate variations in input level, so the easiest thing to do is try adjusting the output level from the PC playing the file. Commercial broadcasters use special hardware to automatically adjust levels into the transmitter, a technique called compression in the audio world. If you play a signal with a lot of dynamic range into this transmitter, you may find that the level setting that makes one part of the song sound better will make louder/quieter sections sound worse.

(2) That's definitely not amplitude modulation. It's essentially pulse width modulation. If you LPF pulse width modulation, you can recover an approximation of the input signal. An AM receiver will respond to the fundamental component, so apparently the fundamental's envelope closely approximates the input, but I'd be surprised if there wasn't significant distortion. You wouldn't call it high fidelity, but you could probably recognize voice through it. Using the 555 to do pulse width modulation is going to be especially sensitive to input levels.

(3) Transistor Q1 is probably not doing anything helpful. As shown, Q1 will be either completely off or .. completely off. The only signal getting to the antenna will be from capacitive coupling between the base and emitter. Two alternatives to try - you could just connect your antenna directly to pin 3, i.e., omit Q1 altogether, and get more signal onto the antenna that way, OR - leave Q1 where it is, but connect a 75 ohm resistor from its emitter to ground. This would make Q1 into an emitter follower (common collector) amplifier, and might give you some power gain, but pin 3 of the 555 is already a push-pull output, so just wiring pin 3 to the antenna would probably work just as well.