LM1876 mute pin delay circuit in LTSpice

Member
Joined 2011
Paid Member
Hi all,

I am currently working on implementing LM1876 based amp and ran into the issue with the mute and standby pins.

From the datasheet, if a logic high (1.5 to 5V) is applied to the MUTE pin, the amp will be muted.

The goal is to mute the amp during the turn on (and turn off).
For that a logic high needs to be applied to the MUTE pin when amp is turned on, but after 1 or 2 seconds wait time the MUTE pin should be pulled low (< 1.5V).

I have come up with a simple simulation circuit that consists of :
  • 5V zener regulator
  • RC time delay
  • NOT logic gate

Power is taken from the positive rail of the amp's power supply that is 20V to 25V.

Zener regulator resistor is selected at 1K, and it pulls about 20mA of current.

Any suggestions on improvement will be appreciated.
 

Attachments

  • sch-mute.PNG
    sch-mute.PNG
    15.4 KB · Views: 115
  • responce_at_mute_pin.PNG
    responce_at_mute_pin.PNG
    15.3 KB · Views: 114
  • time_delayed_NOT.asc
    1.9 KB · Views: 52
Last edited:
Administrator
Joined 2007
Paid Member
First thoughts...

You need such a big timing cap because you are only charging it to 0.6 volts and so not using most of the available curve. I would swap the transistor for a power FET (small 2N7000 type) as that will allow a much smaller cap because of the high gate/source voltage to turn on. Make the Zener a wee bit higher voltage, say 8.2 volt and increase the 30k.

A rapid switch off might be a problem if powered from slowly collapsing main rails. In simulation it shows the chip unmuting as the rail collapses. The easiest ways to stop this are to detect the C on the secondary and apply an instant mute when the AC drops out.

If you make the supply 'a pulse' you can set rise and fall times of the supply to simulate power on and off.

Screenshot 2023-05-08 194808.png
 

Attachments

  • time_delayed_NOT_rev1.asc
    2 KB · Views: 39
  • Like
Reactions: 1 user
Member
Joined 2011
Paid Member
Just came across a circuit that makes bjt transistors work as a delay by putting zener diode between npn emitter and gnd. In that way 0.6v threshold is raised by whatever voltage is desired, in turn allowing for smaller capacitor values.

ps: in the circuit there is a current mirror and buffer stage that in my opinion overkill.
 

Attachments

  • IMG_3040.jpeg
    IMG_3040.jpeg
    45.6 KB · Views: 22
  • Like
Reactions: 1 user
Administrator
Joined 2007
Paid Member
Using a Zener/LED/Diodes to lift the emitter is a very useful trick. These days a MOSFET is another option, it has a high gate threshold of a few volts and almost infinite input impedance which even allows the use of small film caps as the timing element used alongside high value charging resistors if the delay needed is not to long.
 
  • Like
Reactions: 1 user