Skip to content

ManullangJihan/DSP-Tutorial-in-Julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Signal Processing (DSP) Tutorials in Julia

Welcome to the DSP Tutorials in Julia repository! This repository provides various examples and tutorials for Digital Signal Processing (DSP) using Julia.

Project Structure

env/
matlab_example/
    01_fourier_transform.jl

Manifest.toml
Project.toml

How to Use

  1. Clone the repository.
  2. Set up the Julia environment using the Project.toml and Manifest.toml files.
  3. Explore the tutorials in each folder.

Initialize Local Environment

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")

matlab_example

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages