CUPLOT has a set of Fourier Transform commands. The transform is stored in temporary arrays. You can store the inverse transform into a frame/curve slot, after applying optional notch or band pass filters. You can also store the phase and/or amplitude into a slot. Only the data with the x window is transformed.
Command[ ]? SH 45436Command[ ]? DE DYF-6810-1 ;
Command[ ]? R !read the data
Command[ ]? FF !transform the data
Frame[F1C1]? F1
Command[ ]? FP !plot the transform
Command[ ]? FF F1 !transform F1Command[ ]? FN 395 405 !notch out freq 395 to 405
Command[ ]? FU
Frame to store inverse transform[F1C1]? F2
Command[ ]? FF F1 !transform F1Command[ ]? FS
Store Phase or Amplitude[A]? A
Frame/curve[F1C1]? F2