mirror of
https://github.com/JefferyLi0903/MMC.git
synced 2025-01-22 10:22:53 +08:00
11 lines
249 B
Mathematica
11 lines
249 B
Mathematica
|
load RSSI_Scan.mat;
|
||
|
figure(1);
|
||
|
plot(linspace(87.02,108,1050),Dec_list);
|
||
|
title('RSSI Dec_list')
|
||
|
xlabel('Frequency(KHz)')
|
||
|
ylabel('RSSI')
|
||
|
figure(2);
|
||
|
plot(linspace(87.02,108,1050),Log_list);
|
||
|
title('RSSI Log_list')
|
||
|
xlabel('Frequency(KHz)')
|
||
|
ylabel('RSSI')
|