Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding documentation for bilinear function #527

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

anchal-physics
Copy link
Contributor

This addresses #518

This PR adds documentation for the bilinear function in the Filters module. docstrings are added in source code for the two methods of bilinear function with the top level method explained in detail to providde a clear explanation of what the transform function is doing.

The bilinear function is also added to the export list in Filters.jl so that it is available for Documenter and also for users to use.

The documentation is added to the docs/src/filters.md file in the Filters module, Filter design section where the bilinear function is added as a general digital filter design method.

No code has been changed in this PR, only documentation has been added and an extra function has been added to the export list.

This commit adds documentation for the bilinear function in the
`Filters` module. docstrings are added in source code for the two
methods of bilinear function with the top level method explained
in detail to providde a clear explanation of what the transform
function is doing.

The function is also added to the export list in `Filters.jl` so that
it is available for Documenter and also for users to use.

The documentation is added to the `docs/src/filters.md` file in the
`Filters` module, Filter design section where the bilinear function
is added as a general digital filter design method.

No code has been changed in this commit, only documentation has been
added and an extra function has been added to the export list.
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3ad3c1c) 97.49% compared to head (4e64302) 97.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #527   +/-   ##
=======================================
  Coverage   97.49%   97.49%           
=======================================
  Files          18       18           
  Lines        3078     3078           
=======================================
  Hits         3001     3001           
  Misses         77       77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wheeheee
Copy link
Member

wheeheee commented Feb 7, 2024

Sorry @anchal-physics, could you rebase on master and resolve the conflicts?
@martinholters do the formulae look good to you?

@ViralBShah
Copy link
Contributor

ViralBShah commented Feb 7, 2024

I resolved the conflict. I wonder if we should tag a 0.8 release in the next couple of weeks or so.

If someone can review this and merge, that will be great to get into the new release (but of course it is a doc change and can also happen any time).

Copy link
Member

@martinholters martinholters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@martinholters martinholters merged commit 8a93c2a into JuliaDSP:master Feb 8, 2024
11 checks passed
@wheeheee wheeheee linked an issue Feb 8, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No documentation for DSP.Filters.bilinear()
4 participants