Skip to content
Snippets Groups Projects
Commit a19db0b0 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use of jupyter-notebook.

parent eb2cf7d8
Branches
No related tags found
No related merge requests found
Pipeline #61689 passed
...@@ -5,7 +5,8 @@ Contents: ...@@ -5,7 +5,8 @@ Contents:
1) Original LOFAR1 scripts from FilterTaskForce.zip [1] 1) Original LOFAR1 scripts from FilterTaskForce.zip [1]
2) Original LOFAR1 documents 2) Original LOFAR1 documents
3) Copied from APERTIF [3] 3) Copied from APERTIF [3]
4) LOFAR2.0 4) LOFAR2.0 PFB in VHDL
5) LOFAR2.0 Python notebooks for quantization and statistics
References: References:
...@@ -58,7 +59,20 @@ APERTIF uses the same PFB FIR coefficients as LOFAR1. ...@@ -58,7 +59,20 @@ APERTIF uses the same PFB FIR coefficients as LOFAR1.
time and frequency domain, and optionally calls pfir_coeff_dc_adjust.m time and frequency domain, and optionally calls pfir_coeff_dc_adjust.m
4) LOFAR2.0 PFB in VHDL
4) LOFAR2.0 - tb_tb_verify_pfb_wg.vhd, 2021 [4] : VHDL simulation of LOFAR1 PFB2 (pfb2_unit.vhd) and APERTIF WPFB
(wpfb_unit_dev.vhd) for LOFAR2.0
- tb_tb_verify_pfb_wg.vhd, 2021 [4] : VHDL simulation of LOFAR1 PFB2 and APERTIF WPFB for LOFAR2.0
5) LOFAR2.0 Python notebooks for quantization and statistics
- lofar2_station_sdp_firmware_model.ipynb: SDP FW quantization levels
- signal_statistics.ipynb: SNR improvement for beamformer, correlator and powers
The notebook results are used in [1]. Start Jupyter notebook kernel with:
> jupyter-notebook &
and then navigate to the notebook script in the browser and open it.
The results of the ipynb runs are stored as html files with the same name.
[1] "L4 SDPFW Decision: LOFAR2.0 SDP Firmware Quantization Model", https://support.astron.nl/confluence/pages/viewpage.action?spaceKey=L2M&title=L4+SDPFW+Decision%3A+LOFAR2.0+SDP+Firmware+Quantization+Model
...@@ -1472,6 +1472,10 @@ https://www.dataquest.io/blog/advanced-jupyter-notebooks-tutorial/ ...@@ -1472,6 +1472,10 @@ https://www.dataquest.io/blog/advanced-jupyter-notebooks-tutorial/
uses Markdown uses Markdown
Start Jupyter notebook kernel for LOFAR2 quantization and statistics models with:
> jupyter-notebook &
and then navigate to the notebook script in the browser and open it.
Startup with: Startup with:
> jupyter-lab # lab is new, > jupyter-lab # lab is new,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment