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

Release 0.0.9 #142

Merged
merged 61 commits into from
Nov 12, 2023
Merged

Release 0.0.9 #142

merged 61 commits into from
Nov 12, 2023

Conversation

mhostetter
Copy link
Owner

No description provided.

In linear interpolation, MATLAB makes the first output sample advance, not align on the first input sample. I changed to be more consistent with MATLAB to prepare for supporting polyphase rational resampling.
This enables the "better" interpolation method, while allowing users to use MATLAB's method.
Fixes Add `sdr.MultirateFIR` #33
Fixes Add differentiator #88
Fixes Add integrator #87
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2023

Codecov Report

Attention: 72 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/sdr/__init__.py 100.00% <100.00%> (ø)
src/sdr/_conversion.py 92.64% <100.00%> (+1.57%) ⬆️
src/sdr/_data.py 88.63% <100.00%> (ø)
src/sdr/_detection/_correlator.py 35.55% <ø> (ø)
src/sdr/_detection/_theory.py 100.00% <100.00%> (ø)
src/sdr/_farrow.py 85.96% <100.00%> (ø)
src/sdr/_filter/_fir.py 68.18% <100.00%> (+1.91%) ⬆️
src/sdr/_helper.py 95.23% <100.00%> (ø)
src/sdr/_link_budget/_capacity.py 96.42% <100.00%> (ø)
src/sdr/_measurement/_errors.py 86.66% <100.00%> (ø)
... and 22 more

📢 Thoughts on this report? Let us know!

@mhostetter mhostetter merged commit d8a510d into main Nov 12, 2023
38 checks passed
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.

2 participants