Skip to main content
Sangkyu Kim
Associate II
August 15, 2017
Question

ADC DAC coding problem

  • August 15, 2017
  • 4 replies
  • 1038 views
Posted on August 15, 2017 at 15:05

...

    This topic has been closed for replies.

    4 replies

    Tesla DeLorean
    Guru
    August 15, 2017
    Posted on August 15, 2017 at 16:14

    Suggest you take a sample data set and then apply your algorithm and review the data on a PC based system.

    If the logic works there, look at the execution time of the algorithm on the target.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Sangkyu Kim
    Associate II
    August 15, 2017
    Posted on August 15, 2017 at 16:56

    Thanks Clive

    I don't know about pc based system.

    Do you explain more detail about your answer?

    Or is there any reference of programming?

    Tesla DeLorean
    Guru
    August 15, 2017
    Posted on August 15, 2017 at 17:40

    A native C/C++ compiler on your Linux/Windows PC. I use Microsoft Visual C

    Create a data set, and a framework to hold your processing code which can be feed with this data, and you can plot/analyze the output vs expectations.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..