Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
a19db0b0
Commit
a19db0b0
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use of jupyter-notebook.
parent
eb2cf7d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#61689
passed
1 year ago
Stage: linting
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
applications/lofar2/model/readme_lofar2_model.txt
+18
-4
18 additions, 4 deletions
applications/lofar2/model/readme_lofar2_model.txt
doc/erko_howto_tools.txt
+4
-0
4 additions, 0 deletions
doc/erko_howto_tools.txt
with
22 additions
and
4 deletions
applications/lofar2/model/readme_lofar2_model.txt
+
18
−
4
View file @
a19db0b0
...
@@ -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:
...
@@ -27,7 +28,7 @@ References:
...
@@ -27,7 +28,7 @@ References:
coefficients is not available anymore (For Apertif Erko looked in old
coefficients is not available anymore (For Apertif Erko looked in old
repositories back to 2005 of Lofar software and Station firmware
repositories back to 2005 of Lofar software and Station firmware
but could not find it.)
but could not find it.)
- pfs_coeff_final.m [1]
- pfs_coeff_final.m [1]
creates Coefficient_16KKaiser.dat, but using e.g. meld shows that
creates Coefficient_16KKaiser.dat, but using e.g. meld shows that
these do differ slightly within +-40 from
these do differ slightly within +-40 from
...
@@ -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
- 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
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
4) LOFAR2.0
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.
- tb_tb_verify_pfb_wg.vhd, 2021 [4] : VHDL simulation of LOFAR1 PFB2 and APERTIF WPFB for LOFAR2.0
[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
This diff is collapsed.
Click to expand it.
doc/erko_howto_tools.txt
+
4
−
0
View file @
a19db0b0
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment