Difference between revisions of "NVGate Operator"

From OROS Wiki
Jump to navigation Jump to search
Line 5: Line 5:


You can access operators on a graphical result using a right click:<br>
You can access operators on a graphical result using a right click:<br>
[[File:operator.png|framed|none]]
[[File:operator.png|600px]]
<br>
<br>


* '''Arithmetic average: '''This dialog box is designed to create a new result which is the arithmetic average of several results. This average can be calculated only for results that are in the same window. They must also have the same x-Axis definition.
* '''Arithmetic average: '''This dialog box is designed to create a new result which is the arithmetic average of several results. This average can be calculated only for results that are in the same window. They must also have the same x-Axis definition.


[[Image:Display_Graphs_Traces_47.png|framed|none]]
[[Image:Display_Graphs_Traces_47.png|600px]]


The formula of the calculated result is:<br>
The formula of the calculated result is:<br>
Line 18: Line 18:


To set the C_i coefficient, fill in the "Coef" value and then add one or several results with the following button  
To set the C_i coefficient, fill in the "Coef" value and then add one or several results with the following button  
[[Image:Display_Graphs_Traces_52.jpg|framed|none]]
[[Image:Display_Graphs_Traces_52.jpg|600px]]


To set the Q coefficient, add up all results, check the box below "Operation result", and enter the value.
To set the Q coefficient, add up all results, check the box below "Operation result", and enter the value.
Line 39: Line 39:
* '''Linear comparison: '''This dialog box is designed to create a new result, which is the comparison of 2 results. This operation can be calculated only for results that are in the same window. They must also have the same x-Axis definition.
* '''Linear comparison: '''This dialog box is designed to create a new result, which is the comparison of 2 results. This operation can be calculated only for results that are in the same window. They must also have the same x-Axis definition.


[[Image:Display_Graphs_Traces_59.png|framed|none]]
[[Image:Display_Graphs_Traces_59.png|600px]]


The formula of the calculated result is:
The formula of the calculated result is:
Line 49: Line 49:
* '''dB comparison: '''This dialog box is designed to create a new result, which is the comparison of two results. The comparison is made so that the result shows the difference between the two results in dB. It corresponds to the calculation of the ratio between the two results. This operation can be performed only on results that are in the same window. They must also have the same x-Axis definition.
* '''dB comparison: '''This dialog box is designed to create a new result, which is the comparison of two results. The comparison is made so that the result shows the difference between the two results in dB. It corresponds to the calculation of the ratio between the two results. This operation can be performed only on results that are in the same window. They must also have the same x-Axis definition.


[[Image:Display_Graphs_Traces_61.png|framed|none]]
[[Image:Display_Graphs_Traces_61.png|600px]]


The formula of the calculated result is:
The formula of the calculated result is:

Revision as of 11:31, 19 September 2024

For time signal operator, check: virtual input plug in.

Operators

Operators are used to perform calculations using various results. All kind of operators (Arithmetic average, Quadratic average, Linear comparison or dB comparison) are available for any type of results.

You can access operators on a graphical result using a right click:
Operator.png

  • Arithmetic average: This dialog box is designed to create a new result which is the arithmetic average of several results. This average can be calculated only for results that are in the same window. They must also have the same x-Axis definition.

Display Graphs Traces 47.png

The formula of the calculated result is:
Average_Result = Q * (C1 Result_1 + C2 Result_2 + ... + Cn Result_n)

The default values of C1, C2...Cn are 1 and the default value of Q is (C1+C2+...+Cn)/n, but all these coefficients can be modified.

To set the C_i coefficient, fill in the "Coef" value and then add one or several results with the following button Display Graphs Traces 52.jpg

To set the Q coefficient, add up all results, check the box below "Operation result", and enter the value.

  • Quadratic average: This dialog box is designed to create a new result, which is the quadratic average of several results. This average can be calculated only for results that are in the same window. They must also have the same x-Axis definition.
Display Graphs Traces 53.png

The formula of the calculated result is:

'Comp_Result = Q *[(C1 Result_1² + C2 Result_2² + ... + Cn Result_n²)]½)

The default values of C1, C2...Cn are 1 and the default value of Q is 1, but all these coefficients can be modified.

To set the C_i coefficient, fill in the "Coef" value and then add one or several results with the following button

Display Graphs Traces 58.jpg

To set the Q coefficient, add up all your result, check the box below "Operation result", and enter the value.


  • Linear comparison: This dialog box is designed to create a new result, which is the comparison of 2 results. This operation can be calculated only for results that are in the same window. They must also have the same x-Axis definition.

Display Graphs Traces 59.png

The formula of the calculated result is:

Comp_Result = Q *(Result_1 - Result_2)

The default value of Q is 1, but all of these coefficients can be modified.

  • dB comparison: This dialog box is designed to create a new result, which is the comparison of two results. The comparison is made so that the result shows the difference between the two results in dB. It corresponds to the calculation of the ratio between the two results. This operation can be performed only on results that are in the same window. They must also have the same x-Axis definition.

Display Graphs Traces 61.png

The formula of the calculated result is:

Comp_Result = Q *(Result_1/Result_2)

The default value of Q is 1, but all of these coefficients can be modified.