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
7e999b54
Commit
7e999b54
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add scipy.signal.iirdesign()
parent
9fb6f52f
No related branches found
No related tags found
1 merge request
!374
Add plot_iir_filter_analysis() based on LTF-IIR-allgemein.ipynbcode from...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/model/pfb_os/dsp_study_erko.txt
+9
-8
9 additions, 8 deletions
applications/lofar2/model/pfb_os/dsp_study_erko.txt
with
9 additions
and
8 deletions
applications/lofar2/model/pfb_os/dsp_study_erko.txt
+
9
−
8
View file @
7e999b54
...
@@ -449,14 +449,15 @@
...
@@ -449,14 +449,15 @@
. Optimized IIR design methods, iteratively adjust coefficients to achieve
. Optimized IIR design methods, iteratively adjust coefficients to achieve
a specified arbitrary frequency response (f_pass, f_stop, r_pass_dB,
a specified arbitrary frequency response (f_pass, f_stop, r_pass_dB,
r_stop_dB bands).
r_stop_dB bands).
. scipy.signal.cheby2(), ripple in stop band
. scipy.signal.iirdesign(), can do all of:
. scipy.signal.cheby1(), ripple in pass band
. scipy.signal.cheby2(), ripple in stop band
. scipy.signal.butter(), maximally flat in pass band, decay in stop band
. scipy.signal.cheby1(), ripple in pass band
. scipy.signal.ellip(N, rp, rs, Wn): Elliptic (Cauer) digital and analog
. scipy.signal.butter(), maximally flat in pass band, decay in stop band
filter design. As rp approaches 0, the elliptical filter becomes a
. scipy.signal.ellip(N, rp, rs, Wn): Elliptic (Cauer) digital and analog
Chebyshev type II filter (cheby2). As rs approaches 0, it becomes a
filter design. As rp approaches 0, the elliptical filter becomes a
Chebyshev type I filter (cheby1). As both approach 0, it becomes a
Chebyshev type II filter (cheby2). As rs approaches 0, it becomes a
Butterworth filter (butter).
Chebyshev type I filter (cheby1). As both approach 0, it becomes a
Butterworth filter (butter).
6) Discrete Fourier Transform (DFT)
6) Discrete Fourier Transform (DFT)
- The N roots of unity [JOS1 3.12, 5.1, PROAKIS 5.1.3, LYONS 4.3]. Note JOS
- The N roots of unity [JOS1 3.12, 5.1, PROAKIS 5.1.3, LYONS 4.3]. Note JOS
...
...
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