answersLogoWhite

0

How to make it Using the Matlab?

Updated: 10/17/2022
User Avatar

Ghonim

Lvl 1
14y ago

Best Answer

Problem 1

Generate a sinusoidal signal with amplitude 1, and w = 1. Using a uniform PCM scheme, quantize it once

to 8 levels and once to 16 levels.

Plot the original signal and quantized signal on the same axis. Compare the resulting SQNRs in the two

cases.

Choose the signal to be 10 second.

Problem 2

The periodic signal x(t) has a period of 2 and interval [0,2] is defined as

x(t) = t ---------- 0 ≤ t < 1

= -t + 2 --- 1 ≤ t < 2

· Design an 8 bit-level uniform PCM quntizer for this signal and plot the qunatized output of this

system.

· Plot the qunatization error for this system

· By calculating the power in the wrror signal, determine the SQNR for this system in decibels.

Problem 3

Write an M-file to do PWM to PPM! You can also do a simulink scheme.

Use proper input signal. And verify your answer with analytical approach.

Also introduce an AWGN to the signal and recover it back to the original signal.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to make it Using the Matlab?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make graph from an equation in Matlab?

Initially, the equation can be directly realized using Matlab source code. Then various inputs can be applied to it. These values can easily be plotted on a graph using plot or stem command in Matlab.


Does matlab talk?

Yes, it is possible to make matlab talk in Windows using a simple program that can be downloaded here: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15890&amp;objectType=FILE If you are using a mac, or unix then there may be other ways to make matlab talk, but the basic code will be quite similar. Have fun. Ed


How do you implement awgn in MATLAB without using awgn function?

no way... use awgn function in matlab


How do you call matlab from java?

You can MATLAB from Java by using the matlabcontrol library available at link1. A walkthrough to get you started can be found at link2


Convolution in matlab using for loop?

There are a lot of convolution functions in matlab, mostly in the signal processing toolbox, so it depends on what you want to do. Matlab has extensive help files available online.


How do you modulate in matlab without using matlab tools?

You would have to write your own code for a modulation (Matlab has a convolution function not in the tools), otherwise you can use its built in function in the signal processing toolbox.


How do you convert sequence of images to video in matlab?

You can do this by selecting the sequence of images you want to animate and then using the Matlab's function called "im2frame". This will result in a video.


How do you determine determinant of matrix using matlab?

d = det(x);


How matlab is used in imageprocessing?

Matlab is useful in image processing in order to convert the image into a matrix and make several operations on it.


What has the author Bahram Shahian written?

Bahram Shahian has written: 'Control system design using Matlab' -- subject(s): Automatic control, MATLAB, System design


When three dice are rolled what is the probability that at least two of the dice have the same value using Matlab?

The probability is 1 and you do not need Matlab to get that answer - only a little bit of thought.


What is the language used in matlab?

The language used in MATLAB is also called MATLAB. It is a high-level programming language that is designed for numerical and scientific computing. MATLAB was created to provide a simple and efficient way to solve complex mathematical problems and perform data analysis.