mirror of
https://github.com/JefferyLi0903/MMC.git
synced 2025-02-06 10:28:22 +08:00
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
load RSSI_Scan.mat;
|
|
figure(1);
|
|
plot(linspace(87.02,107.98,1050),Dec_list);
|
|
title('RSSI Dec_list')
|
|
xlabel('Frequency(KHz)')
|
|
ylabel('RSSI')
|
|
figure(2);
|
|
plot(Log_list);
|
|
title('RSSI evaluation centered of real station channel')
|
|
xlabel('Frequency(KHz)')
|
|
ylabel('RSSI') |