Python Forum
Help with a handout issue - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Help with a handout issue (/thread-29022.html)



Help with a handout issue - phlzin - Aug-14-2020

Can anyone help me with a study question? I'm learning python and in the handout in question there is an exercise that I can't even begin to do.



Create an array containing a cosine signal.

a) Show in an array the result of at least 5 different parameters that can be extracted from this sign (eg sum of terms, maximum value, medium, etc.).

b) Create a graph containing the original cosine signal and the sum result of this signal with another random signal, which will represent a signal contaminated by noise. Don't forget to name the axes of the graphs and to identify the signs.