You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Power Spectral Density curves at the spectrum chart (Completion of #820 PR) (#826)
* Added computing of PSD - Power Spectral Density for spectrum chart
* Added PSD curves at spectrum chart
* Removed redundant check TODO code
* Code issues are resolved
* PSD caption is edited in index.html
Co-authored-by: MikeNomatter <mikhail-turicyn@yandex.ru>
* Removed non execute condition. The FFT output is allways even value
* Powers scale computing code refactoring
* Draw the all points of PSD data
* Resolved issue of magnitude computing
* Added vertical grid lines
* Added grid with db value captions
* The PSD Y axises range is alligned by value 10db/Hz
* Added setup points per segment by using vertical slider (Y-scale slider)
* maximal num per segment count value is limited by data samples count
* The names variable are changed to JS code style
* Added the maximal noise frequency label
* The 'Max motor noise' label is renamed to 'Max noise'
* Added mouse marker at the PSD chart
* Zeroes frequency magnitudes removed from curves min-max range
* Decreased spectrums charts plot transparent
* Code style improvement
* Max noise definition low frequency limit is changed from 100Hz to 50Hz for PSD chart
* Added horizont mouse position marker line at PSD chart
* The max noise label is shifted down at PSD chart
* The PSD chart updates immediately after Y scale sliders change
* PSD unit label is changed at dBm/Hz
* The minimum PSD value is set as -70dBm
* Code style improvement
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* Code style improvement
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* Code style improvement
* Added checking for missing samples segment data
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* Code style improvement
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
* Resolved wrong variable name
* Resolved missing coma
* Resolved "for" loop condition issue, when num per segment value is equal samples count
* Code style improvement
---------
Co-authored-by: MikeNomatter <mikhail-turicyn@yandex.ru>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
0 commit comments