![]() |
|
#11
|
|||
|
|||
|
Oh cool, I've never looked at the DFT in finite fields before. Looking at it from the DFT perspective, it means that we can compute the inverse DFT directly without having to invert the matrix.
The inverse DFT is given by N^(-1) * {{a^(- i * j)}}, and since we work in the finite field over 127, the negative exponent is resolved by modular inverse in 127: ModInverse(N, 127) * {{ModInverse(2^(i * j), 127)}} i,j are the matrix indices from 0 to N-1. Here N=7 and ModInverse(7, 127) = 105 for example. That makes computing the inverse for any such invertible problem much easier! |
| The Following User Says Thank You to floaters For This Useful Post: | ||
dila (04-10-2018) | ||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .NET Reactor v. 6.7.0.0 CF and String Cleaners Source Code | Aesculapius | Source Code | 0 | 08-28-2021 02:13 |
| Code snippet for Base34 Encoding | TempoMat | General Discussion | 11 | 03-29-2020 17:58 |
| Base Encoding Library for Delphi | XorRanger | Source Code | 0 | 04-30-2015 15:37 |