Topic
Missing data in formula with envelope curve
Startseite ' Community ' FPScript ' Missing data in formula with envelope curve
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 13 Jahren, 9 Monaten von Anonym aktualisiert.
-
AutorBeiträge
-
23.08.2011 um 10:44 Uhr #33485AnonymGast
Hello all,
with two formulas i calculate the upper and lower envelopes.
Both envelopes have X-axis from 0-60 sec, but different number of values ??(372 and 349 points).
In a other formula I subtract (UpperEnvelope – Lower Envelope)
Surprisingly, this result has only a length of 0-55sec and 349 points.Why do I lose this data, respectively 5sec of time?
How can I force the calculation to consider all points?Thank you for your feedback
23.08.2011 um 10:44 Uhr #33487AnonymGastHello all,
with two formulas i calculate the upper and lower envelopes.
Both envelopes have X-axis from 0-60 sec, but different number of values ??(372 and 349 points).
In a other formula I subtract (UpperEnvelope – Lower Envelope)
Surprisingly, this result has only a length of 0-55sec and 349 points.Why do I lose this data, respectively 5sec of time?
How can I force the calculation to consider all points?Thank you for your feedback
23.08.2011 um 12:14 Uhr #33486Bernhard KantzTeilnehmerYou have to resample one of your signals using the [b]Sample[/b]-function.
Example:
1. formula Upper: UpperEnvelope(Signal)
2. formula Lower: LowerEnvelope(Signal)
3. formula Diff: Upper – Sample(Lower, Upper.x) -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.