It is a little know feature that "interpolate 1D array" also accepts arrays of xy points. (Here's an example from this post)
However, these days I mostly do xy graphs using complex data (RE=x, IM=y), and it would be useful if "interpolate array" would also accept complex arrays the same way, interpolating IM based on RE, in this case.
Here's similar code (fragment) using complex, but now it's not possible to interpolate the xy data directly because complex is currently not a valid input.
Suggestion:
Similar to xy graphs, interpolate array should accept complex arrays and it would act the same as when an array of xy points is wired to it instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.