Tag Archives: new_content
ROT 13 with LabVIEW
So what about ciphering text message using LabVIEW? In this tutorial, we explore using ROT13 in LabVIEW; check it here! Make sure to also check LabVIEW main page here.
Audio signals with LabVIEW
Now, it’s time to play around with audio files inside LabVIEW. It’s always pretty cool to play with music. So, let’s try out and have some fun playing back the music, plotting it on a graph and do Fourier Transform … Continue reading
Fourier Summation using LabVIEW
The next practice of using LabVIEW is out! In this one, we will apply the previous VI into something practical. Let’s build a Fourier summation. If you don’t remember, then any function (not quite any function, but let’s skip the … Continue reading
Introduction to LabVIEW
So, I finally started to create the LabVIEW content. Check out the page here! Introduction material has been added.
Introduction to digital image processing
DIP is one emerging technology that is getting a lot of applications in various fields. It has its origins dating back to the early 20th century where it had a sole application in the press sector. Nowadays, it exists in … Continue reading
Digital Image Processing
Image processing is a very interesting field for me because it gives me a beautiful insight into mathematics. Here I’m considering 3 main topics for image processing: image enhancement, image compression and morphological operations. I’d provide brief explanation for each … Continue reading
Differential Equations
Differential equations are the type of equations that describe dynamic systems, whether they are naturally existing in the vast cosmos or humanly engineered in our universe. Such systems are characterized by having many variables that are changing with respect to … Continue reading
Convolution
So, here is a new section about a mathematical review for convolution here, doing a convolution using labVIEW here and finally convolution in image processing using openCV here.