Sure. I'm not an expert, but I can share what worked for me on the x64 version of 18.04.4 LTS.
First if you don't already have wine installed then install wine-stable 4.0.3 from Ubuntu's app store.
If Wine is installed and you have downloaded and extracted the DeltaWave installer, then you may be able to simply right-click on DeltaWaveSetup.exe and select 'Open With Windows Program Loader'.
View attachment 49506
If that doesn't work, then you might try a tool called
Winetricks. Open a terminal and type the following:
Bash:
cd "${HOME}/Downloads"
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
bash ./winetricks
That last command should launch the Winetricks GUI. From there select 'Create new wineprefix' and create a new 64-bit prefix.
View attachment 49510
Next select 'Run explorer'
View attachment 49511
That should launch a familiar looking windows explorer window. Use that to browse to where ever you extracted DeltaWaveSetup.exe to. Double click it and it should launch the installer. Walk through the installer and you should be up and running.
One note--I did make an effort to use the newer Wine 5.0 available from
https://www.winehq.org but, while DeltaWave would start up, it would freeze after clicking the 'Match' button. Your mileage may vary.