Clone the repository `git clone https://github.com/gsivaych/matLab`
-
Know more about MATLAB
-
MATLAB Documentation
- Signals and Systems : UEC 404
- Basic signals : Unit Impulse, Unit Step, Unit Ramp, Ramp, Sinc
- Basic signal operations : Decompose into Odd and Even parts, Shifting, Scaling
- CTFT , DTFT of Rectangular Pulse, 8 pt FFT
- Convolution, Linear Convolution
- Z-transform of given impulse response of system
- Numerical Analysis : UMA 007
- Roots of non-linear equation : Bisection, Fixed-point iteration, Newton's and Secant methods
- LU factorisation using Gauss Elimination method
- Solving System of Linear equations
- Gauss Elimination method
- Gauss-Seidel method, SOR iterative method
- Relaxation factor vs Iterations required for SOR
- Jacobi Iterative method for diagonally dominant system
- Eigen Value and Eigen Vector using Power method
- Lagrange interpolating polynomials and Function Plot
- Newton's divided-difference interpolating polynomials
- Numerical Integration : Composite Simpson and Trapezoidal methods
- Solving Initial Value Problems
- Modified Euler's method
- Runge-kutta method (fourth-order)
- Advanced Numerical Methods : UMA 061
- Differentiation & Integration
- Romberg Integration
- Differentiation & Integration
- Digital Signal Processing : UEC 502
- Basics :
- Ramp Signal, Signum function, Decomposing a function into Even & Odd parts
- Frequenecy & phase - Sine wave , Duty cycle - Square wave
- DFT IDFT
- Convolution
- FFTs (Fast Fourier Transforms)
- Cooley–tukey algorithm (divide and conquer)
- Decimation in Time
- Decimation in Frequency
- Frequency Response of Window functions
- Digital Filter Design
- Basics :