DSP Icebreaker – Adding white noise to signals, the proper way.

This article is in addition to the last article where we saw how to plot a sinusoidal wave using python. In this article we will see how can we add noise to signals. And later we will see the power of filters by removing our added noise. Noise is a unwanted disturbance in the signal. … Continue reading DSP Icebreaker – Adding white noise to signals, the proper way.

STATIC KEYWORD IN JAVA

While getting started with any programming language, there are some keywords which we might just overlook or ignore at once and keep on going with the rest of it. In this blog I will be discussing one of the most overlooked and important keyword in Java. I must tell you this blog is not only for the people who are familiar with Java but for every programmer who faces the difficulty with the concept of 'static' keyword.