Create a pythonclass that does the following:
2. Create aprivate method that will generate random values in the range 0-1. Look at the examples at the end of this document for ideas on approaching this. This method may take argument that can be passed by the property below.
3. Create apublic property that will use the above member to return a value in your preferred range.
4. You will use the Matplotlib library to display your data values. The output must look professional. You will label youroutput axes andtitle appropriately.
5. Code to drive (run your program)
• Use generator_4() will give peaks and valleys. You may also use a sin function or some other function that will give you the base shape.
• Use generator_3() to change the length (or frequency) of the peaks.
• Use generator_2() and to get the squiggles.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here