-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCITATION.cff
45 lines (44 loc) · 1.68 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: polyphase filter bank generator
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Rob
name-particle: van
family-names: Nieuwpoort
email: [email protected]
affiliation: Leiden University
orcid: 'https://orcid.org/0000-0002-2947-9444'
identifiers:
- type: doi
value: 10.1145/1693453.1693477
description: Paper descibing the LOFAR pipeline
repository-code: 'https://github.com/NLeSC/polyphase-filter-bank-generator'
url: 'https://github.com/NLeSC/polyphase-filter-bank-generator'
abstract: >-
This program is a stand-alone version of the polyphase
filter bank generator I designed and implemented for the
LOFAR telescope (http://www.lofar.org/). This code
generates the filter weights for polyphase filter banks
with arbitrary numbers of channels, and with configurable
windows. The original code is a part of the LOFAR
real-time central processor (the correlator). The code is
completely generic, and can be used for other telescopes,
or even completely different signal processing
applications as well. The LOFAR subband data are processed
by a Poly-Phase Filter bank (PPF) that splits a frequency
subband into a number of narrower frequency channels. In
this step, we trade time resolution for frequency
resolution: we split a subband into N separate channels,
but with an N-times lower sampling rate per channel.
keywords:
- LOFAR
- polyphase
- filterbank
- radio astronomy
- signal processing
license: Apache-2.0