Welcome to the DSP Tutorials in Julia repository! This repository provides various examples and tutorials for Digital Signal Processing (DSP) using Julia.
env/
matlab_example/
01_fourier_transform.jl
Manifest.toml
Project.toml
- Clone the repository.
- Set up the Julia environment using the Project.toml and Manifest.toml files.
- Explore the tutorials in each folder.
The local environment is set up using the activate_env.jl
file inside the env
folder. Each tutorial script begins with the following line:
# Activate environment and install dependencies defined in Project.toml
include("../env/activate_env.jl")
This folder contains Julia code converted from MATLAB examples, specifically demonstrating Fourier Transform techniques.
Topic | Source |
---|---|
Fourier Transform | Source |
Convolution Filter to Smooth Data | Source |
Analyzing Cyclical Data with FFT | Source |
Square Wave From Sine Waves | Source |
Feel free to explore and enhance these tutorials. Contributions are welcome!