Hello! I'm planning to run an experiment with band-pass filtered speech. I would like to know how exactly I can filter the sound files in Praat with the...
791
Ingrid Samczuk
ingridbs@...
Aug 2, 2003 2:34 am
Dear Praat users, I apologize if it is a silly question, but I need a table with intensity values extracted every 10ms for the 4 formants. The only ways I...
Dear All, I am new to the group and would like to know any info regarding PITCH. I have a wave file which i want to analyse. I want to store all the pitch...
Hi, Can anybody tell me which algorithm Praat uses to calculate the pitch? I tried to read the source code but got no clue. I believe that there are many...
Hi Liumei, Paul Boersma published a paper on the algorithm: Accurate short-term analysis of the fundamental frequency and the harmonics-to-noise ratio of a...
Here is what I did to get every pitch value of a sound sample to a text file...I was looking at pause length, but I could have just as well looked at the pitch...
Hi Praat Groupmembers, Is there a tutorial? Can we print the impressive manual on a reasonable number of pages. Or is there a PDF version? Thanks, Seppe ...
I have a large number of files that I need to analyze for duration, amplitude, and F0. I would like mean, range, and std deviation for amplitude and F0. Also,...
Hi Everybody, Can any one tell me if Praat can extract vowels from wav file? How about other phonemes? I would need something that can extract vowels from wav...
... I suppose you have read the Intro, so that you know you can get a Pitch object from the sound editor window, or directly by selecting a Sound object and...
Is it possible to read values in a textgrid from a script (eg. the value of xmin, xmax or text in tier 2, interval 5)? I would like to use such values as ...
I am relatively new to praat, and have the need to take input from a microphone. Does Praat have the ability to take this input directly, and analyse in real...
Hi everybody: After menupulation of a sound wave.. we can see pulses on the wave signal .. Is that so-called epochs? and where can I find the algorithm to ...
I'm trying to find the modulation index of a voice signal. The formula to find the modulation index is: max frequency derivative/modulating frequency Does...
Hello, If Praat's Spectrum object has values in Pascal/Hertz what formula should I use if I want to have the values in dB? I have tried the formulas...
Hi Praat-users, I have obtained some information from the Query command and it is printed in the info window. Is there any way in a script to bypass the info...
807
Gareth Walker
gw115@...
Aug 21, 2003 9:15 am
... yes. for instance, the following script output duration to a file (duration.txt) dur$ = Get duration dur$ > duration.txt for more info, see "Scripting...
If you have a lot of information, you can also use two greater-than symbols (>>), or the command "fileappend" as in the following example: fileappend...
I have recently begun making buttons out of my scripts, for easier access to their functionality in highly repetetive tasks. It has greatly increased my speed...
Dear Praat users and Paul Boersma, I was wondering if anybody could help me with the following two problems. Firstly, I am currently trying to measure the...
Dear Tim, If there is a general way to make shortcut keys, I haven't been able to find it. Maybe someone else will know more about this. It would certainly ...
... Praat's Spectrum object has the complex values. To get the root-mean-square value, take the real and imaginary parts and add their squares, then take the...
Dear PRAAT users, I have experienced some technical difficulties which (I hope) are quite easy to solve with some instructions. Can somebody help me, please? I...
... create a loop: select Formant hello power_pa2 = 0 for i to 100 time = beginning + i * timeStep frequency = Get value at time... 2 time Hertz Linear ...
Dear Praat Users, I would like to ask you all for help and for some volunteers at EUROSPEECH. Yesterday, Paul found out that Praat has been sheduled at the ...
Katherine, Thankyou for your reply. That is exactly what I needed. I made a little script, containing just one line (the command I wanted to execute): ...
818
Sonja Boes
boes@...
Aug 28, 2003 10:33 am
Dear Praat Users, I am presently working with sound files with two textgrids. In my script I integrated a pop-up window so that I can decide which of the two ...
... That is correct. You did not supply the rest of the script, but I assume you are doing something like this: for b to number_of_intervals interval_label$ =...