LoginSignup
0
0

More than 5 years have passed since last update.

[Review] Audio and Digital Signal Processing in Python

Posted at

Introduction

When you deal with the signal from the device or some other gadgets, it always is a analog data. However, in order to do some fancy stuff on your pc, it has to be Digital. Hence, we are required to process the data into digital one.
So in this article I would like to talk about the way to transform audio data.

Agenda

  1. Create a Sine Wave

Create a Sine Wave

In this section, we are going to create a sine wave as a running example.
But before that, let's review some terminologies.

  • Frequency: the number of times a sine wave repeats a second. ex) 1KHz
  • Sampling Rate: the number of times a second we take a sample of the analog signal.
  • Sine Wave Formulae: Screen Shot 2018-07-10 at 10.31.18.png
    Screen Shot 2018-07-10 at 10.33.38.png
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0