What is your power supply “rail”? is it +12V or +5V or what?
What are the voltage levels of your switching signal? (i.e. 0V for “off” and +5V for “on”, or what?)
So without those answers, I can’t be completely spec a design, but here are my thoughts:
(1) Reason #1 the 2N6488 might not be best: it has an hFe rating anywhere from 20-150 at the 5 Amp operating condition. This means that you may have to pump as much as a couple hundred mA into its base in order to get it to “turn on” fully at your 5 Amp operating point.
(2) Reason #2 the 2N6488 might not be best: it’s a bipolar transistor, and it has a Vce(sat) rating (collector/emitter voltage at saturation) of as much as 1.3 volts at your 5 Amp operating point. This means you’d be burning over 6 watts in the transistor, which would get pretty hot as a result. Also, if you are working from a =5V power source, this eats up over a quarter of your available voltage drop (i.e. “headroom”.)
(3) Reason #3 the 2N6488 might not be best: being an NPN bipolar transistor, and since you need to SOURCE current, you’d pretty much have to use it in an “emitter follower” mode, wiht the collector to your voltage source, and your emitter to the common anodes of your LEDs. It’s a little easier to drive a transistor to saturation (i.e. minimizing its voltage drop, power loss, and therefore HEAT) when you operate it in an open collector mode. More about that later
(4) Suggest you consider using a “P” type device in an open collector configuration instead of an “N” type device in emitter follower.
(5) suggest you consider using a MOSFET, as the gate drive requirements will be easier to do, although this depends on what your signal source is (microcontroller?) and your voltage supply rail (+12V? +5V?)
(6) Putting those last 2 together, we might end up with a P-Channel enhancement MOSFET, something like the FQP27P06, which I suggest mostly because it is available from Sparkfun. (I’m assuming I can post Sparkfun URL’s here - glad to be corrected it that’s not allowed…) http://www.sparkfun.com/products/10349 Like the 2n6488, it’s around a buck in single quantities.
Now the actual design depends on your power supply rail voltage and your switching signal characteristics. If your rail is at +5V and your signal is coming from a microprocessor, you can probably just have the micro drive the MOSFET gate directly, although note that a +5V control signal to the MOSFET gate will turn the LED drive OFF, and a GND control signal will turn the LED drive ON.
If you have a higher supply rail voltage (say, +12V) then you may need a pull-up resistor on the MOSFET gate, and another n-channel small-signal MOSFET on the output of the microprocessor, say a 2N7000 or something like that. This isolates and level-converts the microprocessor output to handle the +12V range required by the power MOSFET gate, and also has the effect of inverting your signal, so now a +5V control signal from the microwill turn the LED drive ON, and a GND control signal from the micro will turn the LED drive OFF.
If you drive this P-channel MOSFET right, it has an on resistance of .07 ohm or less. At 5 Amps of drive, this will give only 0.35 V of drop across the transistor, representing 1.75 W of heat generation. Almost 4 times less power loss (and therefore heat generation) than with the 2N6488.
As for your 1 kHz requirement, the FQP27P06 MOSFET has switching times in the hundreds of nanoseconds, so that’s not a problem there, although there’s no free lunch, and the requirement you are burdened with for all of these great advantages is that the gate has a moderate capacitance, so you need to be careful about driving it “hard” in an AC sense, to get it to turn on and off in a timely fashion. Based on the ~1400 pF max gate capacitance, and using, say a 1 k-ohm resistor for the pullup and a microprocessor output capable of 5 - 10 mA for the pull-down, you should be ableto drive that gate where it needs to go within 10 or 20 microseconds, which should be fine to switch at a 1 kHz rate. (Glad to have someone check my math here. Also considering a ~45 nC total gate charge, is another way to approach it…)
So let me know what is your switching signal source, as well as your positive voltage rail, and we can get you pointed more specifically in the right direction.