https://github.com/yogithesymbian/python-matlab-data-signal
Python Matlab Data Signal Processing with Scipy
https://github.com/yogithesymbian/python-matlab-data-signal
Last synced: 4 months ago
JSON representation
Python Matlab Data Signal Processing with Scipy
- Host: GitHub
- URL: https://github.com/yogithesymbian/python-matlab-data-signal
- Owner: yogithesymbian
- License: gpl-3.0
- Created: 2019-05-20T21:44:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T03:40:46.000Z (6 months ago)
- Last Synced: 2025-01-24T17:37:41.137Z (6 months ago)
- Language: Python
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# python-matlab-data-signal
Python Matlab Data Signal Processing with Scipy.
default value x = 15 03 99 and n = 0 1 2
you can custome the value with input `dspolnes`## Requirements
package requirements
- python3 `apt-get install python3` | unix | windows https://python.org
- matplotlib `pip3 install matplotlib`
- numpy `pip3 install numpy`
- pyfiglet `pip3 install pyfiglet`
- scipy `pip3 install scipy`
- more ref : https://scipy.org## Installation
**Download the latest revision**
```
git clone [email protected]:yogithesymbian/python-matlab-data-signal.git# Or if you prefer https
git clone https://www.github.com/yogithesymbian/python-matlab-data-signal.git
```**Switch to tool's directory**
```
cd python-matlab-data-signal
```**Run pymath-dsp-yogi (missing dependencies will not be auto-installed)**
```
python3 pymath-dsp-yogi.py
```## screenshot
### - grafis 1c
![DSP Screen1]()
### - bentuk -x(n-3)

### - Transformasi Fourier ( still development )
### - Transformasi Z ( still development )
## Disclaimer
- Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research.