Two Dimensional Graphs and Matrix Implementation in MATLAB
Draw graphs of the functions
- Y1= cos (Οt);
- Y2= sin (2Οt);
- Z=Y1+Y2 where 0β€tβ₯5
Draw graph of the given function
π = π^(ππ) On interval -1 β€ x β€ 1 for n=1, 2,. . 4.
Use Sub-plots.
Draw graph of the given function
Y=t. sin (3t);
Where t is an input by the user to the function.
Write a function row operation (A), Where A is 3x3 matrix [1,2,3;4,5,6;7,8,9]. The function should perform following tasks
- Add Row1 and Row3
- Subtract Row3 and Row1
- Multiply Row1 and Row2
- Divide Row2 and Row1
Speech Processing Using MATLAB
In order to get voice signal in MATLAB use built-in function for recording voice signal for 10 seconds.
Add and subtract both voice signals with duration of your choice.
Flip and convolve (Correlate) the second signal with the first signal.
Implement Discrete Time Signal (LTI System) Using MATLAB
Whether the system is linear or not.
Y[n] = x[n] + 4x [n-1]
Whether the system is linear or not.
Y[n] β 2Y [n-1] + 3Y [n-3] = 3x[n] + 4x [n-1]
Whether the system is Time invariant or not.
- Y[n] = x[n] - x [n-1]
- Y[n] = n x[n]
Whether the system is Time invariant or not.
Y[n] = 3x[n] + 5x [n-1] + 10x [n-4]
Fourier Transform and Spectral Analysis in MATLAB
Create an analog signal with component frequency at 15 Hz and 40 Hz with fs=200. i.e. Analog signal (y) = 5xSin (2Ο.f.t) Using FFT analysis show its magnitude and frequencies in graph.
Create an analog signal with component frequency at 20 Hz, 35Hz and 40 Hz with fs=200.And Inject random Gaussian noise. Then compute the frequency components and its magnitude.
Find DFT of the following signal and plot the result a = [1 1 2 2] where a is a discrete time signal. By Taking IFFT verify if βaβ is regenerated or not?
Use audio signal of your own choice and find the fundamental frequency of that signal.
- DSP Lab two code
- Take FFT (only magnitude) of my recording. Than plot.
- Take IFFT (only magnitude) of my recording for original recording. Then plot.
- Use fs=200, fftshift command, proper labeling and find power. (P=abs(y). ^2/N).
Z-Transform and Inverse Z-Transform Analysis in MATLAB
Find Pole and Zeros of given transfer function.
Find Pole and Zeros of given transfer function.
Find out stability and frequency response of given function.
Find out stability and frequency response of given function.
Pole and Zero plot in Z domain using MATLAB
To check our residue functions, let us consider the rational function:
First rearrange X (z) so that it is a function in ascending power of π^-1
Compute the inverse Z-transform of:
Design of FIR filter using MATLAB command and MATLAB Tools
Designing FIR filter using matlab command and matlab tool.
- Low Pass filter
- High Pass filter
Designing FIR filter using matlab command and matlab tool.
- Bandpass FIR filter
- Bandstop FIR filter
Design of IIR filter using MATLAB command and MATLAB Tools
Designing IIR filter using matlab command and matlab tool.
- Low Pass filter
- High Pass filter
Designing IIR filter using matlab command and matlab tool.
- Bandpass IIR filter using Butterworth, elliptic, chebshev in coding
- Bandstop IIR filter using Butterworth, elliptic, chebshev in coding
Introduction to TMS320C6713 DSK and Code Composer Studio
Mathematics operation (Addition of a & b ) and stored in third letter.
Series Based Problem. Ascending and Descending Order.
Sine Wave Generation on DSP Kit TMS TMS320C6713 DSK
Sine Wave Generation using Eight Points with DIP Switch Control.
Digital image processing using MATLAB
Grayscale, Enhancing Contrast and Edges of Gray Scale Images using MATLAB
Calculate size of any audio compressed signal using MATLAB