일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- map design
- DSP
- CTF
- Delegate
- 메카님
- gameplay ability system
- 게임 개발
- Security
- 유스케이스
- Replication
- Aegis
- Multiplay
- MAC
- gas
- dirty cow
- gravity direction
- unity
- stride
- 언리얼 엔진
- 유니티
- ret2libc
- gameplay effect
- 언리얼엔진
- photon fusion2
- 게임개발
- Race condition
- Unreal Engine
- ability task
- animation
- MLFQ
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 |