Commit b4ef8a595d29988514b22ffa15add5e6cfadf97e

Authored by Menouar AZIB
1 parent 62aa35e3
Exists in MAZ_FIX_9016

Change PSD to Magnitude^2

js/app/views/PlotComponents/plotFunction/FunctionType.js
... ... @@ -18,8 +18,8 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
18 18 avg: "AVG"
19 19 },
20 20 labels: {
21   - fft: "PSD: FFT",
22   - dft: "PSD: DFT",
  21 + fft: "FFT (Magnitude^2)",
  22 + dft: "DFT (Magnitude^2)",
23 23 sum: "SUM",
24 24 avg: "AVG"
25 25 }
... ...