{"id":25450816,"url":"https://github.com/algoscienceacademy/dsp","last_synced_at":"2026-04-24T22:32:26.452Z","repository":{"id":278014316,"uuid":"934188484","full_name":"algoscienceacademy/DSP","owner":"algoscienceacademy","description":"A comprehensive suite of interactive DSP applications designed for different skill levels. This project provides hands-on experience with digital signal processing concepts through visual and interactive tools.","archived":false,"fork":false,"pushed_at":"2025-02-17T14:05:33.000Z","size":613,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T15:22:52.325Z","etag":null,"topics":["dsp","matplotlib","pyside6","python","scipy","signal-processing","simulation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/algoscienceacademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-17T12:23:03.000Z","updated_at":"2025-02-17T14:05:37.000Z","dependencies_parsed_at":"2025-02-17T15:33:02.729Z","dependency_job_id":null,"html_url":"https://github.com/algoscienceacademy/DSP","commit_stats":null,"previous_names":["algoscienceacademy/dsp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FDSP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FDSP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FDSP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoscienceacademy%2FDSP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algoscienceacademy","download_url":"https://codeload.github.com/algoscienceacademy/DSP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239373169,"owners_count":19627784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dsp","matplotlib","pyside6","python","scipy","signal-processing","simulation"],"created_at":"2025-02-17T22:16:10.803Z","updated_at":"2026-04-24T22:32:26.417Z","avatar_url":"https://github.com/algoscienceacademy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Digital Signal Processing (DSP) Learning Suite\n\nA comprehensive suite of interactive DSP applications designed for different skill levels. This project provides hands-on experience with digital signal processing concepts through visual and interactive tools.\n\n## Project Structure\n\n```\naliasF/\n├── Beginner/\n│   ├── signalgui1.py\n│   └── README.md\n├── Intermediate/\n│   ├── signalgui2.py\n│   └── README.md\n├── Expert/\n│   ├── main.py\n│   └── README.md\n└── README.md\n```\n\n## Overview\n\nhttps://github.com/user-attachments/assets/d7b1503d-d5fb-4390-8511-4a2d62e70ccf\n\n\nThis project offers three levels of DSP applications:\n- **Beginner**: Basic signal sampling and quantization\n- **Intermediate**: Advanced signal processing with FFT analysis\n- **Expert**: Comprehensive DSP workbench with real-time analysis\n\n## Requirements\n\n- Python 3.8+\n- PySide6\n- NumPy\n- Matplotlib\n- SciPy\n- Pandas (Expert level only)\n\n## Installation\n\n```bash\npip install PySide6 numpy matplotlib scipy pandas\n```\n\n## Quick Start\n\n1. Clone the repository\n2. Navigate to desired difficulty level\n3. Run the corresponding Python file:\n```bash\npython signalgui1.py  # For beginner\npython signalgui2.py  # For intermediate\npython main.py        # For expert\n```\n\n# Project Setup Guide\n\n## Virtual Environment Setup\n\n1. Install Python 3.8 or higher if not already installed\n2. Create a virtual environment:\n   ```bash\n   python -m venv venv\n   ```\n3. Activate the virtual environment:\n   - On Windows:\n     ```bash\n     venv\\Scripts\\activate\n     ```\n   - On macOS/Linux:\n     ```bash\n     source venv/bin/activate\n     ```\n\n## Required Packages\n\nInstall the following packages after activating your virtual environment:\n\n```bash\npip install -r requirements.txt\n```\n\nEssential packages include:\n- pip\u003e=21.0.0\n- setuptools\u003e=45.0.0\n- wheel\u003e=0.37.0\n- pytest\u003e=6.0.0\n- black\u003e=22.0.0  # for code formatting\n- flake8\u003e=3.9.0  # for linting\n- mypy\u003e=0.910    # for type checking\n- python-dotenv\u003e=0.19.0  # for environment variables\n\n## Features\n\n### Common Features\n- Interactive signal generation\n- Real-time visualization\n- Sampling and quantization\n- Aliasing demonstration\n\n### Level-specific Features\n- **Beginner**: Basic DSP concepts\n- **Intermediate**: FFT analysis, noise simulation\n- **Expert**: Advanced filtering, PCM encoding, eye diagrams\n\n## Contributing\n\nFeel free to submit issues and enhancement requests.\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoscienceacademy%2Fdsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgoscienceacademy%2Fdsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoscienceacademy%2Fdsp/lists"}