Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
926e6183
Commit
926e6183
authored
12 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #3696: Improved BeamFormer annotation
parent
91e3b091
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RTCP/CNProc/src/BeamFormer.h
+6
-6
6 additions, 6 deletions
RTCP/CNProc/src/BeamFormer.h
with
6 additions
and
6 deletions
RTCP/CNProc/src/BeamFormer.h
+
6
−
6
View file @
926e6183
...
@@ -22,8 +22,8 @@ namespace RTCP {
...
@@ -22,8 +22,8 @@ namespace RTCP {
This beam former supports three modes:
This beam former supports three modes:
1) merging stations,
as indicated by the station2BeamFormedStation array
.
1) merging stations,
using the mergeStations function
.
2) creating
pencil beams, as indicated by the nrPencilBeams and metaData parameters
.
2) creating
tied-array beams (TABs), using the formBeams function
.
3) creating a 'fly's eye', which is a variation on mode 2, except
3) creating a 'fly's eye', which is a variation on mode 2, except
that each station creates its own beam (i.e. the data is copied).
that each station creates its own beam (i.e. the data is copied).
...
@@ -34,11 +34,11 @@ namespace RTCP {
...
@@ -34,11 +34,11 @@ namespace RTCP {
source -> dest of length nrStations. Multiple sources with the same dest are added and stored at dest.
source -> dest of length nrStations. Multiple sources with the same dest are added and stored at dest.
If the station2BeamFormedStation array is empty, source and dest are mapped 1:1 and no stations are merged.
If the station2BeamFormedStation array is empty, source and dest are mapped 1:1 and no stations are merged.
Creating
pencil
beams
Creating
tied-array
beams
-------------------------
-------------------------
Pencil beams are created by specifying their number as nr
PencilBeams upon constru
ction, and by the
Pencil beams are created by specifying their number as nr
Beams in the formBeams fun
ction, and by the
delays as provided by the metaData given to formBeams. If nr
PencilBeam
s = 0, the target data structure
delays as provided by the metaData given to formBeams. If nr
TAB
s = 0, the target data structure
remains untouched.
remains untouched.
*/
*/
...
@@ -68,7 +68,7 @@ class BeamFormer
...
@@ -68,7 +68,7 @@ class BeamFormer
// return the station mapping
// return the station mapping
std
::
vector
<
unsigned
>
&
getStationMapping
();
std
::
vector
<
unsigned
>
&
getStationMapping
();
Matrix
<
double
>
itsDelays
;
// [itsNrStations][
itsNrPencilBeams
]
Matrix
<
double
>
itsDelays
;
// [itsNrStations][
BEST_NRBEAMS
]
private:
private:
unsigned
calcNrBeamFormedStations
();
unsigned
calcNrBeamFormedStations
();
Matrix
<
std
::
vector
<
unsigned
>
>
initStationIndices
(
const
Parset
&
parset
);
Matrix
<
std
::
vector
<
unsigned
>
>
initStationIndices
(
const
Parset
&
parset
);
...
...
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