Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion in Assignment1 #4

Closed
DeckerDai opened this issue Oct 4, 2018 · 3 comments
Closed

Confusion in Assignment1 #4

DeckerDai opened this issue Oct 4, 2018 · 3 comments

Comments

@DeckerDai
Copy link

By the end of Problem1 in assigment1, you asked us to "Measure times of multiplications by T for different values of N and plot them in loglog scale."

I'm not sure what you want us to ask. By times of multiplications, do you want the number of multiplications of multiplying T with a vector, whose size is N?

Thank you very much!

Best,
Dai Qi

@jallemand
Copy link

Hi Dai,

I believe the use of 'times' was meant more in the form of timing, as in how long a process will run. In this case, the time it takes for the convolutiions using T of different length (N) signals (or whatever the process was, I can't recall perfectly off the top of my head). That said, you could also argue that the number of times you had to multiply it with T would be proportional to the length of time.

Hope that helps.
Jon

@Aelphy
Copy link
Owner

Aelphy commented Oct 4, 2018

Hi there.

Jon is right I want to see smth like a plot: runtime vs N

Sincerely,
Mikhail

@Aelphy
Copy link
Owner

Aelphy commented Oct 4, 2018

That's also true, that you could carefully compute the number of unit operations (+-*/), but let's keep things practical :)

@Aelphy Aelphy closed this as completed Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants