STATLAB/ListaFunkcji: Różnice pomiędzy wersjami
Z Brain-wiki
Linia 157: | Linia 157: | ||
|} | |} | ||
+ | <!-- | ||
===Dodatkowe=== | ===Dodatkowe=== | ||
<source lang= python> | <source lang= python> | ||
Linia 225: | Linia 226: | ||
return (fftshift(S_dB),fftshift(F)) | return (fftshift(S_dB),fftshift(F)) | ||
</source> | </source> | ||
+ | --> |
Aktualna wersja na dzień 11:14, 10 lis 2016
Spis treści
Biblioteki
Lista funkcji
Matematyczne z pakietu numpy
numpy.sin | numpy.exp | numpy.log | numpy.real |
numpy.imag | numpy.conj | numpy.unwrap | numpy.angle |
numpy.sqrt | numpy.sum | numpy.power | numpy.ceil |
numpy.floor | numpy.round | numpy.absolute | numpy.iinfo |
Macierzowe z pakietu numpy
Sygnałowe
Statystyczne
numpy.mean | numpy.std | scipy.stats.scoreatpercentile | scipy.stats.norm |
numpy.random.rand | numpy.random.randn |
Filtry
Pliki
numpy.fromfile | numpy.ndarray.tofile | numpy.loadtxt | numpy.savetxt |
scipy.io.wavfile.read | scipy.io.wavfile.write |
Wykresy Matplotlib
http://matplotlib.org/api/pyplot_api.html
plot | stem | subplot | figure |
imshow | title | xlim | ylim |
xlab | ylab | label | legend |
grid | show | fill_between | step |