From fea3c266fe74de5484d189fdc9bfa6b20225ba66 Mon Sep 17 00:00:00 2001 From: 0xCoto Date: Sat, 22 Feb 2020 04:50:41 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a04ad97..843b4b4 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ Using the frequency-hopping technique, we can synthesize a number of spectra, co ![alt text](https://i.imgur.com/lSlXbXq.png) -In `rfi_plotter.py`, these matrices ared defined as 2D numpy arrays at [line 29](https://github.com/0xCoto/VIRGO/blob/master/plot.py#L29). //EDIT MEEEEEEEEEEEEEEEEEEEEEEEE +In `rfi_plotter.py`, these matrices ared defined as 2D numpy arrays at [line 29](https://github.com/0xCoto/VIRGO/blob/master/plot.py#L29). /// ### Averaged Spectrum Derivation -If we average with respect to the frequency channels (`zmean = np.mean(a=z, axis=0)`), we get a new *1* × *2n* **row matrix** (or **row vector**), which is the averaged spectrum of the observation. This is defined at [line 39](https://github.com/0xCoto/VIRGO/blob/master/plot.py#L39) of `rfi_plotter.py`. //EDIT MEEEEEEEEEEEEEEEEEEEEEEEE +If we average with respect to the frequency channels (`zmean = np.mean(a=z, axis=0)`), we get a new *1* × *2n* **row matrix** (or **row vector**), which is the averaged spectrum of the observation. This is defined at [line 39](https://github.com/0xCoto/VIRGO/blob/master/plot.py#L39) of `rfi_plotter.py`. /// ## Installation To use **CygnusRFI**, make sure **[Python](https://www.python.org/) (Version 2.7)** and **[GNU Radio](https://wiki.gnuradio.org/index.php/InstallingGR)** (with **[gr-osmosdr](https://osmocom.org/projects/gr-osmosdr/wiki)**) are installed on your machine.