This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

to convert acceleration into velocity

Other Parts Discussed in Thread: TMS320C6748

I want to convert acceleration into velocity using TMS320C6748. Please provide me the algo for the same.

regards

Sachin

  • Sachin,

    Is not the equation v = integral ( a )?

    In discrete terms, would you not use v[t+1] = v[t] + a[t] ?

    Am I missing something from what you are requesting?

    Regards,
    RandyP

  • how to perform integral operation in c with tms320c6748 dsp.

    Sachin

  • Sachin,

    Are you asking how to perform v[t+1] = v[t] + a[t] in C code? Or do you disagree with that as the equation for integration.

    For some applications, I am sure you could make the integral much more complicated with oversampling and averaging and interpolation. What do you find for discrete math implementations of an integral function when you search the Internet for this?

    The C6748 implementation would simply be compiling the C code and handling your I/O. So I feel like I am missing something from your question. If this does not answer your question, I will let someone else address your clarification; if this does answer your question, please mark the closest post with the Verify Answer button.

    Regards,
    RandyP

  • I want to get the c code for converting acceleration into velocity.

    regards

    Sachin