Python Forum

Full Version: Help with a handout issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.