Connect to GitHub to push and pull your project files to a repository.
On the page that opens, create a token with repo scope, copy it, then paste it below.
Paste the personal access token you created on GitHub with repo scope.
Click Refresh to load commit history
Exercise Info
Goals
To use numpy operations to create audio
To apply formulate for creating sinusoids and related functions
Instructions
Create a 660hz cosine-based square wave at a which occupies a half of a second, sampled at 44100 samples per second. To do this, create a 660hz cosine wave, then feed it as an argument to the np.sign function
Below is an image of the first 400 samples of the square wave you're shooting for