Phase Inversion Detection: Difference between revisions

From OKOS Wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


==Phase Inversion with RTG Gates==
==Phase Inversion with RTG Gates==
 
[[File:RTGGate1.png|thumb|RTG Gate with Phase Inversion detected]]
An RTG Gate runs an algorithm to determine if a Phase Inversion occurs.  In summary, the gate checks that the following conditions are met:
An RTG Gate runs an algorithm to determine if a Phase Inversion occurs.  In summary, the gate checks that the following conditions are met:
* Absolute Peak Amplitude exceeds the Consider Threshold
* Absolute Peak Amplitude exceeds the Consider Threshold

Revision as of 11:46, 28 May 2025

Multiple methods can be used to determine if a Phase Inversion occurs within a sample. Phase inversion can indicate a problem such as delamination within a part.

Phase Inversion with RTG Gates

RTG Gate with Phase Inversion detected

An RTG Gate runs an algorithm to determine if a Phase Inversion occurs. In summary, the gate checks that the following conditions are met:

  • Absolute Peak Amplitude exceeds the Consider Threshold
  • No Negative Peak is found or a negative peak occurs after the Positive Peak
  • The Positive Peak crosses one or more Relative Threshold gates (the amplitude of which is determined by the absolute peak)

An RTG Gate has the following settings:

  1. Start
  2. Length
  3. Standard Threshold, any signal under the threshold is ignored. This behaves the same as any Data gate threshold.
  4. Consider threshold, usually set above the standard threshold: only if the APA exceeds this value will a Phase Inversion check occur)
  5. Relative Thresholds, numbered 1-3, these are set at Percentages of the APA, not as absolute thresholds. Therefore, the "absolute" threshold of these gates will vary with the peak amplitude. There will be two positive and one negative relative thresholds.


To run a Phase Inversion check, the algorithm proceeds as follows:

  1. did any signal exceed the standard Threshold? If not, stop.
  2. record the APA, PPA, NPA, THPP, THNP values in the gate.
  3. did the APA exceed the consider threshold? If not, stop.
  4. Phase Inversion Check:
    1. adjust the relative thresholds based on the APA, e.g. if the APA is at 80% FSH, and the negative relative threshold is set for -60%, the "working" relative threshold is 80 * -.6 = -48%
    2. does a signal cross the negative relative threshold before crossing the positive relative threshold? If so, stop.
    3. If there is no negative signal crossing the negative relative threshold or it occurs after the positive relative threshold, check the postive relative thresholds.
    4. Does the positive peak cross one or more of the positive relative thresholds? Then record as phased inverted, with the intensity being the maximum relative threshold crossed.