Cross-correlation is a useful method that can determine the offset between 2 similar signals. We show an intuitive explanation and a Julia language implemenatation that finds the offset of 2 different recordings of the same song. (more…)
Read more »
These days, I find myself evangelizing for Julia quite a bit. It’s a good language, especially for scientific computing, but I believe its focus on performance also makes it a good general language as well. At some level, programmers who know multiple lan... (more…)
Read more »
You heard about this brand new exciting programming language called Julia and have some suggestions for how it should work. Wonderful! We’re happy to have you here and help you learn the language and listen to your ideas! However, please be aware that “ne... (more…)
Read more »
Code: https://github.com/PiotrZakrzewski/julia-tsp/blob/main/Efficient%20TSP.ipynbPrev Video explaining the naive implementation: https://www.youtube.com/wat... (more…)
Read more »