Forum
Please or Register to create posts and topics.

Spectran V6 - Spectra 1 output data means

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 ? )

 

 

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.

joedalton has reacted to this post.
joedalton

thank you so much