Well it got me thinking. Since it is voltage controlled, why not set up a microcontroller to address the housekeeping issues
and make an audio spectrum analyzer for an oscilloscope?
Here's an existing project that draws a clock on an o'scope screen using a PIC.
You might want to look at the price of that chip. Ouch.
Are you thinking of using a single chip, tuning it to different frequencies to make an analyzer? That could work for steady signals, and in fact was done for machinery vibration analysis... 50 years ago. Not so effective for signals like music that are continuously changing.
Or are you thinking of a bank of these chips each set to a different center frequency? That would work well for music, but for the cost of even a few bands, you could find a better solution.
You might want to look at the price of that chip. Ouch.
Are you thinking of using a single chip, tuning it to different frequencies to make an analyzer? That could work for steady signals, and in fact was done for machinery vibration analysis... 50 years ago. Not so effective for signals like music that are continuously changing.
Or are you thinking of a bank of these chips each set to a different center frequency? That would work well for music, but for the cost of even a few bands, you could find a better solution.
JonSea: It might be good for doing gain plots on things like guitar pedals.
If if works, $20 USD is not a lot of money for a one-on project using one IC.
I've been looking at spectrum analyzers, and they seem to fall into two classes:
A ) Stand alone unit. Very nice, but very expensive
B ) Very cheap, but having no use as far as measurements go.
Just some thoughts. I'd be using a low distortion sine wave generator to sweep it.
I think that's a job for an DSP.
I know You are very familiar with the PIC Controllers.
Spectrum analyzing should be possible with an dsPIC a functioning source code could be found in the internet.
A few Years ago a user made an 128 Band audio spectrum analyzer with an 16MHz 8Bit AVR ( Elm Chan is an absolute crack ) . Youtube Video
I guess that should work with an PIC also.
I used a MSGEQ7, seven band Graphic Equalizer chip and LM3915 Dot Bar Display Drivers to make a night club style musical light show. That might make things easy for you.
JonSea: It might be good for doing gain plots on things like guitar pedals.
If if works, $20 USD is not a lot of money for a one-on project using one IC.
I've been looking at spectrum analyzers, and they seem to fall into two classes:
A ) Stand alone unit. Very nice, but very expensive
B ) Very cheap, but having no use as far as measurements go.
Just some thoughts. I'd be using a low distortion sine wave generator to sweep it.
another, more flexible approach would be to use a laptop computer and Spectrum Lab software. SL has tone generators, etc... as well as a configurable set of virtual instrumentation.. i have used a laptop with SL on it to EQ some very challenging halls. https://www.qsl.net/dl4yhf/spectra1.html
i once began work on a handheld unit that used an LM3915, a 4051 analog mux, and bandpass filters as a spectrum analyzer.. you could probably do something similar with a 4051 and bandpass filters, and feed the output of the mux into a scope. it would be easy enough to take a counter's reset to 0 to trigger the scope. some oscopes have a H sweep output, and the ramp from that could be used to operate a voltage controlled filter such as a state variable filter where the resistors that set the Fc of the filter are jfets. so there are many ways to make a spectrum analyzer... the most difficult part is choosing which one...