On 10.04.2017 23:20, Bo Berglund wrote:
- A pulse stimulus is applied to the object to measure
- The response transient is recorded for up to 150 ms
OK. In this case you will not need the "Windowing".
Instead you need to make sure that the pulse is surrounded by enough
Zero-line data. I sugge
On 04/10/2017 02:58 AM, misabov wrote:
The project has generated an exception class EOleSysError with a message:
?? ?? ??.
uses
...,ComObj;
var
SpVoice: Variant;
SpVoice := CreateOleObject('SAPI.SpVoice');
SpVoice.Voice:= SpVoice.GetVoices('','').Item(0);
SpVoice GetVoices method
On Sun, 9 Apr 2017, misabov wrote:
The project has generated an exception class EOleSysError with a message:
?? ?? ??.
uses
...,ComObj;
var
SpVoice: Variant;
SpVoice := CreateOleObject('SAPI.SpVoice');
SpVoice.Voice:= SpVoice.GetVoices('','').Item(0);
SpVoice GetVoices met