[Visualisation] matplotlib.pyplot.figure matplotlib.pyplot.subplot matplotlib.pyplot.subplots matplotlib.pyplot.tight_layout matplotlib.pyplot.plot matplotlib.pyplot.stem matplotlib.pyplot.grid matplotlib.pyplot.legend matplotlib.pyplot.title matplotlib.pyplot.xlabel matplotlib.pyplot.ylabel matplotlib.pyplot.xticks matplotlib.pyplot.show [Trigonométrie & Phase] numpy.sin numpy.cos numpy.tan numpy.sinc numpy.angle numpy.unwrap [Fenêtrage] numpy.hamming numpy.hanning numpy.blackman [FFT & Domaine fréquentiel] numpy.fft.fft numpy.fft.ifft numpy.fft.rfft numpy.fft.irfft numpy.fft.fftshift numpy.fft.ifftshift numpy.fft.fftfreq numpy.fft.rfftfreq [Filtrage - Conception] scipy.signal.butter scipy.signal.cheby1 scipy.signal.ellip scipy.signal.freqz [Filtrage - Application] scipy.signal.lfilter => Filtrage réel RII scipy.signal.filtfilt => Filtrage réel RII sans déphasage [Détection de pics] scipy.signal.find_peaks [Signaux complexes & amplitudes] numpy.abs numpy.real numpy.imag numpy.conjugate numpy.dot numpy.correlate numpy.convolve numpy.linalg.norm [Statistiques] numpy.mean numpy.std numpy.sum numpy.max numpy.min numpy.unique numpy.allclose numpy.array_equal [Création de tableaux] numpy.array numpy.arange numpy.ones numpy.zeros numpy.ones_like numpy.zeros_like [Manipulation de tableaux] numpy.concatenate numpy.pad [Opérations numériques] numpy.exp numpy.log10 numpy.sqrt numpy.ceil numpy.clip numpy.round [Indexation, tri & logique] numpy.argmax numpy.argmin numpy.argsort numpy.argwhere numpy.logical_and numpy.logical_or numpy.logical_not numpy.logical_xor [I/O Audio] scipy.io.wavfile.read scipy.io.wavfile.write