Announcement

Collapse
No announcement yet.

Audio Spectrum Analyzer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Audio Spectrum Analyzer

    Carl,

    I have a 286/CGA with an Sigma Delta ckt. board and software that makes it into a pretty good spectrum analyzer(of Bill DeCarle fame) . However the range is limited to around 3KHZ max and now with modern A/D S/D chips out would like to make an Spectrum Analyzer that see's out to at least 20KHZ. I'm new at programming, but fortunately for this project am getting on board with Assembler which I want to master. So far besides good ol' DOS debug, I have Turbo Assembler 4 and MASM 5.1 at my disposal. Know of any assembler code that would be close? Any clues would be appreciated and I have friends that could help me optimize the assembler code for max speed on the 286, so that's not a problem . I've built and tested the transmitter portion of my Magnetic Induced Polarization detector and am wiring up the receiver section which starts out with a dual gate mosfet amp/mixer to a LPF and into an LM 386. Being an old Amatuer Radio Op. I know how well the human brain can detect low level CW signals in noise (up to -15db below the noise floor) compared to a logic gate that ignores anything that's equal to the noise floor at best. The idea is to use the mixer as a BFO which in of itself helps detect a pulsed carrier which is what you have in a PI detector. What say ye Carl and friends?

    Randy Seden WD6ELU

  • #2
    Re: Audio Spectrum Analyzer

    Sorry, I know amazingly little assembler. Did a tiny amount in my C++ days but found it too painful. Can you sketch up something on your RX & U/L it? Might help us see what you're doing.

    Re the spectrum analyzer, I can help you with that. We test our ADCs using a high-speed buffer memory, then load the data to a PC and do a software FFT. Current ADC is 14-bit 80MHz although it will easily do 100MHz. It's a whopping 1.5 WATTS but has 90dB SFDR, so it makes a helluva spectrum analyzer. Let me know if you want one. Surface mount only, I'm afraid.

    - Carl

    Comment


    • #3
      Re: Audio Spectrum Analyzer

      I have no way to scan the schematic in so if you can email me an address to send it to you I will use snail mail.

      Randy Seden

      Comment


      • #4
        Re: Audio Spectrum Analyzer

        Maybe you could do a rough sketch on one of those grungy paint programs. Or mail me something nice, I'll scan & post it.

        Carl Moreland
        7910 Triad Center Dr.
        Greensboro, NC 27409

        Comment


        • #5
          Re: Audio Spectrum Analyzer

          You could try a Soundblaster "Audigy" sound card and a program calles "Soundforge".

          Or Steinberg "Wavelab".

          The Audigy is 24 Bit and Both programs will do FFT in REAL-TIME.

          Frequency response is limited, but should be good enough for most detector applications.

          You might like to use a buffer amplifier to save blowing up the soundcard.

          Hope this helps.

          Comment


          • #6
            Re: Audio Spectrum Analyzer

            Oops, a 286?

            Sorry, how about an old AWE32?

            LOTS of programming info available from Creative Labs etc.

            Comment

            Working...
            X