Skip to content
GitLab
Explore
Sign in
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
46a62ee4
Commit
46a62ee4
authored
11 months ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Improve multirate section.
parent
8f00ad45
No related branches found
No related tags found
No related merge requests found
Pipeline
#87588
passed
11 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
+6
-6
6 additions, 6 deletions
applications/lofar2/model/pfb_os/dsp_study_erko.txt
with
6 additions
and
6 deletions
applications/lofar2/model/pfb_os/dsp_study_erko.txt
+
6
−
6
View file @
46a62ee4
...
@@ -1029,7 +1029,7 @@ c) s-plane and z-plane
...
@@ -1029,7 +1029,7 @@ c) s-plane and z-plane
. Up sampling : x[n] --> up Q --> H(z^Q) --> y[m], is equivalent to:
. Up sampling : x[n] --> up Q --> H(z^Q) --> y[m], is equivalent to:
H(z) --> up Q
H(z) --> up Q
. Down sampling : x[n] --> H(z^Q) --> down --> y[m], is equivalent to:
. Down sampling : x[n] --> H(z^Q) --> down
Q
--> y[m], is equivalent to:
x[n] --> down Q --> H(z) --> y[m]
x[n] --> down Q --> H(z) --> y[m]
. H_i(z^Q) is upsampled-by-Q version of H(z), so with Q-1 zero coefficients
. H_i(z^Q) is upsampled-by-Q version of H(z), so with Q-1 zero coefficients
...
@@ -1100,8 +1100,8 @@ c) s-plane and z-plane
...
@@ -1100,8 +1100,8 @@ c) s-plane and z-plane
the original spectrum must be less than pi / D. This is the non-aliasing
the original spectrum must be less than pi / D. This is the non-aliasing
condition for the downsampling operator.
condition for the downsampling operator.
. Discarding samples
fold
s the spectrum around multiples of pi / D
=
. Discarding samples
copie
s the spectrum around multiples of
2
pi / D
. First
fxNyquist / D. First
the LPF has to remove all
fold
s.
the LPF has to remove all
copie
s.
. Do not calculate samples that will be thrown away.
. Do not calculate samples that will be thrown away.
- Upsampling + LPF = interpolation:
- Upsampling + LPF = interpolation:
...
@@ -1118,9 +1118,9 @@ c) s-plane and z-plane
...
@@ -1118,9 +1118,9 @@ c) s-plane and z-plane
X_U(e^jw) = X(exp(jw U))
X_U(e^jw) = X(exp(jw U))
. Inserting zeros replicates the spectrum around multiples of pi / U. Then
. Inserting zeros replicates the spectrum around multiples of
2
pi / U. Then
the LPF has to remove all replicas and by that it interpolates to fill in
the LPF has to remove all replicas and by that it interpolates to fill in
the zeros.
the zeros.
To remove the replicas, the LPF pass band is pi / L.
. Do not calculate samples that will be inserted as zeros.
. Do not calculate samples that will be inserted as zeros.
. Using zero order hold would be a naive approach, because then all samples
. Using zero order hold would be a naive approach, because then all samples
need to be calculated and the LPF then needs to compensate for the non-flat
need to be calculated and the LPF then needs to compensate for the non-flat
...
...
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