0% found this document useful (0 votes)
13 views1 page

MATLAB Lab: Neural Networks & Audio Processing

This document provides instructions for three MATLAB exercises involving audio signals, image processing, and neural networks. The first exercise asks students to load and plot an audio file along with amplified and attenuated versions on a single subplot. The second involves reading, displaying, cropping and rearranging an image. The third prompts students to create a simple neural network using the Neural Network Toolbox, train and validate it on sample data, and report their findings.

Uploaded by

parul
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

MATLAB Lab: Neural Networks & Audio Processing

This document provides instructions for three MATLAB exercises involving audio signals, image processing, and neural networks. The first exercise asks students to load and plot an audio file along with amplified and attenuated versions on a single subplot. The second involves reading, displaying, cropping and rearranging an image. The third prompts students to create a simple neural network using the Neural Network Toolbox, train and validate it on sample data, and report their findings.

Uploaded by

parul
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

BIRLA INSTITUTE OF TECHNOLOGY & SCIENCE, PILANI

Pilani Campus
Semester I: 2021-2022

MEL G622: Introduction to Artificial Neural Networks

Lab 1: Introduction to MATLAB

[1] Plot a sound file, amplified and attenuated sound file in one plot using sub-plot. Use
the available audio file from the folder/link ( [Link] ) .

1 Use MATLAB Command to load the file.


2 Plot the signal on the screen as if it is a continuous-time signal (in top plot using
sub plot).
3 Amplify the sound wave by a factor of 5 and plot.
4 Attenuate the original sound wave by a factor of 5 and plot.
5 Play the three signals via the digital-to-analog converter in your workstation with
the MATLAB sound function.

[2] Follow the instructions given below:


1 Read the LENA ([Link] image in Tiff format from the
folder given.
2 Display this image in gray scale.
3 Crop the Image in four parts of equal size and arrange in blocks of 2*2 matrix.
4 Arrange the four blocks of [2*2] matrix in [4*1] matrix in any order of your
choice.

[3] Neural Network Toolbox provides algorithms to create, train, visualize and simulate
neural networks. You can perform classification, regression, clustering, dimensionality
reduction, time-series forecasting, dynamic system modeling and control. The objective
of this exercise is to create any simple neural network through neural network module of
MATLAB and understand the basic functionalities of toolbox. Show with an example
and their findings in the report.

Hint: Obtain simple data set of your choice from MATLAB and apply neural network
principles of training & validation and observe the results.

Note: Resources and links given in this document are available on your Lab calender
description.

You might also like