• Keine Ergebnisse gefunden

Frequenz- und Zeitauflösung

N/A
N/A
Protected

Academic year: 2021

Aktie "Frequenz- und Zeitauflösung"

Copied!
6
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Frequenz- und Zeitauflösung

(2)

kielread06 Sprachdatenbank

Spektra berechnen, N = 512 (Extension dft), N = 64 (Extension dft2)

Template-Datei modifizieren, damit die neuen Tracks sichtbar sind (die Template dafür umbenennen).

Äußerungen K67*00*

(3)

segs = emu.query("template", "k67*00*", "Phonetic=i:") Segmentliste der [i:] Vokale erzeugen

segs.dftw5 =

Spektrale-Trackdatei, N = 512

segs.dftw = emu.track(segs, "dft") Spektrale-Trackdatei, N = 64

segs.dftn = emu.track(segs, "dft2")

dcut(segs.dftw, .5, prop=T) Spektrale Matrix, zeitlicher Mittelpunkt, N = 512

segs.dftn5 = dcut(segs.dftn, .5, prop=T)

Spektrale Matrix, zeitlicher Mittelpunkt, N = 64

(4)

Zwei Spektra nebeneinander vom ersten [i:], 0-3500 Hz

Frequency (Hz)

Intensitaet (dB)

0 1000 2000 3000

0204060

Frequency (Hz) 0 1000 2000 3000

3040506070

N = 512 Punkt Fenster N = 64 Punkt Fenster par(mfrow=c(1,2))

plot(segs.dftw5[1,0:3500], ylab="Intensitaet (dB)", xlab="Frequency (Hz)")

plot(segs.dftn5[1,0:3500], xlab="Frequency (Hz)")

(5)

N = 512 Punkt Fenster, 0-1000 Hz

plot(segs.dftw5[1,0:1000], ylab="Intensitaet (dB)", xlab="Frequency (Hz)", type="h")

Frequency (Hz)

Intensitaet (dB)

0 200 400 600 800 1000

0204060

2e Harmonische

f0 f0 ist der 6e

Spektralkomponent

komp =

komp[6]

156.25 Hz par(mfrow=c(1,1))

trackfreq(segs.dftw) Die Frequenzen der

Spektralkomponente?

…vom sechsten

(6)

Damit die Harmonischen im Spektrum erscheinen, muss das Fenster, mit dem das Spektrum berechnet wurde, mindestens zwei f0-Schwingungen enthalten.

Warum erscheinen daher nicht die Harmonischen im N = 64 Fenster?

Wenn f0 = 156.25 Hz, die Dauer einer Schwingung:

Wir benötigen daher ein Fenster von mindestens 2 x 6.4 = 12.8 ms, damit die Harmonischen sichtbar sind.

6.4 ms 1000 * 1/156.25

Wieviele Punkte bei 16000 Hz?

N/fs

kHz

= dauer (ms) N = fs

kHz

x dauer (ms) N = 16 * 12.8

…also 256 Punkte, da bei einer FFT N einer Potenz zwei sein muss…

[1] 204.8

Referenzen

ÄHNLICHE DOKUMENTE

First, ordinary algebraic data types represent Haskell program fragments (Section 6.2).. Second, the quotation monad, Q, encapsulates the notion of generating fresh names, as well

A face object is represented by the appearance of the eyes, nose and mouth, and a shape model that code how these parts can deform.. A body object is represented by the appearance of

Taking into account that at score and decision level fusion a protected template has to be made and stored for each N e enrolment sample but only a single one at feature level, we

To help ensure interoperability between minutiae extraction and comparison subsystems from different suppliers, an international standard for finger minutiae data interchange

In part 3 of the 3-D skills model the tutor encourages the student to repeat the corrected auscultation component, without prompting, but offering corrective coaching

eine Segmentebene Satz, eine Segmentebene Phonem, eine Eventebene EinsatzF2, eine Eventebene F0Max, F0 Daten und Formantdaten sollen bereitgestellt werden, das System soll

Chain the receiving objects and pass the request along the chain until an object handles it. +execute()

Template Method lets subclasses redefine certain steps of an algortihm without changing the algorithm‘s structure“.. - Design Patterns, Gamma