... Indeed, there isn't. Simulate a temporalis activity of e.g. 0.3 as a masseter activity of -0.3. -- Paul Boersma Institute of Phonetic Sciences, University...
1453
christwi66
Oct 5, 2004 7:55 pm
Hi, Is there a way to get praat to calculate the spectral slope for a sound/call. By spectral slope I mean conduct a linear regression on the results of a...
1454
winkijeg
Oct 5, 2004 7:58 pm
Dear all, I would like to write Sound objects (type = 'ooBinaryFile39;; obj = 'Sound39;) from within matlab. After inclusion of the informations regarding "type"...
1455
R.Todd (Forensic Audi...
r.todd@...
Oct 5, 2004 10:56 pm
Search for..Dealing with such a measure requires you to first determine the unit(s) you wish to measure. That is, you must choose, and adhere to, one of the...
1456
Paul Boersma
paulboersma
Oct 6, 2004 3:00 pm
... First you write ooBinaryFileSound, followed by a null byte; that's the first 18 bytes. Then the starting time as an 8-byte big-endian IEEE float (usually...
1457
kintoto902304
Oct 6, 2004 6:12 pm
Hi! I would like to know appropriate value of Pre-emphasis for nasal formants. When I choose 50Hz, nasal formants are'nt seem cleary. Thank you for your help....
1458
Mohamed Al-Khairy
jandouh
Oct 8, 2004 5:18 am
Greetings all, Although the multiplication to get the pre-emphasis effect is easier than the usual first-order differentiation (pre-emphasis filter), would it...
1459
saultsj
Oct 8, 2004 1:17 pm
I want to script a filter to simulate average hearing loss due to presbycusis for specific age groups. Available tables list hearing loss in dB at various...
1460
clruganda
Oct 9, 2004 6:15 am
Hi! Is there a way a to filter a "tier set" in praat? By "tier set", I mean segments of a signal that the end-user has delimited via the Annotate>TextGrid ...
1461
Paul Boersma
paulboersma
Oct 11, 2004 11:43 am
... This is an interesting question. If you use a poor window (e.g. Hamming or Hanning), it is better to pre-emphasize (differentiate) before windowing the...
1462
tallasando
Oct 13, 2004 5:33 am
Greetings to everyone, I have encountered some difficulties tranferring a sound from the PRAAT to a PowerPoint document. Can anyone help me out? Yves Talla ...
1463
Daniel Hirst
daniel_hirst
Oct 13, 2004 7:31 am
Yves Assuming that it is the actual sound you want to transfer to Powerpoint and not a picture of the sound what you need to do is to write the sound to your...
1464
jennifernycz
Oct 14, 2004 4:08 am
Hi, Can someone recommend a good way of filtering white noise out of a sound file? I've digitized some things from an old-ish cassette tape, and besides a low...
1465
Asger Ottar Alstrup
asgeralstrup
Oct 14, 2004 6:15 am
... Try noise reduction in Audacity, which is free: http://audacity.sourceforge.net/ It has a decent noise reduction feature, although it is far from ...
1466
ermis81
Oct 14, 2004 2:38 pm
hello everybody, i have "segmented" a sound file in major word groups so each interval contains numerous segments(so it is a string). What i want to do is ask...
1467
Paul Boersma
paulboersma
Oct 14, 2004 2:53 pm
... it is not quite clear to me what you mean. to get the number of intervals on a tier, choose "Get number of intervals..." from the Query menu if you select...
1468
Ingo Plag
ijplag
Oct 15, 2004 6:40 pm
Dear Praaters, does anyone have a praatscript which can extract f0 and intensity values from sound files for which the points to be measured are marked in the...
1469
Daniel Hirst
daniel_hirst
Oct 16, 2004 8:35 am
Ingo Here is a sample script which does what you say. It calculates the F0 of a file then prints out the values at points specified on a Point Tier of a...
1470
Branka ZEI
branka.zei@...
Oct 18, 2004 4:38 pm
Hello, I am looking for a script for obtaining separately the mean F0 slope ... F0slope <0 within a selected segment? Any help would be appreciated. Branka ...
1471
nickmazure
Oct 19, 2004 1:01 am
Dear Praat Users, Is it possible to convert a TableOfReal object into a Formant Tier object? Thanks! Nick Mazure...
1472
Remijsen, A.C.L.
remijsen
Oct 21, 2004 11:39 am
Dear Praat users, FYI - I have made available a set of scripts which I frequently use in the analysis of prosody on my website: ...
1473
gosia_ilk
Oct 21, 2004 8:29 pm
Hello, Is there any way of extracting intensities of particular formants (separately for F1, F2, F3, and F4) over time? Best greetings, Maggie Ilkowska...
1474
henningholle
Oct 22, 2004 12:17 pm
Dear all! I have a script which reads out f0 and intensity means and prints them. At the end I do a fappendinfo to write the whole output to a text file. It...
1475
Daniel Hirst
daniel_hirst
Oct 22, 2004 2:27 pm
Why not just put fileappendinfo filename clearinfo inside the loop so that the output from each file is appended one at a time rather than wait for the whole...
1476
Rachel Coulston
rachelogi
Oct 22, 2004 3:55 pm
Try appending each value to the file as you go (after each measurement, or each .wav file) - that way it won't matter how many files you need to measure. ...
1477
alexsandro_meireles
alexsandro_m...
Oct 22, 2004 9:28 pm
Dear all, I intend to do a script to get the duration of a sentence by its beginning and end points. The problem is that some sentences have a pause in the...
1478
Paul Boersma
paulboersma
Oct 25, 2004 5:36 pm
... If you have large amounts of text, you could write directly to a text file, with fileappend "your file name here" your data here'newline$' Of course it...
1479
psibre
Oct 25, 2004 10:31 pm
This may be overdoing it, but if I'm not mistaken, there is one more solution to complete this topic: Why not use a string variable and append to that? It can...
1480
MadMaxxaM
Oct 27, 2004 11:49 am
I have a program that uses Praat to do some on-line PSOLA with the sendpraat routine. When I run the script to perform PSOLA I get the following warning...