# 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](https://github.com/IoSR-Surrey/Toolbox/blob/master/+iosr/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.
天天Matlab代码科研顾问
- 粉丝: 3w+
- 资源: 2508
最新资源
- goGPS MATLAB是一款先进的GNSS观测处理软件.zip
- Git镜像John Burkardts伟大的MATLAB软件集合.zip
- Goodman Weare MCMC采样器的matlab实现.zip
- HDR工具箱用于将高动态范围HDR图像处理成MATLAB和Octave.zip
- gypsilab项目是一个开源的MATLAB工具箱,用于使用有限元边界元素和光线追踪方法进行快速数值计算,可以使用高级.zip
- HyperSpectral Matlab Toolbox源自Sourceforge.zip
- HFSSMATLABAPI是一个使用HFSS脚本接口从MATLAB控制Ansoft HFSS的库工具箱,该工具提供了一.zip
- iFEM是一个MATLAB软件包,包含鲁棒、高效和易于跟踪的代码,用于在二维和三维非结构简单网格上自适应有限元方法的主.zip
- JSONLab紧凑便携式健壮的JSONbinaryJSON编解码器为MATLABOctave.zip
- JIGSAWGEO的MATLAB绑定,用于地球科学建模的非结构化网格生成器.zip
- Iso2Mesh是一个用于MATLABOctave的三维表面和体积网格生成器.zip
- KNN抠图CVPR 2012 TPAMI 2013 MATLAB代码准备运行简单而强大的实现在40行以下.zip
- KUKA iiwa机器人的matlab控制工具箱.zip
- KUKA LBR iiwa机械臂零空间重构避障运动规划MATLAB Vrep实现.zip
- livoxcamera系统的外部标定.zip
- LabelMe图像数据库的MATLAB工具箱.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈