Skip to content

Commit

Permalink
Fix to spectral analysis tutorial page in windowing doc page (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthPagadarai authored Dec 2, 2024
1 parent 96fde4f commit 1cc71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/spectral_analysis_ssb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Windowing and Single Side Bins
In this tutorial, we study a common scenario that arises when spectral analysis is compromised due to _leakage_. We will then look at two ways to address this problem: applying a non-rectangular window function before computing the FFT and appropriately configuring the number of _single side bins_ within Genalyzer. The waveform we analyze will be a ``375 KHz`` complex sinusoidal tone sampled at ``4 MSPS``. The only impairment in this waveform will be quantization noise. At the end of this tutorial, the reader will have gained an understanding on how to select the number of _single side bins_ for the signal _component_ in a _test_, in order to compute performance metrics such as SFDR, FSNR, SNR, NSD etc. This tutorial follows the discussion on [spectral analysis](#spectral-analysis). So, please read that page first to become familiar with the workflow of Genalyzer.
In this tutorial, we study a common scenario that arises when spectral analysis is compromised due to _leakage_. We will then look at two ways to address this problem: applying a non-rectangular window function before computing the FFT and appropriately configuring the number of _single side bins_ within Genalyzer. The waveform we analyze will be a ``375 KHz`` complex sinusoidal tone sampled at ``4 MSPS``. The only impairment in this waveform will be quantization noise. At the end of this tutorial, the reader will have gained an understanding on how to select the number of _single side bins_ for the signal _component_ in a _test_, in order to compute performance metrics such as SFDR, FSNR, SNR, NSD etc. This tutorial follows the discussion on [spectral analysis](https://analogdevicesinc.github.io/genalyzer/master/spectral_analysis.html). So, please read that page first to become familiar with the workflow of Genalyzer.

To recap, we follow a three-stage workflow in Genalyzer as shown below.
```{eval-rst}
Expand Down

0 comments on commit 1cc71b5

Please sign in to comment.