Skip to content

Interface for data operations#101

Open
mfiaudrin-epsyl wants to merge 10 commits into
iterorganization:developfrom
mfiaudrin-epsyl:feature/data_operations
Open

Interface for data operations#101
mfiaudrin-epsyl wants to merge 10 commits into
iterorganization:developfrom
mfiaudrin-epsyl:feature/data_operations

Conversation

@mfiaudrin-epsyl

@mfiaudrin-epsyl mfiaudrin-epsyl commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

This PR implements the interface that allows you to perform two types of operations on data:

  • smoothing
  • unary operations

This PR also closes #104 by preserving transposition after a data manipulations (downsampling, interpolation, smoothing and unary operations)

You can test this feature in the data manipulation component. Simply open the corresponding accordion (data smoothing or unary operations) and give it a try:
image

Reminder
I need you to approve the PR #90 in order to implement a common interface that lets you choose between unary and binary operations.

@prasad-sawantdesai prasad-sawantdesai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we also suppose to support operations on signals (like comparing two signals)
image

@olivhoenen

olivhoenen commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Are we also suppose to support operations on signals (like comparing two signals)

Yes, this is the binary operations mentioned by @mfiaudrin-epsyl and depending on #90 being merged

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.

The transposition is not preserved after a data manipulation

3 participants