Commit cd62b52
* 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 <[email protected]>
* 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 <[email protected]>
* Code style improvement
Co-authored-by: Mark Haslinghuis <[email protected]>
* Code style improvement
* Added checking for missing samples segment data
Co-authored-by: Mark Haslinghuis <[email protected]>
* Code style improvement
Co-authored-by: Mark Haslinghuis <[email protected]>
* 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 <[email protected]>
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent 20cec88 commit cd62b52
File tree
4 files changed
+260
-14
lines changed- src
4 files changed
+260
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
| 462 | + | |
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
190 | 199 | | |
191 | 200 | | |
192 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
109 | 136 | | |
110 | 137 | | |
111 | 138 | | |
| |||
283 | 310 | | |
284 | 311 | | |
285 | 312 | | |
286 | | - | |
| 313 | + | |
287 | 314 | | |
288 | 315 | | |
289 | 316 | | |
| |||
293 | 320 | | |
294 | 321 | | |
295 | 322 | | |
296 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
297 | 328 | | |
298 | 329 | | |
299 | 330 | | |
| |||
485 | 516 | | |
486 | 517 | | |
487 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
0 commit comments