MATLAB Tutorial. Digital Signal Processing. Course Details. Topics. MATLAB Environment. Introduction. Digital Signal Processing (DSP)

Similar documents
Lecturer: Keyvan Dehmamy

Introduction to MATLAB

Introduction to Matlab

Finding, Starting and Using Matlab

A General Introduction to Matlab

Introduction to. The Help System. Variable and Memory Management. Matrices Generation. Interactive Calculations. Vectors and Matrices

Some elements for Matlab programming

ELEC4042 Signal Processing 2 MATLAB Review (prepared by A/Prof Ambikairajah)

MATLAB BASICS. < Any system: Enter quit at Matlab prompt < PC/Windows: Close command window < To interrupt execution: Enter Ctrl-c.

Getting started with MATLAB

Laboratory 1 Octave Tutorial

MATLAB Fundamentals. Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University

Stokes Modelling Workshop

Chapter 2. MATLAB Fundamentals

Outline. CSE 1570 Interacting with MATLAB. Outline. Starting MATLAB. MATLAB Windows. MATLAB Desktop Window. Instructor: Aijun An.

A very brief Matlab introduction

PowerPoints organized by Dr. Michael R. Gustafson II, Duke University

Inlichtingenblad, matlab- en simulink handleiding en practicumopgaven IWS

Chapter 1 Introduction to MATLAB

Introduction to MATLAB. Computational Probability and Statistics CIS 2033 Section 003

MATLAB Workshop Dr. M. T. Mustafa Department of Mathematical Sciences. Introductory remarks

MATLAB Constants, Variables & Expression. 9/12/2015 By: Nafees Ahmed

Introduction to MATLAB

Introduction to Engineering gii

Outline. CSE 1570 Interacting with MATLAB. Starting MATLAB. Outline. MATLAB Windows. MATLAB Desktop Window. Instructor: Aijun An.

Part #1. A0B17MTB Matlab. Miloslav Čapek Filip Kozák, Viktor Adler, Pavel Valtr

An Introduction to MATLAB II

MATLAB Lesson I. Chiara Lelli. October 2, Politecnico di Milano

A Guide to Using Some Basic MATLAB Functions

Programming in Mathematics. Mili I. Shah

CDA6530: Performance Models of Computers and Networks. Chapter 4: Using Matlab for Performance Analysis and Simulation

Introduction to Matlab. High-Level Computer Vision Summer Semester 2015

PART 1 PROGRAMMING WITH MATHLAB

Introduction to Scientific and Engineering Computing, BIL108E. Karaman

Dr Richard Greenaway

Outline. CSE 1570 Interacting with MATLAB. Starting MATLAB. Outline (Cont d) MATLAB Windows. MATLAB Desktop Window. Instructor: Aijun An

Prof. Manoochehr Shirzaei. RaTlab.asu.edu

Introduction to MATLAB for Numerical Analysis and Mathematical Modeling. Selis Önel, PhD

Introduzione a MatLab. Prof. Sebastiano Battiato

A QUICK INTRODUCTION TO MATLAB

Constraint-based Metabolic Reconstructions & Analysis H. Scott Hinton. Matlab Tutorial. Lesson: Matlab Tutorial

CDA6530: Performance Models of Computers and Networks. Chapter 4: Using Matlab for Performance Analysis and Simulation

A QUICK INTRODUCTION TO MATLAB. Intro to matlab getting started

Fundamentals of MATLAB Usage

Interactive Computing with Matlab. Gerald W. Recktenwald Department of Mechanical Engineering Portland State University

A Quick Tutorial on MATLAB. Zeeshan Ali

Introduction to GNU-Octave

Matlab Workshop I. Niloufer Mackey and Lixin Shen

MATLAB Tutorial EE351M DSP. Created: Thursday Jan 25, 2007 Rayyan Jaber. Modified by: Kitaek Bae. Outline

CDA5530: Performance Models of Computers and Networks. Chapter 8: Using Matlab for Performance Analysis and Simulation

Lecture 1: What is MATLAB?

Introduction to MATLAB

Introduction to MATLAB Programming

AN INTRODUCTION TO MATLAB

Introduction to MATLAB LAB 1

Introduction to MATLAB

QUICK INTRODUCTION TO MATLAB PART I

ENGR Fall Exam 1

Why use MATLAB? Mathematcal computations. Used a lot for problem solving. Statistical Analysis (e.g., mean, min) Visualisation (1D-3D)

Introduction to MATLAB

MATLAB and Numerical Analysis

UNIVERSITI TEKNIKAL MALAYSIA MELAKA FAKULTI KEJURUTERAAN ELEKTRONIK DAN KEJURUTERAAN KOMPUTER

MATLAB Basics EE107: COMMUNICATION SYSTEMS HUSSAIN ELKOTBY

Digital Image Analysis and Processing CPE

Matlab Tutorial, CDS

What is MATLAB? It is a high-level programming language. for numerical computations for symbolic computations for scientific visualizations

INTRODUCTION TO MATLAB, SIMULINK, AND THE COMMUNICATION TOOLBOX

Introduction to MATLAB. Simon O Keefe Non-Standard Computation Group

2.0 MATLAB Fundamentals

What is Matlab? The command line Variables Operators Functions

Experiment 1: Introduction to MATLAB I. Introduction. 1.1 Objectives and Expectations: 1.2 What is MATLAB?

Matlab is a tool to make our life easier. Keep that in mind. The best way to learn Matlab is through examples, at the computer.

Matlab notes Matlab is a matrix-based, high-performance language for technical computing It integrates computation, visualisation and programming usin

Chapter 1 MATLAB Preliminaries

EE168 Handout #6 Winter Useful MATLAB Tips

MATLAB Tutorial. Mohammad Motamed 1. August 28, generates a 3 3 matrix.

MATLAB Programming for Numerical Computation Dr. Niket Kaisare Department Of Chemical Engineering Indian Institute of Technology, Madras

Introduction to Octave/Matlab. Deployment of Telecommunication Infrastructures

What is MATLAB? What is MATLAB? Programming Environment MATLAB PROGRAMMING. Stands for MATrix LABoratory. A programming environment

INTRODUCTION TO MATLAB

Introduction to Matlab. By: Dr. Maher O. EL-Ghossain

LabVIEW MathScript Quick Reference

EE 301 Signals & Systems I MATLAB Tutorial with Questions

Dr Richard Greenaway

What is Matlab? A software environment for interactive numerical computations

McTutorial: A MATLAB Tutorial

Computer Programming in MATLAB

Arithmetic and Logic Blocks

Basic Graphs. Dmitry Adamskiy 16 November 2011

What is MATLAB and howtostart it up?

Matlab and Psychophysics Toolbox Seminar Part 1. Introduction to Matlab

Math 2250 MATLAB TUTORIAL Fall 2005

MATLAB Functions and Graphics

A GUIDE FOR USING MATLAB IN COMPUTER SCIENCE AND COMPUTER ENGINEERING TABLE OF CONTENTS

Desktop Command window

MATH 3511 Basics of MATLAB

Matlab Lecture 1 - Introduction to MATLAB. Five Parts of Matlab. Entering Matrices (2) - Method 1:Direct entry. Entering Matrices (1) - Magic Square

Getting Started with Matlab

Introduction to Matlab. Summer School CEA-EDF-INRIA 2011 of Numerical Analysis

ENGR Fall Exam 1

Transcription:

Digital Signal Processing Prof. Nizamettin AYDIN naydin@yildiz.edu.tr naydin@ieee.org http://www.yildiz.edu.tr/~naydin Course Details Course Code : 0113620 Course Name: Digital Signal Processing (Sayısal Đşaret Đşleme) Instructor : Nizamettin AYDIN 1 2 Digital Signal Processing (DSP) MATLAB Tutorial Topics Introduction Running MATLAB and MATLAB Environment Getting help Variables Vectors, Matrices, and linear Algebra Mathematical Functions and Applications Plotting Programming M-files User Defined Functions 3 4 4 Introduction MATLAB Environment What is MATLAB: MATLAB stands for MATrix LABoratory A tool for Computation and Visualization in a wide range on science application MATLAB abilities: Variable management Data import and export Calculations (Based on Matrix) Generation of Plots and Graphs Current Directory Main Working Windows Workspace Windows History Windows 5 5 6 6 1

Help Windows Getting Help Type one of the following commands in the command window: help lists all the help topics help topic provides help for the specified topic help command provides help for the specified command helpwin opens a separate help window for navigation helpwin command doc Display HTML documentation in the Help browser doc command Lookfor keyword search all M-files for keyword Variables Variable names: Must start with a letter (x, y, MyVar, ) May contain only letters, digits, and the underscore _. MATLAB is case sensitive, for example one & ONE are different variables. MATLAB only recognizes the first 31 characters in a variable name. Assignment statement: Variable = number; (x=123;) Variable = expression; (x=y+123;) Effect of ; End of statement 7 7 8 8 Variables Special variables: ans: default variable name for the result. pi: π = 3.1415926 eps: ε= 2.2204e-016, smallest value by which two numbers can differ inf:, infinity NAN or nan: not-a-number i and j: imaginary number 1 Commands involving variables: who: lists the names of the defined variables whos: lists the names and sizes of defined variables clear: clears all variables clear varname: clears the variable name clc: clears the command window clf: clears the current figure and the graph window Vectors MATLAB s calculation is based on matrix/vector. row vector: A=[12 13 pi pi]; or A=[12,13,pi, pi]; column vector: B=[12; 13; pi; -pi]; Matrix: C=[1 2 3;4 5 6; 7 8 9]; Use colon to create special vectores: A=0:0.5:2; A= [0 0.5 1 1.5 2]; A=10:-2:2; A= [10 8 6 4 2]; Vector Transpose: B=A'; 9 9 10 10 Vectors Accessing to vectors/matrices elements: A(3), C(2,3), Use of colon (:) notation to access matrices elements: B(1:3), C(:,1:2), C(2:3,:) Deleting a row of a matrix: B(:,2) = [ ]; Delete 2 nd column B(3,:) = [ ]; Delete 3 rd row Arrays Operations Add(+), Subtract(-), Multiply(*), and Divide(/) arrays and scalars. For A/S/M/D of an array by a scalar: B=A+2; B=A-2; B=A*2; B=A/2; Power n of a scalar: C=2; A=C^2; B=C^1.3; Concatenation of matrices to build a larger matrix: B = [A A A]; C=[B B;B B]; 11 11 12 12 2

Arrays Operations Element by Element Operation, dot (.) operator: C=A+B; C=A-B; C=A.*B; C=A./B; C=A.^B Note: A and B Need to be same size or B be scalar! Matrices and Operators Operators: A=B+C; Same Size or one of them be scalar A=B-C; Same Size or one of them be scalar A=B*C; Matched Size or one of them be scalar A=k*B; k is scalar B=inv(A); d=det(a); B=A^2; 13 14 13 14 Matrices and Operators MATLAB Workspace Building zero filled matrices: A= zeros(n); is an n-by-n matrix of zeros. A= zeros(n,m); is an n-by-m matrix of zeros. Building one filled matrices: A= ones(n); is an n-by-n matrix of ones. A= ones(n,m); is an n-by-m matrix of ones. Building an Identity matrix: A= eye(n); Getting the size of matrix: [m,n]=size(a); also m = size(a,1); and n = size(a,2); Getting the length of a vector: n = length(a); 15 MATLAB has an interactive programming capability format Command format short: Scaled fixed point format with 5 digits. format long: Scaled fixed point format with 15 digits for double and 7 digits for single. format short e: Floating point format with 5 digits. format long e: Floating point format with 15 digits for double and 7 digits for single. format short g: Best of fixed or floating point format with 5 digits. format long g: Best of fixed or floating point format with 15 digits for double and 7 digits for single. format short eng: Engineering format that has at least 5 digits and a power that is a multiple of three format long eng: Engineering format that has exactly 16 significant digits and a power that is a multiple of three. See help format for more information! 16 15 16 MATLAB Workspace Plotting Facility Directory Manipulation: cd pwd dir mkdir Load and Save command save; Save all variable in matlab.mat files save filename a b c; Save variables a, b, and c in filename.mat load filename; Load a pre-saved file load; Load matlab.mat files Main command is plot plot(variablename,symbol); plot(1:10, * ) Plotting curves: plot(x,y); x vs. y (Both Linear) semilogx(x,y); x (Logarithmic scale) vs. y (Linear scale) semilogy(x,y); x (Linear scale) vs. y (Logarithmic scale) loglog(x,y); x vs. y (Both logarithmic scale) Multiple curves plot(x,y,w,z); x vs. y and z vs. w Multiple figures figure(n); Creation a new figure plot() command Close; Closes the figure n window close all; Closes all the plot windows Subplots: subplot(m,n,p); m by n grid of Plots, with p specifying the current plot as the pth window Line type and Color: Plot(x,y, b-,z,w, r.,x,y, k ) 17 18 17 18 3

Plotting Facility Plotting Facility axis Command Other useful Command Command Description Command axis([xmin xmax ymin ymax]) Description Define minimum and maximum values of the axes grid on grid off Grid Add dashed grids lines at the tick marks Removes grid lines (default) Toggles grid status (off to on or on to off) axis square Produce a square plot title( text ) xlabel( text ) Labels top of plot with text Labels horizontal (x) axis with text axis equal axis normal Equal scaling factors for both axes Turn off axis square, equal ylabel( text ) text(x,y, text ) Labels vertical (y) axis with text Adds text to location (x,y) on the current axes, where (x,y) is in units from the current plot axis (auto) Return the axis to defaults 19 20 19 20 Mathematical Functions Data Analysis Function Trigonometric: (sin, sind, cos, tan, asin, sinh, ) Exponential: (exp, log, log10, log2, sqrt, nthroot, ) Complex: (imag, real, abs, angle, conj, ) Rounding and Remainder: fix: Round towards zero floor: Round towards minus infinity ceil: Round towards plus infinity round: Round towards nearest integer mod: Modulus after division rem: Remainder after division Useful command: min: Minimum element from each column of Matrix max: Maximum element from each column of Matrix mean: Mean of each column of Matrix median: Median of each column of Matrix std: Standard Deviation of each column of Matrix sort: Sort a vector prod: Production of a vector sum: Summation of a vector Discrete Mathematics: (gcd, lcm, factor, factorial, isprime, ) 21 22 21 22 Relational Operators: == (equal to) ~= (not equal) < (less than) <= (less than or equal to) > (greater than) >= (greater than or equal to) if: Logical Operators: & (and) (or) ~ (not) Logical Function: and, or, xor isempty: A variable is empty or not all, and any: All or any of element are nonzero. if expression elseif expression else end if (a>b), disp( a>b ); if (a>b), disp( a>b ); else disp( a<=b ); if (a>b), disp( a>b ); elseif (a<b) disp( a<b ); else disp( a=b ); 23 24 23 24 4

for: while: for variable = expr, statement,..., statement Cntr = 0; for i=1:100, Cntr = Cntr+i; Cntr = 0; for i=100:-2:0, Cntr = Cntr+i; while expression Cntr = 100; while (Cntr>0), Cntr = Cntr 1; Cntr = 0; for i=[1,2,5,12], Cntr = Cntr+i; 25 26 25 26 m files: Switch-case: method = 'Bilinear'; switch lower(method) case { linear, bilinear } disp('method is linear') case 'nearest' disp('method is nearest') otherwise disp('unknown method.') 27 script: A set of command in a file, which execute sequentially. function: Like functions in C 28 27 28 Example of a script: Example of a function: r =100; theta = 12; x = r*cos(theta); y = r*sin(theta); function [x,y] = Polar2Cart(r,theta); x = r*cos(theta); y = r*sin(theta); >>Polar2Cart; >>[x,y] = Polar2Cart(r,theta); 29 30 29 30 5

Write help for your function function [x,y] = Polar2Cart(r,theta); % This function convert Polar to Cartesian x = r*cos(theta); % Compute x component. y = r*sin(theta); % Compute y component. 31 31 6