Click here to Skip to main content
16,004,828 members
Home / Discussions / C#
   

C#

 
AnswerRe: Best way for windows application with good performance , SQL & Oracle support? [modified] Pin
PIEBALDconsult24-Apr-10 6:42
mvePIEBALDconsult24-Apr-10 6:42 
Questionproblem with MSCHART spline graph! [modified] Pin
alibaba88s24-Apr-10 2:29
alibaba88s24-Apr-10 2:29 
AnswerRe: problem with MSCHART spline graph! Pin
Luc Pattyn24-Apr-10 2:57
sitebuilderLuc Pattyn24-Apr-10 2:57 
GeneralRe: problem with MSCHART spline graph! [modified] Pin
alibaba88s24-Apr-10 3:00
alibaba88s24-Apr-10 3:00 
GeneralRe: problem with MSCHART spline graph! Pin
Luc Pattyn24-Apr-10 3:08
sitebuilderLuc Pattyn24-Apr-10 3:08 
GeneralRe: problem with MSCHART spline graph! Pin
alibaba88s24-Apr-10 3:37
alibaba88s24-Apr-10 3:37 
GeneralRe: problem with MSCHART spline graph! Pin
alibaba88s24-Apr-10 3:41
alibaba88s24-Apr-10 3:41 
GeneralRe: problem with MSCHART spline graph! Pin
Luc Pattyn24-Apr-10 3:57
sitebuilderLuc Pattyn24-Apr-10 3:57 
1. you would have to tell a lot more about the system. Are you getting the acceleration values in real-time? or just post-processing them? what is the interface? what is the fastest you could get them?

2.
you should use actual time, not estimated time; your code implies time moves linearly from one sample to the next; there will be deviations that may throw you off. So measure and store Windows time for each sample you get, and use the time deltas in your math.

3.
numeric integration is a research topic, far beyond the scope of a forum like this one. when you have a sufficient number of samples (i.e. when the first and second derivative of your inputs are small) then all is fine whatever you do; when values change rapidly, forward integration is the worst you can do. You might apply the average of current acceleration and previous acc as a first-order improvement.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


GeneralRe: problem with MSCHART spline graph! [modified] Pin
alibaba88s24-Apr-10 4:06
alibaba88s24-Apr-10 4:06 
GeneralRe: problem with MSCHART spline graph! Pin
Luc Pattyn24-Apr-10 4:15
sitebuilderLuc Pattyn24-Apr-10 4:15 
GeneralRe: problem with MSCHART spline graph! Pin
alibaba88s24-Apr-10 4:25
alibaba88s24-Apr-10 4:25 
GeneralRe: problem with MSCHART spline graph! Pin
Luc Pattyn24-Apr-10 5:05
sitebuilderLuc Pattyn24-Apr-10 5:05 
GeneralRe: problem with MSCHART spline graph! Pin
alibaba88s24-Apr-10 5:28
alibaba88s24-Apr-10 5:28 
QuestionString manipulation Pin
Tichaona J24-Apr-10 1:27
Tichaona J24-Apr-10 1:27 
AnswerRe: String manipulation Pin
Luc Pattyn24-Apr-10 1:41
sitebuilderLuc Pattyn24-Apr-10 1:41 
AnswerRe: String manipulation Pin
Estys24-Apr-10 1:45
Estys24-Apr-10 1:45 
AnswerRe: String manipulation Pin
Md. Marufuzzaman24-Apr-10 1:46
professionalMd. Marufuzzaman24-Apr-10 1:46 
GeneralRe: String manipulation Pin
Tichaona J24-Apr-10 1:50
Tichaona J24-Apr-10 1:50 
AnswerRe: String manipulation Pin
jaypatel51224-Apr-10 20:14
jaypatel51224-Apr-10 20:14 
QuestionHow to filter report programmatically Pin
Ahmed Khallaf23-Apr-10 23:21
Ahmed Khallaf23-Apr-10 23:21 
AnswerRe: How to filter report programmatically Pin
Md. Marufuzzaman24-Apr-10 1:24
professionalMd. Marufuzzaman24-Apr-10 1:24 
QuestionStack overflow problem. Pin
spainchaud23-Apr-10 18:32
spainchaud23-Apr-10 18:32 
AnswerRe: Stack overflow problem. Pin
#realJSOP24-Apr-10 0:47
professional#realJSOP24-Apr-10 0:47 
GeneralRe: Stack overflow problem. Pin
PIEBALDconsult24-Apr-10 4:29
mvePIEBALDconsult24-Apr-10 4:29 
GeneralRe: Stack overflow problem. Pin
dybs24-Apr-10 6:28
dybs24-Apr-10 6:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.