Spectran V6 - Spectra 1 output data means
Quote from joedalton on 02/05/2024, 12:04I would like to take spectra data from SPECTRAN V6 block by HTTP Server. When I look JSON response, I see lots of samples array. What are their means ? Which sample array is correct ? Or are they part of my sample (samples[0],samples[1],samples[2],samples[3])? (for example : I look 400MHz - 500MHz and they are -> 400-425, 425-450, 450,475, 475-500 ? )
I would like to take spectra data from SPECTRAN V6 block by HTTP Server. When I look JSON response, I see lots of samples array. What are their means ? Which sample array is correct ? Or are they part of my sample (samples[0],samples[1],samples[2],samples[3])? (for example : I look 400MHz - 500MHz and they are -> 400-425, 425-450, 450,475, 475-500 ? )
Quote from mm_dev on 02/05/2024, 14:25Each element of the "samples" array contains data of the full frequency band (the number of values is the value of "samplesize"). They are just all put into one packet to reduce processing overhead. The number of elements in the "samples" array can vary based on settings.
Each element of the "samples" array contains data of the full frequency band (the number of values is the value of "samplesize"). They are just all put into one packet to reduce processing overhead. The number of elements in the "samples" array can vary based on settings.