Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvictorferreira3301 authored May 31, 2024
1 parent 4541c3a commit 72b4299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MIMO/pds_telecom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down Expand Up @@ -1251,4 +1253,4 @@ int main() {
}
fclose(fp);
return 0;
}
}

0 comments on commit 72b4299

Please sign in to comment.