CMSIS-DSP: Removed hardcoded path in SDFTools example7.

pull/19/head
Christophe Favergeon 4 years ago
parent c81765dd3e
commit 713b4dcd73

@ -1,4 +1,4 @@
dist/
build/
examples/rec_2.dat

@ -13,7 +13,7 @@ model PythonTest
Placement(visible = true, transformation(origin = {-82, 8}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
inner Modelica.Blocks.Noise.GlobalSeed globalSeed annotation(
Placement(visible = true, transformation(origin = {-86, -28}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
ARM.Sound.WaveOutput waveOutput(path = "C:\\benchresults\\PythonSDFModelica\\larsen.wav") annotation(
ARM.Sound.WaveOutput waveOutput annotation(
Placement(visible = true, transformation(origin = {24, -32}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
equation
connect(vht.y, transferFunction.u) annotation(

Loading…
Cancel
Save