3
\$\begingroup\$

This might look like an awkward question but I'm trying to model and simulate an early typical simple crystal radio in LTspice. The first reason doing this was to add a variable resistor in series to the typical crystal circuit to adjust the Q-factor for different resonance frequencies.

Here I will try to explain what I was trying to do step by step to make my questions clearer.

One can tune an R series LC tank circuit to a particular resonance frequency to select a specific bandwidth. But the Q-factor hence the sharpness of the band-pass frequency response is directly related to the resistor value R. I will try to expound on this by using the below circuit and its values:

enter image description here

Here are some MATLAB plot for such circuit response in different resonance frequencies (plots are Vout versus frequency plots where Vin=1V sinusoid):

Below shows the results when the tuning capacitor is set to 500pF (R=27k):

enter image description here

And here below plot shows the results when the tuning capacitor is set to 200pF (R=27k):

enter image description here

As you can see on the above plots, when the capacitor is set to 500p for 503kHz station the bandwidth becomes 12kHz which is quite good for an AM radio signals since AM needs between 5kHz to 10kHz bandwidth. But in the second plot when the capacitor is set to 200p for 796kHz station the bandwidth now becomes 30kHz which is too large for an AM band. And I thought as a remedy a variable series resistor could be used to adjust the Q-factor hence the bandwidth. And I set the resistor to 66k for again 200p capacitor and 796kHz station. Here is the result:

enter image description here

As you see the bandwidth issue improved. But of course this could cause some power loss if the crystal earphone is 20k and I add a series resistor to it.

So my motivation was to implement a typical crystal radio by using a variable series resistor as shown in the above diagram. But the first thing I noticed that the crystal radio circuits I found were not like in my first figure besides the diode of course. Here are some typical circuit diagrams for the crystal radio from some google search:

enter image description here enter image description here

As you see these circuits do not look like R series LC circuit but they are just RLC parallel circuits. So I simulated parallel RLC circuit with a diode to model a crystal radio in LTspice not my first circuit. The impedance of a crystal earphone is about 20 kohm so I modelled is as a 20k resistor. For the sake of simplicity I chosed an ordinary diode in LTspice and the modelled the antenna as an AC voltage source with 5V amplitude.

But as you might guess since this is a parallel RLC circuit the voltage across R will always be the same with the voltage source. And below is the frequency response in LTspice:

enter image description here

My questions are:

1-) What is wrong here? Crystal radio circuits are RLC paralel circuits? I modelled the antenna as a "voltage source" and this doesn't look like a tuning circuit in LTspice. Was that the problem?

2-) Does my "adding a variable resistor in series to adjust Q-factor" to the first circuit to improve its selectivity make sense?

\$\endgroup\$
5
  • 1
    \$\begingroup\$ Use a current source instead of V1. A voltage source sets the voltage no matter how many components you put in parallel. \$\endgroup\$
    – Mario
    Commented Oct 4, 2016 at 20:31
  • \$\begingroup\$ Do you know how to make AC analysis with LTspice by using a current source? \$\endgroup\$
    – user16307
    Commented Oct 4, 2016 at 20:35
  • \$\begingroup\$ Same as for a voltage source, just specify an AC current. \$\endgroup\$
    – Mario
    Commented Oct 4, 2016 at 20:40
  • 1
    \$\begingroup\$ yes it works when I simulate with a current source instead. are antennas modelled as current sources ? is that accurate to model it like that? \$\endgroup\$
    – user16307
    Commented Oct 4, 2016 at 21:24
  • \$\begingroup\$ As mentioned below a voltage source with impedance (capacitor) is a good model for the antenna. \$\endgroup\$
    – Mario
    Commented Oct 5, 2016 at 5:17

1 Answer 1

4
\$\begingroup\$

No, your source voltage doesn't connect across your tuned circuit.

You need to model the antenna as a short monopole of maybe 0.025 wavelengths. Now it will have a capacitive reactance of about 1000 ohms and the voltage generator will be in series with this impedance back to 0V: -

enter image description here

Picture taken from here.

This voltage source is in series with the capacitor (impedance ~1000 ohms reactive) at your operating frequency. Say you operate at 1 MHz (nominally), 1000 ohms is represented by 159 pF.

You should get good tuning with this but not brilliant because the headphones are still taking energy from the tuned circuit and lowering its Q factor.

\$\endgroup\$
4
  • \$\begingroup\$ when I simulate with a current source i get the expected plot. are antennas modelled as current sources in these cases to see freq response behaviour at least ? \$\endgroup\$
    – user16307
    Commented Oct 4, 2016 at 21:26
  • \$\begingroup\$ I model them as a voltage source (where the voltage is proportional to the incident E field (uVolts per metre) multiplied by the antenna length in series with the impedance value taken from the graph or haven't you been reading my answer correctly LOL \$\endgroup\$
    – Andy aka
    Commented Oct 4, 2016 at 22:37
  • \$\begingroup\$ " incident E field (uVolts per metre) multiplied by the antenna length in series " could u add a simple LTspice schematics how u model them by discrete components? I dont know how to model voltage source whicj is proportional to x lenghts antenna and E field in LTspice \$\endgroup\$
    – user16307
    Commented Oct 4, 2016 at 22:43
  • \$\begingroup\$ Just use a voltage source as per your original question in series with the capacitor I mentioned. \$\endgroup\$
    – Andy aka
    Commented Oct 5, 2016 at 4:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.