Skip to search.
praat-users · Praat Users Group

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 790 - 819 of 5946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
790 mjaoj Offline Send Email Aug 1, 2003
11:58 am
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@... Send Email
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...
792 asu_snehal Offline Send Email Aug 2, 2003
8:06 am
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...
793 Liu Mei
liumei4000 Offline Send Email
Aug 4, 2003
12:22 am
Try this: # define a filename yourdir$ = "somedir" outputfiledata$ = yourdir$ + "somefile" # remove it first if existing filedelete 'outputfiledata$' # load a...
794 liumei4000 Offline Send Email Aug 4, 2003
12:28 am
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...
795 Gabriel Beckers
gjlbeckers Offline Send Email
Aug 5, 2003
5:52 am
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...
796 Michael Schmidt
pansophy2000 Offline Send Email
Aug 6, 2003
6:21 am
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...
797 Seppe Soleme
teletep Offline Send Email
Aug 7, 2003
5:44 am
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 ...
798 whi_me2002 Offline Send Email Aug 8, 2003
9:08 pm
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,...
799 lak_tes Offline Send Email Aug 9, 2003
9:45 am
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...
800 Paul Boersma
paulboersma Offline Send Email
Aug 9, 2003
11:51 pm
... 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...
801 Cobus van der Walt
itbcvdw Offline Send Email
Aug 10, 2003
9:23 pm
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 ...
802 smakt_luke Offline Send Email Aug 11, 2003
12:40 pm
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...
803 BrianBin
magicbrian.tw Offline Send Email
Aug 13, 2003
3:36 am
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 ...
804 DGerardo Offline Send Email Aug 14, 2003
12:19 am
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...
805 marikirsi Offline Send Email Aug 19, 2003
8:48 am
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...
806 tsuiwaimin Offline Send Email Aug 21, 2003
8:23 am
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@... Send Email
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...
808 Rachel Coulston
rachelogi Offline Send Email
Aug 21, 2003
5:28 pm
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...
809 Bugnut
tim_bugnut Offline Send Email
Aug 22, 2003
7:49 am
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...
810 cgdebruijn Offline Send Email Aug 22, 2003
7:50 am
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...
811 Katherine M. Crosswhite
kmacrosswhite Offline Send Email
Aug 22, 2003
5:35 pm
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 ...
812 Paul Boersma
paulboersma Offline Send Email
Aug 22, 2003
9:26 pm
... 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...
813 juls_saunders Offline Send Email Aug 24, 2003
5:05 am
Hi, Does anyone have Matlab code to import a Praat TextGrid file into Matlab for further manipulation? Thanks, Julian...
814 Erica Iliovitz
ericarei Offline Send Email
Aug 27, 2003
12:05 am
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...
815 Paul Boersma
paulboersma Offline Send Email
Aug 27, 2003
12:41 am
... 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 ...
816 Rob en Sylvia
rob_van_son Offline Send Email
Aug 27, 2003
9:18 am
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 ...
817 Timothy Mills
tim_bugnut Offline Send Email
Aug 27, 2003
1:53 pm
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@... Send Email
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 ...
819 Paul Boersma
paulboersma Offline Send Email
Aug 28, 2003
12:13 pm
... 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$ =...
Messages 790 - 819 of 5946   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help