Giter Club home page Giter Club logo

dsp-telecom-book-code's Introduction

dsp-telecom-book-code

Source code for Aldebaro's book on DSP and digital communications. More information at http://aldebaro.ufpa.br/

Installation of Matlab / Octave code

  1. Execute Matlab or Octave

  2. Using Matlab/Octave go to the "Code" folder (you should see subfolder such as Code\MatlabOctaveFunctions)

  3. Run the script ak_setPath

  4. Use the command path to verify if the folders (MatlabOctaveFunctions and others) were properly added.

Alternatively, after download, you can manually set the path of Octave or Matlab to include the folders MatlabOctaveFunctions (with functions such as ak_psd.m) MatlabOctaveThirdPartyFunctions (with mseq.m). For example, use something like the below in the beginning of your code: addpath('../dsp-telecom-book-code/MatlabOctaveFunctions); addpath('../dsp-telecom-book-code/MatlabOctaveThirdPartyFunctions);

Note to Octave users

Besides "installing" the packages (that are called "toolboxes" in Matlab), Octave requires "loading" (enabling for usage) the packages that will be used. For example, having the "signal" package installed, to effectively use it, issue the command:

pkg load signal

Extra Python code

The following projects complement the code provided in this repository:

https://github.com/aldebaro/dsp-projects - DSP projects

https://github.com/lasseufpa/lasse-py - useful Python modules

Credits

I tried to give credits to all third-party code I am using. In case I failed, please let me know and I will happily give proper credits.

dsp-telecom-book-code's People

Contributors

aldebaro avatar jvictorferreira3301 avatar savioabastos avatar eduardogfilho avatar m-dougl avatar astrason avatar caiobbrasil avatar josedsneto avatar manky0 avatar abrahaofe avatar gabrielleal2 avatar lucasqc avatar mozart11 avatar arthur-nascimento avatar claudio966 avatar allbu avatar

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.