Other Parts Discussed in Thread: ADC12D1600
Hi,
I am working on a MATLAB script for processing captures from an ADC12D1600. We currently use WaveVision to process the data so ideally my script would return results that are identical to the results in WaveVision. I found some MATLAB source for WaveVision in the already answered question here:
https://e2e.ti.com/support/data_converters/high_speed_data_converters/f/68/t/526257
This has been extremely helpful as my script is returning identical results for a rectangular window. I would like to be able to use the Blackman-Harris window for my data but the source code seems to only show the window vectors for rectangular and 4/6/11-term (in windowedDFT.m file). Could you provide with window vector you used for the Blackman-Harris window? I have the signal processing toolkit for MATLAB so I can create the window using the blackmanharris(N) function but this gives slightly different results than what WaveVision gives. I am guess that it is just due to some rounding in accuracy of the window vector.