cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

same sheet needed

djs-disabled
1-Newbie

same sheet needed

I have the same question: Allan variance of table data - gyro signal output (angular rate from time, see attach) needed. Does anyone have?
Pavel
3 REPLIES 3

On 3/24/2009 4:11:49 AM, djs wrote:
>I have the same question:
>Allan variance of table data -
>gyro signal output (angular
>rate from time, see attach)
>needed. Does anyone have?
>Pavel

Pavel,

The same questions as who?
And what exactly do you need?

Luc

P.S.
You have two (similar)posts, I can't tell the differnce. If you want to make a change to a post, just edit it. If you do not need it anymore please delete it to keep the forum tidy.

Sorry, I'm a newbie on this forum. I have clicked (twice!) the "Post New Topic" instead of "Reply to" in topic [http://collab.mathsoft.com/read?74133,8].

Anyway, my problem is mentioned above. We have a data array "signal - time". It is required to make Allan variance of this signal.
PhilipOakley
5-Regular Member
(To:djs-disabled)

You will (probably) need to do two things to read in the data.
1. remove the header line and the vertical bar characters from the text file
2. look up how to use READPRN to get the rew data into a matrix

and
3. use the column select operator to extract the time and anular velocity lists into separate vectors for doing the calculations.

I haven't checked what calculation Stuart's programme does. But I presume it starts with the data at that point.

You may need to add some more pre-processing of the data to allow the Allan variance http://en.wikipedia.org/wiki/Allan_variance to be calculated.

Philip Oakley
Top Tags