Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@tesar-tech tesar-tech released this 23 Nov 15:35
· 38 commits to master since this release

NEW: Past measurements

  • image
  • Are stored automatically when new computation is completed
  • Appears in a list under the video playback
    • It is possible to minimalize (hide this list)
    • Clicking on measurement will display all the data.
  • Every measurement has data necessary to recover whole measurement and graphs
    • This includes ROIs, ComX,Y plots, PSD plots, Main Frequency Progress,...
  • User has option to rename the measurement.
    • Default displayed name is date and time of measurement in alphabetical sorted order (yyyy-MM-dd HH:mm:ss)
  • Every measurement can be deleted. Also the function to delete all measurements for video is implemented.
  • Basic information is displayed in context menu of measurement.

Spectral Analysis

  • All the plots are placed in tabs now

    • image
  • Plots in spectral analysis:

    • (new) Welch (pwelch in matlab)
    • Amplitude spectrum
    • (new*) PSD
    • (new) Coherence
      • matches mscohe matlab function with window of 256 and 255 overlap.
      • image

Other updates

  • Support for mpg files (there are still some issues)
  • Update to WinUI 2.7 (no visible updates)
  • Droped support to Windows 10, ver. 1803. (Due to some blocking packages)
  • Supports Windows 11
  • Under the hood updates - these updates are not visible for user, but makes code simpler, faster and more readable which serves for the future improvements and maintainability.