You are on page 1of 5

Simulink Self practice Quiz

1.

Compare simulink with


a. Matlab tool boxes
b. Matlab m codes
c. What are the disadvantages of simulnk

2.
a. Explain the difference between visual computing and conventional
computing
b. What other softwares use visual computing
3.
a. What is the difference between a sink and a source block?
b. Create a sine wave with 50Hz and unit 2 amplitude and display it on
a scope
c. Super impose a sine wave with a cosine wave with the same
frequency and show the results
4.
a. What do you understand by the stepping time
b. Explain what happens if the stepping time is
i. Too small
ii. Too large
c. Validate your answer in the above questions by building two
example models and showing they behave as you described
5.
a. How do you limit the time your model is running
b. What changes need to be done if the model needs to run for ever
c. Is the real time and simulation time same ? Explain your answer
6.
a. What is the difference between numerical methods and
analytical methods
b. Which method do Simulink use
c. What are the problems you may face in simulink due to the nature it
solves problems
7.
a. Create a model to simulate the noise generated in data line due
to thermal noise
Use a random signal to generate the noise. Noises maximum
amplitude is 10% of the original signal
b. Show the final signal and the original signal in the same scope
c. Is it possible to recover original values from the final signal
8. Repeat the previous model with original signal being digital (Square
wave with 0 & 1 beeing the data)
a. Show the final signal and the original signal in the same scope
b. Can you use a comparison operator to recover original data
c. If so show the original data, received data and the filtered data on
the same scope
d. From your results explain why digital signals are more robust
9.

a. Create a model to calculate the average and standard deviation of


five numbers
b. Create a subsystem for your collection of blocks
10.
a. Create a model for AM
b. Create a subsystem such that when you input the modulating
wave , output of the block is modulated wave
c. Mask the subsystem and expose the frequency of the carrier signal
as a parameter.
d. What is the advantage of masking a subsystem
11.
a. Model damped SHM
b. User should be able to change frequency and the damping factor
using sliders
c. What physical systems can be modeled as damped oscillations ?
12.Create a model to say if a student is pass or fail depending on the marks
(If marks > 50 pass ; else fail )
13.If 80% attendance is a must for a student to pass modify above model to
include the new condition
14.
a. What is the difference between held and reset option in the if
action block
b. Explain your answer using an model as an example
c. What do you understand by initial value ?
15.Create a simulink model to count from 0-100
16.Create a simulink model to add all the odd numbers between 100 and 200
17.Create a Simulink model to calculate Fibonacci numbers

Counter

You might also like