From f552e8269af6a273b6d8dcb8d7bd1493d4c9b3d1 Mon Sep 17 00:00:00 2001 From: anderssandstrom Date: Wed, 8 Apr 2020 20:53:26 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 28afd96..64b8078 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Example: ``` This plugin supports multiple loading. For each load of the plugin a new FFT object will be created. In order to access these plugins, from plc:s or EPICS records, they can be accessed by an index. The first FFT plugin will have index 0. The next loaded FFT plugin will have index 1... + Note: If another plugin is loaded in between this will have no affect on these FFT indexes (so the FFT index is _not_ the same as plugin index). ## Configuration @@ -86,20 +87,6 @@ Exmaple: 1024 ### APPLY_SCALE Apply scaling in order to get correct amplitude of fft. Disabled as default (lower cpu usage). -Exmaple: Enable### DC_REMOVE -Remove DC of input signal. Default is disabled. - -Exmaple: Enable -``` -"DC_REMOVE=1;APPLY_SCALE=1;NFFT=1024;DBG_PRINT=0;SOURCE=ax1.actpos;" -``` - -``` -"APPLY_SCALE=1;NFFT=1024;DBG_PRINT=0;SOURCE=ax1.actpos;" -``` -### APPLY_SCALE -Apply scaling in order to get correct amplitude of fft. Disabled as default (lower cpu usage). - Exmaple: Enable ``` "APPLY_SCALE=1;NFFT=1024;DBG_PRINT=0;SOURCE=ax1.actpos;"