0% found this document useful (0 votes)
135 views5 pages

NOC24 EE49 Assignment Week11

This document contains 10 multiple choice questions about biomedical signal processing. The questions cover topics like the Pan-Tompkins method, spike detection using match filters, detection of dicrotic notch, analysis of EMG and speech signals, zero crossings, turns and RMS values of signals.

Uploaded by

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

NOC24 EE49 Assignment Week11

This document contains 10 multiple choice questions about biomedical signal processing. The questions cover topics like the Pan-Tompkins method, spike detection using match filters, detection of dicrotic notch, analysis of EMG and speech signals, zero crossings, turns and RMS values of signals.

Uploaded by

gs2019016
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Biomedical Signal Processing


Assignment- Week 11
TYPE OF QUESTIONS: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 1 = 10
______________________________________________________________________________

QUESTION 1:

In the Pan-Tompkins method, the delay of Z^-6 is caused by

a. LPF
b. HPF
c. Both a and b
d. None of the above

Correct Answer: a
Detailed Solution: Refer to slide number 81 (Solution 3.4)
______________________________________________________________________________

QUESTION 2:

Which of the following statement is true?


a. Valleys in the match filter response represent the presence of spike-and-wave complexes
b. Peaks in the match filter response represent the presence of spike-and-wave complexes
c. Both peaks and valleys in the match filter response represent the presence of spike-and-
wave complexes
d. None of the above

Correct Answer: b
Detailed Solution: Refer to slide observation in Solution 3.3 (video mod11lec55)

______________________________________________________________________________
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 3:

Lehner and Rangayyan method detects dicrotic notch in the

a. ECG channel
b. PCG channel
c. Carotid pulse channel
d. None of the above

Correct Answer: c
Detailed Solution: Refer to solution of Question 3.4 (video mod11lec56)
_____________________________________________________________________________

QUESTION 4:

On an EMG signal, a full-wave rectifier is applied, followed by LPF. If the cut-off frequency of the filter
decreases,

a. The number of peaks in output will increase.


b. The number of peaks in output will decrease.
c. No change in number of peaks
d. None of the above

Correct Answer: b
Detailed Solution: Refer slides of solution 4.1 (video mod11lec59)
______________________________________________________________________________

QUESTION 5:

Which of the following statement is true?


a. The envelop of RMS values obtained from bigger window size is smoother compared to
envelop of RMS values obtained from smaller window size.
b. The envelop of RMS values obtained from smaller window size is smoother compared to
envelop of RMS values obtained from bigger window size.
c. The window size has no effect on envelop of RMS value.
d. None of the above

Correct Answer: a
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

Detailed Solution: Refer slides of solution 4.2 (video mod11lec58)


____________________________________________________________________________

QUESTION 6:

For a speech signal, the number of zero crossings


a. More for the voiced portion as compared to the unvoiced portion
b. More for the unvoiced portion as compared to the voiced portion
c. Same for both voiced and unvoiced portion
d. None of the above

Correct Answer: b
Detailed Solution: Refer slides of solution 4.4 (video mod11lec60)

_____________________________________________________________________________

QUESTION 7:

How many turns are present in the signal 'y' given by the following MATLAB code:

t = 0:0.001:1;
y =3*sin(pi*7*t) + 2*cos(pi*12*t);
a. 15
b. 7
c. 10
d. 13

Correct Answer: d
Detailed Solution: Plot the signal 'y' and observe that there are 13 times the signal changes its direction
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

______________________________________________________________________________

QUESTION 8:

How many zero-crossings are present in the signal 'y' given by the following MATLAB code?

t = 0:0.001:1;
y =3*sin(pi*7*t) + 2*cos(pi*12*t);
a. 8
b. 6
c. 4
d. 10

Correct Answer: b
Detailed Solution: Plot the signal and observe that there are 6 points where the signal crosses the zero
line.

_____________________________________________________________________________

QUESTION 9:

Calculate the RMS value of the signal ‘y’ generated using the following MATLAB code:

t = 0:0.001:1;
y =sin(pi*7*t) + cos(pi*12*t);
(Note: Consider complete signal 'y' for RMS calculation)
a. 1
b. 0.5
c. 0.95
d. 0.65
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

Correct Answer: c
Detailed Solution:
t = 0:0.001:1;
y =sin(pi*7*t) + cos(pi*12*t);
sqrt(sum(y.^2)/length(y))
____________________________________________________________________________

QUESTION 10:

Calculate the RMS value of the signal ‘y’ generated using the following MATLAB code:

t = 0:0.001:1;
y = sawtooth(pi*7*t,0.1);

a. 0.3542
b. 0.1780
c. 0.5816
d. 0.707

Correct Answer: c
Detailed solution: sqrt(sum(y.^2)/length(y))

______________________________________________________________________

************END*******

You might also like