KAVIRAJec / Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MATLAB Training Projects

This repository contains my projects and exercises completed during my MATLAB training. The training lasted for 12 days and covered various aspects of MATLAB programming and applications.

Contents

  • Matrices Operations: Demonstrates how to get user input for matrices and perform operations such as addition, subtraction, multiplication, and inversion.

  • Circuit Solver: Includes MATLAB code to solve circuits using MATLAB's circuit analysis capabilities.

  • GUI Development: Showcases GUI development using MATLAB's graphical user interface tools.I developed Simple Calculator, Slider and Text editor.

  • Signal Processing:

    • **Continuous to Discrete Signal Conversion: Code examples for converting continuous signals to discrete signals.
    • Generation and Manipulation of Basic Signals: Examples of generating and manipulating ramp, step, exponential, sine, and cosine signals.
    • Fourier Transform: MATLAB code for performing Fourier transform, fast Fourier transform (FFT), and inverse Fourier transform on signals.
    • Spectrum Generation: Code samples for generating spectra and separating them using bandpass filters.
  • Image Processing:

    • Image Enhancement: MATLAB code for basic image enhancement techniques, including contrast adjustment, grayscale conversion, and noise reduction.
    • Image Segmentation: Examples of image segmentation algorithms implemented in MATLAB.
  • Antenna Design:

    • Microstrip Antenna for WLAN Application: MATLAB code and designs for microstrip antennas used in WLAN applications.
    • Fractal Antenna Design: MATLAB code and examples for designing and developing fractal antennas.

Usage

Feel free to explore the different folders and files in this repository. Each folder contains the MATLAB scripts and functions related to the respective topic. You can run the scripts directly in MATLAB to see the results.

Additional Notes

Please note that the code and projects in this repository were developed during my MATLAB training, and they serve as learning exercises. Feel free to modify and build upon them according to your requirements.

If you have any questions or suggestions, please feel free to reach out to me.

License

License by MIT

About


Languages

Language:MATLAB 99.3%Language:M 0.7%