Sign In
New User? Sign Up
praat-users · Praat Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.

Messages

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

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