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 1117 - 1149 of 6430   Oldest  |  < Older  |  Newer >  |  Newest
Messages 1117 - 1149 of 6430   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1117 elliot16b Send Email Mar 6, 2004
4:44 am
I have to manipulate the formants via "Formula (frequencies)" or "Formula (bandwidths)". But what is the best order to obtain the best resynthesis? For the...
1118 Paul Boersma
paulboersma Send Email
Mar 6, 2004
8:55 pm
... the cochleagram is a function of time. It has a starting time and an end time, just like sounds, pitch curves, formant contours, or spectrograms. If you...
1119 Paul Boersma
paulboersma Send Email
Mar 6, 2004
8:55 pm
... follow the instructions in the manual ("Articulatory synthesis help" in the New menu, for instance). There are also many examples in scripts on my web...
1120 Paul Boersma
paulboersma Send Email
Mar 6, 2004
8:56 pm
... difficult question! In both ways you have the chance of ending up with strange noises. ... one rule: never compute LPC from Formant. This is because...
1122 nickmazure Send Email Mar 9, 2004
3:44 am
Dear Praat Users, Does anyone have a script that can tell the current OS? Thanks! Nick Mazure...
1123 Karen
karen24276 Send Email
Mar 9, 2004
4:38 pm
Is it possible to take a sound and adjust the amplitude to get a particular energy analysis? We would like to combine 2 sounds, and be able to say for certain...
1125 Paul Boersma
paulboersma Send Email
Mar 9, 2004
11:28 pm
... yes. Choose "Get power..." for both sounds. You get values in Pascal-squared. For instance, sound A has a power of 0.14 Pascal-squared, and sound B a power...
1126 Jennifer
yuwen_222 Send Email
Mar 10, 2004
6:03 am
Dear Dr. Boersma: Thanks so much for the detailed answer. Sorry that I hesitated to send my gratitude because I am new to the group and wondering if the board...
1127 kittytr8888 Send Email Mar 10, 2004
9:46 am
Hi, Last time David Weenink provided me a skeleton of what the implementation of the jackknife method could look like (thanks Mr. Weenink!). I tried to...
1128 Paul Boersma
paulboersma Send Email
Mar 10, 2004
1:17 pm
... one can convert a Pitch into a PitchTier (i.e. a series of time-frequency pairs), then write that directly to a spreadsheet file. ... in the same script: ...
1129 mariebertelsen Send Email Mar 11, 2004
8:50 am
This is a link to scripts created by N.Reinholt Pedersen. They might solve some of de often ocurring problems (exracting voiced intervals etc...) ...
1130 gabecker@...
gjlbeckers Send Email
Mar 11, 2004
12:57 pm
Hi, Can anybody help me out in the following problem. I want to use regular expressions to find character patterns in string variables in scripts. E.g.: check...
1132 legito Send Email Mar 12, 2004
10:25 am
Dear Praat users, I am working at a script that open files from a directory (OK) edit one (eg. file1.wav) of them at a time (OK) pause (OK) let me select part...
1133 holgermitterer Send Email Mar 12, 2004
10:52 am
An easy solution is to work with two scripts, keep the one you already wrote and this script will get the second task done in the way you specified, and you...
1134 elliot16b Send Email Mar 15, 2004
1:48 am
Please, somebody tell me how can I use the DTW object analysis to time-align two sounds. Thanks....
1135 David Weenink
dweenink Send Email
Mar 15, 2004
7:53 am
... There is no man page yet. Shorthand: for the two Sounds s1 s2: select Sound s1 To MFFC... select Sound s2 To MFFC... select MFCC s1 plus MFCC s2 To DTW... ...
1136 P.Adank
p.adank@... Send Email
Mar 15, 2004
12:15 pm
Hello all, I would like to know whether it is possible in Praat (4.2) to address individual pitch points in a PitchTier. I am creating stimuli in which I try...
1137 pmertens
pietmertens Send Email
Mar 15, 2004
9:27 pm
Hi, You could try something like this: select 'pitchtierID&#39; for i to nrofpoints time = Get time from index... 'i' Remove point... 'i' Add point... 'time'...
1138 Paul Boersma
paulboersma Send Email
Mar 16, 2004
12:11 am
... When you select a PitchTier, you get commands for queries (e.g. "Get time from index...") and for modification (e.g. "Add point..."). Look into the menus. ...
1139 manoharkotta Send Email Mar 16, 2004
6:59 am
Hi all, I am a graduate student at Indian Institute of Technology, Bombay, India. I would like to know if there is any way to get the mapping between the...
1140 Newton Monteiro
mnewp Send Email
Mar 16, 2004
3:32 pm
Dear all This group aims at discussing discourse intonation research and teaching. Linguists, Applied linguists, ESL teachers, material developers and...
1141 P.Adank
p.adank@... Send Email
Mar 16, 2004
3:40 pm
Hello Paul, First of all, thanks for your help. However I still have some questions. ... I am trying to change the jitter level of an existing sound, i.e. a...
1142 Paul Boersma
paulboersma Send Email
Mar 17, 2004
3:02 pm
... That's clever, since with this trick a pitch point is constructed in the PitchTier for each pulse in the PointProcess. It is constructed in the middle...
1143 Paul Boersma
paulboersma Send Email
Mar 17, 2004
3:20 pm
... normally, the maximum level of the spectrogram is drawn in black, and the other grey values are derived from this by taking into account the "dynamic...
1144 bipedtaipei Send Email Mar 18, 2004
5:28 am
Hello I have a problem about recording a file of languages of minority ( Austronesian Formosan languages). The difficulty to do this is that most speakers of...
1145 shevek000 Send Email Mar 18, 2004
5:37 am
Colleagues, I've been trying to get the script below to run. It's a slight modification of one that Paul suggested in an earlier post. I have a file...
1146 yukokino2004 Send Email Mar 18, 2004
5:38 am
Hi, I have just started using Praat, and I am currently trying to extract long term F0. How I have been doing this with Praat is: 1. load a file, 2. click the...
1147 holgermitterer Send Email Mar 18, 2004
10:19 am
Dear John, all you have to add to your script is the command select 'sound&#39; right in front of the To Formant command. Then 'To Formant' should work. If I...
1148 nickmazure Send Email Mar 22, 2004
1:39 am
Dear Praat users, I have come across a problem with interpreting spaces in directory names with the "Create Strings" command on Mac OS X (and Linux) - there is...
1149 Boersma, P.P.G.
paulboersma Send Email
Mar 22, 2004
8:38 am
... yes, spaces in directory names did not work correctly on Unix and MacOS X for this command. I have corrected it in 4.2.01. By the way, quotes in directory...
Messages 1117 - 1149 of 6430   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?
Messages 1117 - 1149 of 6430   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