Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

extract data from data set

Status
Not open for further replies.

JohannesRaphael

Mechanical
Joined
Jun 28, 2004
Messages
2
Location
DE
Hi there,

i need to get a calibration data set of 100 steps.
therefor i get data for each temperature level ... so a stairs-function.
i know the length (1200seconds) and the min-max level 0.1

so how can i extract these data segments from the original data?

i tried the following ... doesn´t work!

for i = 1:Nsk;
if (abs(Mitte(i,1)-Mitte(i+1,1)) <= 0.1) & (abs(Mitte(i,1)-Mitte(i+1200,1)) <= 0.1)
pass1(i) = SK(i);
end;
end;

also with derivatives it´s hard - coz i don't really have maybe the right conditions

cheers JR
 
Hi Johannes:
Could you please send an example with more explanation
-- perhaps German text may help, too, 30 yrs ago
I spoke it...

<nbucska@pcperipherals DOT com> subj: eng-tips
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top