파일:Simple time domain vs frequency domain.svg
testwiki
둘러보기로 이동
검색으로 이동
Simple_time_domain_vs_frequency_domain.svg (SVG 파일, 실제 크기 512 × 398 픽셀, 파일 크기: 30 KB)
이 파일은 위키미디어 공용에 있으며, 다른 프로젝트에서 사용하고 있을 가능성이 있습니다. 해당 파일에 대한 설명이 아래에 나와 있습니다.
파일 설명
| 설명Simple time domain vs frequency domain.svg |
English: Top:Example of a simple signal, comprised of two sine function.
Bottom: The fourier-transformation if the same signal. Deutsch: Oben: Ein einfaches Beispielsignal, bestehend aus zwei zusammenaddierten Sinusfunktionen.
Unten: Die Fouriertransformierte desselben Signals (vereinfachte Darstellung als kontinuierliche Linie). Die Fouriertransformierte, wird häufig "im Frequenzraum" oder "das Frequenz-Spektrum" genannt. Für mathematische Zwecke ist es wichtig, die *digital* berechnete Fouriertransformation als solche zu kennzeichnen. Daher spricht man hier häufig bewusst auch von einer DFT oder eben FFT. |
| 날짜 | |
| 출처 | 자작 |
| 저자 | Accountalive |
| SVG 발전 InfoField | |
| 소스 코드 InfoField | R codef <- function(x)
{
noise <- rnorm(1,0,0.05)
a <- sin(10*x)
b <-2*sin( x)
a+b
}
xr <- 20
res <- 10240
x <- seq(0,xr*2*pi,length.out=res)
y <- rep(0, length(x))
for( i in 0:length(x))
{
y[i] <- f(x[i])
}
ft <- abs(fft(y))
old.par <- par(mfrow=c(2, 1), yaxt="n", mgp=c(2,1,0), bty='l')
tToIndex = xr/res
tValues = ((1:length(y))-1) * tToIndex
plot(tValues,y,t='l', xlab="Zeit in s", ylab="signal",xlim=c(1,6),main="signal = 2 sin x + sin 10x ")
freqToIndex = xr
xvalues = ((1:length(ft))-1) / freqToIndex
plot(xvalues, ft,type='l'
,xlim=c(0,11), xlab='Frequenz in Hz', ylab="
|
라이선스
나는 아래 작품의 저작권자로서, 이 저작물을 다음과 같은 라이선스로 배포합니다:
| 이 파일은 크리에이티브 커먼즈 CC0 1.0 보편적 퍼블릭 도메인 귀속에 따라 이용할 수 있습니다. | |
| 저작물에 본 권리증서를 첨부한 자는 법률에서 허용하는 범위 내에서 저작인접권 및 관련된 모든 권리들을 포함하여 저작권법에 따라 전 세계적으로 해당 저작물에 대해 자신이 갖는 일체의 권리를 포기함으로써 저작물을 퍼블릭 도메인으로 양도하였습니다. 저작권자의 허락을 구하지 않아도 이 저작물을 상업적인 목적을 포함하여 모든 목적으로 복제, 수정·변경, 배포, 공연·실연할 수 있습니다.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
설명
이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다
Example of a signal and its fourier-transformation, computed via FFT.
Beispiel eines Signals und seiner, Fouriertransformierten, berechnet via FFT.
위키데이터 항목 없는 어떤 값
22 4 2021
image/svg+xml
파일 역사
날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.
| 날짜/시간 | 섬네일 | 크기 | 사용자 | 설명 | |
|---|---|---|---|---|---|
| 현재 | 2022년 12월 12일 (월) 10:58 | 512 × 398 (30 KB) | wikimediacommons>VectorVoyager | forgot to add "it" at line 104 |
이 파일을 사용하는 문서
다음 문서 1개가 이 파일을 사용하고 있습니다: