This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AFE7950EVM:将 Matlab 与 TSW14J58EVM + AFE7950EVM 集成

Guru**** 2747405 points

Other Parts Discussed in Thread: TSW14J58EVM, AFE7950EVM

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/rf-microwave-group/rf-microwave/f/rf-microwave-forum/1589451/afe7950evm-integrating-matlab-with-the-tsw14j58evm-afe7950evm

器件型号: AFE7950EVM
主题中讨论的其他器件: TSW14J58EVM

您好、

我们已将 SDR 设置为 AFE7950EVM 和 TSW14J58EVM。  

我们希望在 Matlab 中生成复数 IQ 基带信号、然后使用 AFE7950EVM 发送信号、而无需将样本保存在.csv 文件中。 我知道、可以使用 JTAG 连接实现 SDR 数据传输的直接 Matlab。

 

请让我们知道该怎么做

 

谢谢你

 

此致  

Manoj

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Manoj:

    请参阅下面的参考代码、以加载自定义波形。

    ##Send Custom Complex Data to the TX channels
    #The function below can be used to send a custom waveform. The waveform.csv file should have two columns of data, one for I data and the other for Q data, separated by a comma. And the number of IQ pairs (complex samples) must be a multiple of 24.
    setupParams.FPGA.sendCustomComplexData(0,r'C:\Users\UserName\Documents\waveform.csv')

    此致、

    David

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、David、谢谢。 它是有效的。