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

sys-id: implement linear and log sine sweeps #22673

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

bresch
Copy link
Member

@bresch bresch commented Jan 24, 2024

Ref: https://www.recordingblogs.com/wiki/sine-sweep

To be used in

Linear sweep:
Screenshot from 2024-01-24 14-47-13

Log sweep:
Screenshot from 2024-01-24 14-48-33

@bresch bresch self-assigned this Jan 24, 2024
@bresch bresch mentioned this pull request Jan 24, 2024
@dagar
Copy link
Member

dagar commented Jan 24, 2024

There's also the chirp used in fake_imu (for filter testing).

// linear-frequency chirp, see https://en.wikipedia.org/wiki/Chirp
const double x_F = x_f0 + (x_f1 - x_f0) * t / (2 * T);

@dagar dagar merged commit 0bf9ccd into main Jan 24, 2024
91 checks passed
@dagar dagar deleted the pr-signal-generator branch January 24, 2024 17:18
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.

None yet

2 participants