The process of converting CT (continuous time) signal to discrete time signal is known as sampling. Sampling is very much necessary for digital systems because a computer cannot understand continuous time signals and sampling is the first step to convert any signal to its digital form. Simplest form of sampling:- Above figure shows the simplestContinue reading “Sampling of Continuous Time Signal in MATLAB”
Category Archives: MATLAB
Creating Signals in MATLAB
Signals are the physical quantity that varies with time. Some standard signals are very important to know behaviour of the system those signals are: Unit Impulse. Unit Step. Ramp. Sinusoidal. Sinc. Signum. In this blog we are going to create above mentioned signals creating anonymous function of each of them. These signals are also helpfulContinue reading “Creating Signals in MATLAB”