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.

MMWCAS-RF-EVM: radar_cascade_demo.m 显示不出结果

Part Number: MMWCAS-RF-EVM

如图,我可以确认我的ip地址和mac地址没有写错。 代码如下:

close all;clear all; clc;

RangeDepthInMeters=15;

tgt_ip_addr='192.168.1.200';

host_ip_addr='192.168.1.30';

host_mac_address='00-E0-99-00-0B-6E';

platform='TI';

range_depth=RangeDepthInMeters;

profileNum='1'; %MIMO

radar_cascade_demo(tgt_ip_addr, host_ip_addr, host_mac_address, platform, range_depth, profileNum);