-
Notifications
You must be signed in to change notification settings - Fork 66
Low freq extrapolation (FXC-2558) #2845
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
11 files reviewed, 4 comments
dbf1d0f
to
c95018a
Compare
Diff CoverageDiff: origin/develop...HEAD, staged and unstaged changes
Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall!
8e8b50e
to
3257a0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall!
471729b
to
e579b17
Compare
e579b17
to
33d09e9
Compare
Restarted this PR due to a substantial refactor. Comments from #2818 are addressed here as well
Greptile Overview
Updated On: 2025-09-25 17:37:45 UTC
Summary
This PR introduces low frequency extrapolation functionality for terminal component simulations. The implementation adds a new
LowFrequencySmoothingSpec
class that allows users to configure polynomial fitting parameters for extrapolating simulation results into lower frequency ranges.Key changes:
LowFrequencySmoothingSpec
class with configurable parameters (sampling times, polynomial order, max deviation)ModelerLowFrequencySmoothingSpec
variant for terminal component modelers with automatic monitor detectionSimulation
andTerminalComponentModeler
classesIssues found:
Confidence Score: 3/5
Important Files Changed
File Analysis
Sequence Diagram