Hello Mathias
Unfortunately Tektronix is not documenting officially a specific formula to compute the Total Record Length required in order to get a full Jitter Decomposition with a Single Deep Memory Waveform Acquisition.
But based on experimentation in order to compute the Record Length to achieve SPECTRAL+BUJ Jitter Decomposition in ARBITRARY MODE with a Window of 24UI with Constant FREQUENCY Clock Recovery Algorithm the practical Algoryhtm is:
JitterDecompositionRecordLength=(minAnalyzedUI/Data-Rate)xSampleRate with minAnalyzedUI=2.1E6
The 2.1E6 value was initially found empirically but eventually got its explanation with the following formula (Thank you Mark.G)
minAnalyzedUI = 2^ceil(log2(minBujUI * 6))
With default DPOJET minBUJ UIs of 200k (in DPOJET Preferences), this translate to a Need to Capture 2097152 UIs (2.1e6 UIs)
Exemple1
Sample Rate= 100GSa/s
Datarate=1Gb/s
Pattern= PRBS23=32767 bits
JitterDecompositionRecordLength=(2.1E6/1E9)x100E9=210MPts
If you use the same Formula with PERIODIC MODE, you will get a DPOJET Warning about not getting enough pattern repeat but DPOJET will still Provide the results based on ARBITRARY MODE analysis (so It is advised to set the ARBITRARY Analysis window to 24UI)
if you want to absolutely get the result of PATTERN MODE Jitter decomposition, the Record Length might become Very High and is dependant on the PRBS/PATTERN Length transmitted by DUT
Jitter DecompositionRecordLength=(101xPatternLength/Datarate)xSampleRate
Exemple2
Sample Rate= 100GSa/s
Datarate=1Gb/s
Pattern= PRBS23=32767 bits
JitterDecompositionRecordLength=331MPts
Also, as discussed, if You use a PLL Clock Recovery Algorithm, you will need to compute DPOJET BLANKING TIME (PLL Lock Time)
by default DPOJET use a BLANKING TIME of 4/FPLL (FPLL beeing the bandwidth of the PLL)
So the Additional RecordLength to account for the PLL Blanking Time is:
BlankingTImeRecordLength= (4/FPLL)xSamplingRate
You will add the JitterDecomposition Min Record Length with the BlankingTImeRecordLength to get the required Total Record Length required in order to get Jitter Decomposition with a Single Waveform Acquisition
Kind regards
Pascal