Presentation is loading. Please wait.

Presentation is loading. Please wait.

Plotting and Analysis with Matlab

Similar presentations


Presentation on theme: "Plotting and Analysis with Matlab"— Presentation transcript:

1 Plotting and Analysis with Matlab
K. A. Connor Mobile Studio Project Center for Mobile Hands-On STEM SMART LIGHTING Engineering Research Center ECSE Department Rensselaer Polytechnic Institute Intro to ECSE Analysis

2 Matlab Analysis Importing Data Some Concepts Load Lines Decibels
Fourier and Laplace Transforms Bode Plots

3 Importing Data Matlab Home Tab – Import Data Select the file to import
Click on the green check mark to import ‘whos’ to check the variable names & sizes

4 Match I-V Plots for Solution
Load Lines A load line is used in graphical analysis of nonlinear electronic circuits, representing the constraint other parts of the circuit place on a non-linear device, like a diode or transistor. It is usually drawn on a graph of the current vs the voltage in the nonlinear device, called the device's characteristic curve. Match I-V Plots for Solution Wikipedia

5 Decibels To express ratios of amplitudes or amplitudes relative to a standard when values vary over many orders of magnitude

6 Decibels

7 Decibels

8 Transforms Phasors Fourier Transforms Laplace Transforms

9 Bode Plots (Diagrams) Plot of frequency response of a system Magnitude
Phase Wikipedia

10 Matlab Bode Write Laplace Transform transfer function
Then bode(transfer function) RLCF=tf([0 0 1],[1e-9 5e-6 1]);% RLC Circuit Current bode(RLCF);grid;

11 Bode Note!

12 LTspice

13 Summary The Powerful Combination: Experiment Simulation Math Modeling
Also – Understanding what is necessary rather than everything … usually can be done.


Download ppt "Plotting and Analysis with Matlab"

Similar presentations


Ads by Google