Search:

Type: Posts; User: vebi1000

Search: Search took 0.01 seconds.

  1. Problem with printing float precision values.

    Hi,

    It seems simple problem for programmers but for me its complicated.

    I am using CodeVision compiler. I am writing code in c language. I am trying to print float value with up to 10 digits...
  2. Replies
    24
    Views
    3,862

    They considered my options to redesign hardware,...

    They considered my options to redesign hardware, but it takes some time so until that I have to figure it out wit existing hardware. The code you suggested me is working perfectly and giving with in...
  3. Replies
    24
    Views
    3,862

    Thank you very much for your valuable suggestions...

    Thank you very much for your valuable suggestions and explanations. Now i got good idea about what to explain them.
  4. Replies
    24
    Views
    3,862

    Yes I agree with you, I will try to explain all...

    Yes I agree with you, I will try to explain all the problems and i will show them how i can re-design the circuit with effective performance.

    I have small doubt with zero cross detector, I can...
  5. Replies
    24
    Views
    3,862

    Thank you very much for your clear explanation...

    Thank you very much for your clear explanation and I am running my ADC under continuous mode, the signal is very low voltage and noisy so to get rid of noise i am using in built noise filtering. I...
  6. Replies
    24
    Views
    3,862

    Yes your are right, actually i thought the same...

    Yes your are right, actually i thought the same procedure but if you really observe in the above circuit as i shown, I am getting D.C signal at the input of ADC. So i am losing phase information. How...
  7. Replies
    24
    Views
    3,862

    12183 No, you gave me the best explanation i...

    12183
    No, you gave me the best explanation i have heard. I am very new to programming so it took some time to understand.

    I am sharing little bit more information to get more help. Here I am...
  8. Replies
    24
    Views
    3,862

    Initially he is dividing 360/12=30 and finding...

    Initially he is dividing 360/12=30 and finding values at every 30 degree using for loop. After getting Max phase and voltage from that samples then he is using the range.

    range=range/2;
    ...
  9. Replies
    24
    Views
    3,862

    I have understand all of your code but i am...

    I have understand all of your code but i am confusing why you took "range=32" can you give little bit more clarification on while loop.
  10. Replies
    24
    Views
    3,862

    Yes I need that delay, if i reduce that delay...

    Yes I need that delay, if i reduce that delay then i am getting nothing. just stucked. When i include that delay i am getting exact values. May be i will try with your idea, how to narrow down the...
  11. Replies
    24
    Views
    3,862

    How to find max value efficiently.

    I am changing the phase of signal from 0 to 360 by each degree to get max voltage value.Because if i change phase of the signal the voltage also changes.I have the fallowing code to find max value....
Results 1 to 11 of 11