Skip to content

DFTandSpectralWindow improvement#598

Merged
dbenn merged 1 commit into
masterfrom
597-dft-and-spectral-window-ext
May 8, 2026
Merged

DFTandSpectralWindow improvement#598
dbenn merged 1 commit into
masterfrom
597-dft-and-spectral-window-ext

Conversation

@mpyat2
Copy link
Copy Markdown
Collaborator

@mpyat2 mpyat2 commented May 8, 2026

  1. While calculating trigonometric functions (sin, cos), the time interval is centered to reduce possible numerical instability.
  2. The near-zero frequency cutoff takes into account the number of harmonics used to calculate the periodogram in multi-harmonic mode.
  3. The "Recommended Resolution" button sets the resolution to 0.05 / timeSpan / harmonicCount. In the frequency domain, FWHM ~ 1 / (timeSpan × harmonicCount), meaning there will be approximately 20 points across the peak top.

@mpyat2 mpyat2 requested a review from dbenn May 8, 2026 10:57
@mpyat2 mpyat2 self-assigned this May 8, 2026
@mpyat2 mpyat2 added enhancement New feature or request plug-in Plug-in Development labels May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Plugin Unit Tests

All tests passed (Java 17)

Metric Value
Tests 1
Passed 1
Failures 0
Errors 0

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

VStar Unit Tests

All tests passed (Java 17)

Metric Value
Tests 879
Passed 879
Failures 0
Errors 0

@github-project-automation github-project-automation Bot moved this from To do to In progress in VStar Development Issues May 8, 2026
@dbenn dbenn merged commit ba3623a into master May 8, 2026
20 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in VStar Development Issues May 8, 2026
@dbenn dbenn deleted the 597-dft-and-spectral-window-ext branch May 8, 2026 16:05
@dbenn dbenn linked an issue May 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request plug-in Plug-in Development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DFTandSpectralWindow improvement

2 participants