by Aenerine | Nov 10, 2016 | Blog Posts
Today, I would like to talk a bit about computing eigenvalues with CUDA, but before we begin, I would like to add a short story, that made me in fact proceed to solving this problem. It all started with my diploma thesis. I found a few interesting subjects for my...
by Aenerine | Aug 25, 2016 | Blog Posts
by Aenerine | May 7, 2016 | Blog Posts
Satellites are very important part of modern civilization, they are used for many purposes and each of us is using or at least has used some of their services. I won’t be however talking about the purposes of the satellites today. I would rather spend some time...
by Aenerine | Feb 21, 2016 | Blog Posts
First of all, I would like to point out,that I will not cover the mathematical background beyond the FFT (Fast Fourier Transform), which is in fact just an algorithm of fast calculation of the Discrete Fourier Transform (DFT). I will just concentrate on how the Radix...
by Aenerine | Jan 31, 2016 | Blog Posts
I wil try to cover some basic concepts regarding GNSS signals in this post. I will start with GPS and GALILEO (Which of now is in stage 2 – IOC “Initial Operation Capability” with 10 available Satellites). The problem with these 2 systems is that...
by Aenerine | Jan 18, 2016 | Blog Posts
Hamming codes are a part of Linear Block Codes. They were invented in 1950 and can repair 1 error or detect 2. The most famous code is probably hamming[7,4]. That is a code with a codeword length of 7, which is carrying 4 data bits and 3 parity bits. Hamming codes can...