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

Fix phase of first NCO output #238

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Conversation

mhostetter
Copy link
Owner

This allows the first phase offset to always be offset. If a frequency was passed in __call__(), the initial phase offset was advanced by the phase increment. This is also more consistent with textbooks and MATLAB.

This allows the first phase offset to always be `offset`. If a frequency was passed in `__call__()`, the initial phase offset was advanced by the phase increment. This is also more consistent with textbooks and MATLAB.
@mhostetter mhostetter added the sync Related to synchronization label Jan 7, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4e0425e) 75.67% compared to head (f25d8ce) 75.67%.

Additional details and impacted files
@@              Coverage Diff               @@
##           release/0.0.x     #238   +/-   ##
==============================================
  Coverage          75.67%   75.67%           
==============================================
  Files                 48       48           
  Lines               2565     2565           
==============================================
  Hits                1941     1941           
  Misses               624      624           

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

@mhostetter mhostetter merged commit ab8a324 into release/0.0.x Jan 7, 2024
52 checks passed
@mhostetter mhostetter deleted the nco-inline-delay branch January 7, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sync Related to synchronization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants