Osawa_Odessa
Banned
- Joined
- Dec 31, 2012
- Messages
- 168
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Activity points
- 0
I have an matrix 8x8 like this:
20 20 20 20 20 20 20 20
20 20 20 20 20 20 20 20
80 80 80 80 80 80 80 80
80 80 80 80 80 80 80 80
100 100 100 100 100 100 100 100
100 100 100 100 100 100 100 100
120 120 120 120 120 120 120 120
120 120 120 120 120 120 120 120
Now I apply DCT(Discrete Cosine Transform) to this matrix and I have F(u, v).
Could anyone help me find maximum AC coefficient?
I know the result is F(1,0) but can't explain why.
20 20 20 20 20 20 20 20
20 20 20 20 20 20 20 20
80 80 80 80 80 80 80 80
80 80 80 80 80 80 80 80
100 100 100 100 100 100 100 100
100 100 100 100 100 100 100 100
120 120 120 120 120 120 120 120
120 120 120 120 120 120 120 120
Now I apply DCT(Discrete Cosine Transform) to this matrix and I have F(u, v).
Could anyone help me find maximum AC coefficient?
I know the result is F(1,0) but can't explain why.