+ Reply to Thread
Results 1 to 3 of 3

Thread: convertin two analogue signals to digital signal and then multiplyin them

  1. #1
    mpradhan1 Newbie
    Join Date
    Feb 2009
    Posts
    15

    Default convertin two analogue signals to digital signal and then multiplyin them

    Hi i am currently working on a project which deals with lock in amplification system, all this time i have been working on analogue electronics but now my supervisor wants me to convert the system into digital at the last minute

    the main part of my project is the phase sensitive detection stage where i multiply a noisy signal with its reference signal to produce the output .... but now i guess i have to provide the a/d stage before it .... can anyone please give a short brief of how to do it ? the only thing i can think of is passing both the signals through a adc chip and then multiplying signals (not sure tho how to multiply them)

    I would greatly appreciate the help


  2. #2
    dknguyen Excellent dknguyen Excellent dknguyen Excellent dknguyen Excellent dknguyen Excellent dknguyen Excellent dknguyen Excellent dknguyen Excellent dknguyen Excellent
    Join Date
    May 2006
    Location
    Alberta, Canada
    Posts
    6,028

    Default

    You normally use a microcontroller to multiply digital signals and then also do whatever else you need to do with the number inside the microcontroller (after all, you need a digital system to work with digital data). You also need the microcontroller to operate the ADC chip (unless you are using a microcontroller with an ADC built into it).
    Last edited by dknguyen; 16th March 2009 at 11:11 PM.

  3. #3
    crutschow Excellent crutschow Excellent crutschow Excellent crutschow Excellent crutschow Excellent crutschow Excellent
    Join Date
    Mar 2008
    Location
    USA
    Posts
    3,011

    Default

    It depends upon the signal frequency. Remember that the A/D sample frequency needs to be at least two times the highest signal frequency (Nyquist limit) for proper sampling of the signal. And you will likely need good, high-order filters to sharply roll off the signal above 1/2 the sample frequency at the A/D input to minimize aliased noise. (The higher the sample frequency, the less stringent the filter requirements for a given signal frequency since you start the rolloff at just above the highest signal frequency).

    For high frequency sample rates you can use digital multiply chips, or a digital signal processor to do the multiplication (some digital processors have built-in A/D converters). For lower frequency rates you may be able to just use a microprocessor to do the multiplication.
    Last edited by crutschow; 16th March 2009 at 11:13 PM.
    Carl
    Curmudgeon Elektroniker

+ Reply to Thread

Similar Threads

  1. two input of analogue signal to pic16F877a
    By tawa in forum Micro Controllers
    Replies: 1
    Latest: 21st January 2008, 09:38 AM
  2. Digital to analogue convertor
    By pierrenoir in forum Electronic Projects Design/Ideas/Reviews
    Replies: 2
    Latest: 15th January 2008, 06:40 PM
  3. Analogue Signal <=> Power Signal
    By devonsc in forum General Electronics Chat
    Replies: 5
    Latest: 2nd December 2004, 04:53 PM
  4. converting analogue signals to digital
    By kooool in forum General Electronics Chat
    Replies: 1
    Latest: 28th July 2004, 11:57 PM
  5. ANALOGUE-to-DIGITAL-CONVERTER(ADC0809CCN)
    By HANDzCLEANx in forum Datasheet/Parts Requests
    Replies: 1
    Latest: 1st July 2004, 01:17 AM

Tags for this Thread