일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- attribute
- dirty cow
- 언리얼 엔진
- gameplay ability system
- Aegis
- CTF
- 메카님
- Multiplay
- gravity direction
- 유니티
- rpc
- stride
- gas
- MAC
- gameplay effect
- animation
- os
- gameplay tag
- photon fusion2
- ret2libc
- 게임개발
- local prediction
- 언리얼엔진
- ability task
- listen server
- 게임 개발
- Replication
- Unreal Engine
- map design
- unity
Archives
- Today
- Total
Replicated
Standard Discrete Signal 본문
Impluse Function
δ[n] = 1 (n = 0), 0 (n =/= 0)
ex. δ[n-2]는 2만큼 n이 2일 때 값이 1
Unit step Function
u[n] = 1 (n >= 0), 0 (n < 0)
causal 시그널은 n이 0 이상일 때만 존재해야 하는데, u[n] 곱해주면 됨
Making rectangle pulse
Complex expoential function
x[n] = e^±jβn = cos(βn)±jsin(βn)
- DTFT에서 사용됨
'멀티미디어신호처리' 카테고리의 다른 글
Discrete-time system properties (0) | 2024.11.30 |
---|---|
Nyquist-Shannon sampling theory, SNR (0) | 2024.11.30 |
Discrete Signal & Operation (0) | 2024.11.30 |
DSP Hardware (0) | 2024.10.17 |
Digital Filter (0) | 2024.10.17 |