Phase shifting to normalise sine wave data
I am trying to phase shift sine wave data so that all the minimum peaks are shifted to lie along the x axis. I have been trying with this code but running into an error with "Should be list or number in access or evaluation of 'Matrix' , Matrix/*###*/(sineCol < < Get Values)"
Any help would be appreciated.
// Load data
dt = Current Data Table();
// Specify column with sine wave data
sineCol
...