Digital Signal Processing 4: Applications¶
Course Overview¶
- Institution: EPFL
- Course code: DSP 4
- Track: Digital Signal Processing
- Tier: A
- Role: Alternative
- Level: Not standardized by provider (use prerequisites)
- Last reviewed: 2026-07-28
EPFL's Digital Signal Processing 4: Applications carries DSP into image, communications, and microcontroller work through rich videos, labs, and code, but lacks one cumulative capstone.
Why choose this course
Alternative course. A reliable option that can serve as a main course or strong alternative.
Before you start
- Recommended foundation: Signals and Systems
- Recommended foundation: Probability, Statistics, and Random Processes
- Recommended foundation: Programming and Engineering Computing
Verifiable learning outcomes
- Explain the core models in Digital Signal Processing, including their assumptions and limits
- Solve representative derivations and problems, checking units, limiting cases, or numerical results
- Complete a reproducible experiment or implementation with raw data, parameters, versions, and verification
Workload and pacing
11 weeks at 9 hours/week. This maintainer planning estimate is derived from course role and the density of public practice and labs; it is not a provider workload promise. Pilot two weeks while logging instruction, practice, lab, and review time, then adjust the remaining plan when actual effort differs by more than 25%.
Safety level
Simulation only. The default practice scope is software, computation, or simulation only; a lab label in the resource inventory does not authorize connecting physical equipment, and any hardware extension requires provider-scope verification and a new risk assessment.
Course Resources¶
Software, hardware, and cost
Software
- Maintainer-suggested open-source/free verification path: Python 3, Jupyter, NumPy, SciPy, Matplotlib, and GNU Octave
- The resource inventory lists public code coverage; pin interpreter, dependencies, toolchain, datasets, and PDK versions where applicable
Hardware
- The resource inventory lists lab coverage, but this course's maintainer path explicitly limits it to computational or simulation work. It assumes only a general-purpose computer able to run the software above and retain results; do not purchase or connect a course-specified audio interface, DSP/microcontroller board, or software-defined radio; validate with recorded data first
Cost note
The current maintainer path uses computation and simulation only, with no dedicated hardware purchase, and prefers open-source/free tools. This is not a provider requirement; platform, commercial-software, or cloud-compute costs still vary by provider, region, and plan.
Public resource coverage
| Resource type | Completeness |
|---|---|
| Video | Complete |
| Notes | Partial |
| Practice | Complete |
| Labs | Complete |
| Exams | No public material |
| Code | Complete |
Resources and access
| Resource | Access | License | Status | Verified |
|---|---|---|---|---|
| Course home | Registration required | Coursera Terms of Use | Listed by official page | 2026-07-28 |
“Listed by official page” means the link was discovered on a successfully fetched official source on the verification date; it does not guarantee that every region or account can open the target directly. Access does not grant redistribution rights. Re-check the provider page, target link, and third-party notices before downloading, adapting, or publishing material.
Practice and Verification¶
Practice loop
Digital Signal Processing 4: Applications · EPFL DSP 4: Filter Implementation and Fixed-Point Error Benchmark
This is a maintainer-suggested self-study project for Digital Signal Processing 4: Applications · EPFL DSP 4, not an official course assignment. Design and implement a digital filtering or spectral-estimation pipeline for Digital Signal Processing, comparing floating-point, fixed-point, and reference-library amplitude, phase, noise, and execution cost.
Origin: Maintainer-suggested project
Deliverables
- Measurable specifications for sample rate, pass and stop bands, latency, width, and overflow policy
- Floating reference, from-scratch implementation, fixed-point implementation, and automated tests
- Raw outputs, frequency responses, errors, and runtimes for impulse, sweep, and noise inputs
- A report comparing specifications, quantization noise, overflow, and boundary effects
Verification
- Keep floating-point normalized RMSE against the reference library below 1e-8
- Meet predeclared fixed-point passband ripple and stopband attenuation with no undetected overflow
- Cover DC, Nyquist, full scale, all-zero, and shortest-record boundaries
- Reduce word length stepwise and report the first specification failure and SNR or runtime curve
Reproducibility
- Commit design, implementation, test, signal-generation, and plotting sources
- Pin dependencies, widths, rounding and saturation modes, sample rate, and random seeds
- Preserve raw waveforms, coefficients, performance logs, and the generated report
Safety boundary: Simulation only — Process synthetic or public signals only; do not use the exercise filter for medical monitoring, protection relays, flight control, or other safety-critical decisions.
Risks, gaps, and boundaries
Image, communications, and microcontroller applications are useful, but there is no single cumulative capstone and platform access may require payment.
Completion evidence
- Weekly learning log with time, questions, corrected errors, decisions, next steps, and links to that week's reproducible artifacts
- Simulation package with model or netlist, inputs, solver and version, parameter-sweep script, benchmark comparison, expected results, and one rerun command
- Code repository with pinned dependencies and toolchain, a minimal run command, tests or waveform/benchmark checks, expected output, and license notes