FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Missing data in formula with envelope curve

Page d'accueil ' Communauté ' FPScript ' Données manquantes dans la formule avec courbe d'enveloppe

  • Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par Anonyme, le il y a 13 années et 9 mois.
Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #33485
    Anonyme
    Invité

    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

    #33487
    Anonyme
    Invité

    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

    #33486
    Bernhard Kantz
    Participant

    You 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)

    support@weisang.com

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.