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

Calculated data fields #4

Open
navado opened this issue Jan 4, 2025 · 1 comment
Open

Calculated data fields #4

navado opened this issue Jan 4, 2025 · 1 comment

Comments

@navado
Copy link

navado commented Jan 4, 2025

Add support for calculated fields:

  • Sum, Average, Min, Max over periods of time and/or over number of samples
  • Smooth with standard window functions (Hann, hamming, Blackman, etc)
  • Custom kernel vector or matrix for 3d vectors
  • Derivatives (and smoothed derivatives)
  • etc.
@umer0586
Copy link
Owner

umer0586 commented Jan 5, 2025

I think implementing these computation would be more practical on the receiving side. This approach would let app focus on efficiently streaming raw data while leaving complex processing to external systems or scripts, where there’s more flexibility and computing power available.

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

No branches or pull requests

2 participants