MNMarco Nollinoctopus.hashnode.dev·Jun 30, 2021 · 4 min readComplex Wavelets Advantage Over Real - Simply ExplainedWhat Wavelets Are Used For Extract time dependent frequency information from data. Wavelets are also used for image and audio compression, but this is out of scope here. How It Works Wavelet Transform means runnig a little test function,the wavelet, ...00
MNMarco Nollinoctopus.hashnode.dev·Jun 2, 2021 · 4 min readRun Octave Parallel with Python Using Oct2pyI will show here how to run Octave script in it's own thread and to have this script send data to Python using a TCP connection. To convert the matrix data from Octave to Python I use JSON. Python matplotlib draws the data while the Octave-script kee...00
MNMarco Nollinoctopus.hashnode.dev·Apr 29, 2021 · 9 min readRecently Started with Android Using RecyclerViewHow It Began I do programming for many years, but mainly C and Python. Recently I had the chance to create an Android prototype for which I reused parts of an existing app using RecyclerView. With almost no Java and Android experience this turned out...00