Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Milruwan

  1. M

    Verilog Filter design reset and enable Problem

    I design a filter using Matlab hdl coder. But the problem is filter doesn't give filtered output. When I do the simulation in matlab filter works perfectly, but when I test with modelsim filter is not giving the filtered output. Problem is with the way of resetting and enabling the filter...
  2. M

    Convert Matlab floating point function to fixed point

    I need to convert a simple floating point function to fixed point in order to generate hdl code. Following is the function. function y = fun(u) %#codegen if(u<0) y=0; else y=u; end How to convert this function to fixed point. Please help me.
  3. M

    Digital Zero crossing detector variable sample rate problem

    Thanks FvM, for you reply. What is the more practical variable sample rate reconstruction algorithm which is easy to implement in fpga. Can you give me an example. As you told before I need to interpolate the data in order to reconstruct the data.Interpolation is the inverse of decimation. That...
  4. M

    Digital Zero crossing detector variable sample rate problem

    permute, I got what you say.But according to my knowledge I feel something like this. As you say within the 1us time intervals we get 20 or 21 for 10.7MHz signal. for 2MHz signal we get 4 zero crossings. Am I correct? Then the IF frequency of the signal is 10.7MHz which has a 150kHz bandwidth...
  5. M

    Digital Zero crossing detector variable sample rate problem

    Thanks for all the replies. Variable sample rate means the sample data is coming in non constant (non regular) time intervals. I can't understand what you explained above. Can you explained it further. Dan Mills, As you explained above your method is worked with high sample rate. The if...
  6. M

    Digital Zero crossing detector variable sample rate problem

    I implement a Zero crossing detector in a fpga. It can detect the zero crossings of a signal and it could successfully demodulate a FM modulated signal. The problem is the demodulated signal doesn't have a fixed sample rate,Because when a zero crossing is met counter will start. when the other...
  7. M

    Transistor based amplifier interface to ADC

    Yes, I think I haven't give the differential input. I only use ground and +5V.
  8. M

    Transistor based amplifier interface to ADC

    Audioguru, I haven't understand what you say, can you explain it to me?
  9. M

    Transistor based amplifier interface to ADC

    godfreyl, as you told voltage at the ADC input is 2.5V. But ADC value shows 4.5V. What should be the minimum current input to the AD9280 IC? Datasheet shows that the typical input resistance 4.2k to 10k what is that? AS I went through the data sheet I found that the input resistance of the AIN...
  10. M

    Transistor based amplifier interface to ADC

    Brober, Thanks for your reply. I checked that the ground is ok.
  11. M

    Transistor based amplifier interface to ADC

    I notice another different thing: My development board has a voltage display function through ADC. When I connect the ADC to 5v it display 5v ,when connect it to a ground it display 0V.When I create a voltage divider using two series 1k resistors and measure the value it display 4.5V . Is it due...
  12. M

    Transistor based amplifier interface to ADC

    I am using this in a development board so no need to give the reference voltage to IC because the development board it self has a configuration as follows. What are the other things I need to do in order to get the original signal from DAC?
  13. M

    Transistor based amplifier interface to ADC

    Thanks, Audioguru for your reply . So what kind of configuration is it accept. Dose it support the following arrangement? Here is the enlargement version of my ADC schematic.
  14. M

    Transistor based amplifier interface to ADC

    ADC IC is AD9280.
  15. M

    Transistor based amplifier interface to ADC

    There is a small voltage shift between the two signals due to AC coupling,nothing else. (Blue -original signal , Yellow -buffered signal)

Part and Inventory Search

Back
Top