Coder Social home page Coder Social logo

matlabtoolbox's Introduction

IoSR Matlab Toolbox

A general purpose Matlab toolbox containing functions and classes for: auditory modelling, signal processing, sound source separation, statistics, plotting, etc. See Contents.m for a full list of functions/classes.

Installation

Basic installation only requires you to add the install directory to the Matlab search path.

If you wish to perform certain audio / signal processing tasks (especially spatialisation), please navigate to the install directory and type

iosr.install

This will automatically download the toolbox's dependencies for these tasks, and add the necessary paths to your search path.

Usage

Use these functions as:

iosr.<folderName>.<functionName>(<args>)

(Ignoring the '+' in the folder name.) Alternatively, use the import directive to add one or more namespaces, e.g.:

import iosr.auditory
import iosr.*

If using import, note that some function names may conflict with built-in Matlab function names (e.g. quantile). One method of resolving the conflict and shortening the function call is to create a handle to any functions with conflicting names, e.g.

qntl = @iosr.statistics.quantile;

Type

help iosr

for more information.

matlabtoolbox's People

Contributors

tgabor avatar

Watchers

 avatar  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.