Coder Social home page Coder Social logo

rsmarinho / pdscodes Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9.57 MB

Code snippets and notebooks used in PDS classes.

Python 0.30% Jupyter Notebook 99.65% Verilog 0.04%
pds quantization convolution nyquist impulse fft dct image-processing python signals

pdscodes's Introduction

pdscodes

Code snippets and notebooks used in PDS classes.

All (almost) codes are in Python3 language.

If you want to run the examples locally, I recomend you to use an python environment as follows:

On linux

  1. Create and enter virtual environment
  • virtualenv --clear env
  • source env/bin/activate
  1. Install adam requirements to the virtual env
  • `pip install -r requirements.txt
  1. Install plugin requirements to the virtual env
  • ufpbots example: pip install -r ufpbots/requirements.txt

Sampling and quantization

Signals and operations

Discrete Fourier

  • dft (jupyter notebook): Discrete Fourier Transform notebook
  • fft (jupyter notebook): Fast Fourier Transform notebook

Homework (Trabalhos Práticos)

All home works are jupyter notebooks. These files can be opened using google-colab.

  • TP01 - Convolução linear de duas dimensões.
  • TP02 - Efeitos de operações lineares em sinais de audio
  • TP03 - Quantização Lei-A e Lei-u
  • TP04 - Fuções de Janelamento
  • TP05 - Espectrograma
  • TP07 - Processamento e Compactação de imagem
  • TP08 - Comunicação Digital
  • TP09 - Filtragem FIR (IIR - talvez)

Auxiliary files

  • arroz e feijao: Audio wave file used in some examples (SPOLTECH audio file)
  • barbara: Image (png) file used in some examples
  • paganini: Audio wave file used in some examples (from wikimedia)
  • table notes: Image containing the frequencies of musical tones. Don't know the author.
  • transmission: Recorded example used in TP07
  • lena: Image (png) file used in TP08

TODO

  • Melhorar exemplo operations.py. Exemplo não está tão claro como deveria estar (pouco eficiente na apresentacao).
  • TP02.ipynb: Adicionar/melhorar os comentários e comandos de questões.
  • Colocar as aulas e arquivos utilizados por aula no README

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.