Tx Streaming using Script Block to read own recorded baseband IQ Data
Quote from STIW on 09/07/2024, 08:09Hello,
I have a baseband signal that I want to transmit using Spectran-V6 TX.
Reading through Spectran-V6-tx-Streaming.pdf file, can I use "Tx Streaming using Script Block" method to achieve this transmission? Can I modify the script to read in the data that I have recorded and use IQ-Modulator to send to Spectran-V6-TX for transmission? What is the script language?
Thank you.
Hello,
I have a baseband signal that I want to transmit using Spectran-V6 TX.
Reading through Spectran-V6-tx-Streaming.pdf file, can I use "Tx Streaming using Script Block" method to achieve this transmission? Can I modify the script to read in the data that I have recorded and use IQ-Modulator to send to Spectran-V6-TX for transmission? What is the script language?
Thank you.
Quote from AdminTC on 09/07/2024, 08:16All needed documentation is shown within this thread: https://v6-forum.aaronia.de/forum/topic/rtsa-suite-pro-java-script-support/
All needed documentation is shown within this thread: https://v6-forum.aaronia.de/forum/topic/rtsa-suite-pro-java-script-support/
Quote from STIW on 09/07/2024, 08:26Hello,
I looked through the JSIQA-JavaScript-IQ-Analyzer-v11738.pdf but can't find the datatype Cplx32Array. Is there a sample code that I can look through?
Thank you.
Hello,
I looked through the JSIQA-JavaScript-IQ-Analyzer-v11738.pdf but can't find the datatype Cplx32Array. Is there a sample code that I can look through?
Thank you.
Quote from STIW on 09/07/2024, 08:43Hello,
Correct me if I am wrong:
- I can use File System – “fs.js” to read the IQ file in the complex array sample
- Then I create the packet according to above with {samples: sample}
- I use DSP.Stream.sendPacket to send the packet. Qn : Do I need to specify the antenna object?
Are there any points that I need to consider like the time? How do I get the streamTime? Is it at the time I read the data and call timer()?
Thank you.
Hello,
Correct me if I am wrong:
- I can use File System – “fs.js” to read the IQ file in the complex array sample
- Then I create the packet according to above with {samples: sample}
- I use DSP.Stream.sendPacket to send the packet. Qn : Do I need to specify the antenna object?
Are there any points that I need to consider like the time? How do I get the streamTime? Is it at the time I read the data and call timer()?
Thank you.