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
a4eed344
Commit
a4eed344
authored
5 months ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add type 3 polyphase, see FLIEGE.
parent
11d64388
No related branches found
No related tags found
1 merge request
!420
Resolve RTSD-264
Pipeline
#101665
passed with warnings
5 months ago
Stage: linting
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/model/pfb_os/dsp_study_erko.txt
+13
-3
13 additions, 3 deletions
applications/lofar2/model/pfb_os/dsp_study_erko.txt
with
13 additions
and
3 deletions
applications/lofar2/model/pfb_os/dsp_study_erko.txt
+
13
−
3
View file @
a4eed344
...
...
@@ -69,6 +69,7 @@
# slides/adsp_06_multirate_processing.pdf
# * [TUTHILL] Compensating for oversampling effects in polyphase channelizers, 2015
# * [BUNTON] Multi-resolution FX Correlator, ALMA memo 447, 2003
# * [FLIEGE] Multirate DSP
#
# https://ocw.mit.edu/courses/6-341-discrete-time-signal-processing-fall-2005/
# Youtube: Guitars 4RL
...
...
@@ -1357,7 +1358,7 @@ c) s-plane and z-plane
where Hq(z^Q) is the z-transform of hq[n]:
hq[n] = h(nQ + q), +q for counter clockwise with delays z^(-1)
[VAIDYANATHAN Eq 4.3.8]
[VAIDYANATHAN Eq 4.3.8
, CROCHIERE Eq 3.29
]
+inf
Hq(z) = sum hq[n] z^(-n), 0 <= q <= Q - 1
...
...
@@ -1401,11 +1402,20 @@ c) s-plane and z-plane
where:
p = Q - 1 - q
rp[n] = h(nQ - p), -p for clockwise with advances z^(+1)
Rp(z) = H{Q-1-p}(z), so flipud Hq phases, but keep coefficient order
per phase
. Type III polyphase [FLIEGE 1.1.2, CROCHIERE 3.3.3]
- p = Q - q = -q (With Q % Q = 0)
- rp[n] = h(nQ - p) [CROCHIERE Eq. 3.35], -p for clockwise with advances
z^(+1)
- CROCHIERE does not mention type II and VAIDYANATHAN does not mention type
III. FLIEGE mentions all three types. The advantage of type I and III is
that they both begin with x[n=0] at branch p = q = 0 with H0, so they
yield same result except for a delay. The purpose of type III is then
that it yields a fold of the branches, so that DFT can be used instead of
IDFT, because DFT(x) = IDFT(fold(x)). The purpose of type II is ?.
. Type I polyphase does not imply Direct Form FIR and type II polyphase is
not the same as Transposed Direct Form FIR [CROCHIERE 3.3.3]:
* Type I uses delay line z^(-1) and +q in hq[n] = h(nQ + q) and yields
...
...
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