From 72b4299277b3e80d059c10b93139bb45e7951c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Ferreira?= <121932120+jvictorferreira3301@users.noreply.github.com> Date: Fri, 31 May 2024 12:22:31 -0300 Subject: [PATCH] Update documentation --- src/MIMO/pds_telecom.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MIMO/pds_telecom.c b/src/MIMO/pds_telecom.c index c741aa2..01ab5e1 100644 --- a/src/MIMO/pds_telecom.c +++ b/src/MIMO/pds_telecom.c @@ -889,6 +889,8 @@ complexo ** rx_feq(complexo ** S, complexo ** xc, int Slinhas, int Scolunas, int * @param Nsymbol The total number of symbols in the signal. * * @note This function displays the statistics on the standard output and also writes them to a CSV file. + * Visualizations of these statistics can be viewed in the following Jupyter notebook: + * https://colab.research.google.com/github/lasseufpa/C_MIMO/blob/1-implement-command-line-parsing-for-antenna-or-similar-configuration-in-mimo-system-simulation/analyzer.ipynb */ void generate_statistics(int *s, int *finals, long int numBytes, int teste, int Nr, int Nt, double r, complexo **original_signal, complexo **received_signal, int Nstream, long int Nsymbol){ @@ -1251,4 +1253,4 @@ int main() { } fclose(fp); return 0; - } \ No newline at end of file + }