Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use Python Programming Questions 1 Convolutions Define the following signals I=(3, 4, 1.2.5, 6, 7, 8, 2, 4] h = [1 4:1) s) Calculate the

image text in transcribed

Use Python

Programming Questions 1 Convolutions Define the following signals I=(3, 4, 1.2.5, 6, 7, 8, 2, 4] h = [1 4:1) s) Calculate the convolution between these two signals, r*h, in time domain (don't use any libraries or built in functions besides addition and multiplication). Note that the convolution of two signals of length N and M should be of size (N+M - 1). b) Describe in words what this convolution does. c) Convolutions are (N) when computed in the time domain for two 1D signals of length N. Le, the physical resources (eg., time) that are needed to convolve two 1D signals of the same length are proportional to the square of the signal length. However, with a constant filter like h, we can modify the process to make it (N). Show how to do a convolution with s filter like h where all the elements are the same in O(N) time. d) Show the time difference from the technique discussed in c) by replicating and h 100 times to make then 100 times the original length, and time how long the convolution takes with the regular technique vs the more efficient one. Programming Questions 1 Convolutions Define the following signals I=(3, 4, 1.2.5, 6, 7, 8, 2, 4] h = [1 4:1) s) Calculate the convolution between these two signals, r*h, in time domain (don't use any libraries or built in functions besides addition and multiplication). Note that the convolution of two signals of length N and M should be of size (N+M - 1). b) Describe in words what this convolution does. c) Convolutions are (N) when computed in the time domain for two 1D signals of length N. Le, the physical resources (eg., time) that are needed to convolve two 1D signals of the same length are proportional to the square of the signal length. However, with a constant filter like h, we can modify the process to make it (N). Show how to do a convolution with s filter like h where all the elements are the same in O(N) time. d) Show the time difference from the technique discussed in c) by replicating and h 100 times to make then 100 times the original length, and time how long the convolution takes with the regular technique vs the more efficient one

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Solaris 11.2 System Administration (oracle Press)

Authors: Harry Foxwell

1st Edition

007184421X, 9780071844215

More Books

Students also viewed these Databases questions

Question

What process do you have in place for development planning?

Answered: 1 week ago

Question

What guidance are you giving managers on pre- and post- briefing?

Answered: 1 week ago