# 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.
![avatar](https://profile-avatar.csdnimg.cn/5d2ad3b2ff2b438ea06fae8e9cde891e_m0_57702748.jpg!1)
天天Matlab代码科研顾问
- 粉丝: 3w+
- 资源: 4139
最新资源
- 中小企业数据安全指南:DeepSeek本地化部署的加密与权限管理实践.pdf
- 中小企业私有化部署指南:DeepSeek+RAG构建行业知识库实战.pdf
- 中小型企业私有化部署指南:基于华为云的DeepSeek实战经验分享.pdf
- 中小银行风控系统升级:DeepSeek+客户数据微调的合规部署方案.pdf
- 中小医院落地指南:DeepSeek医疗知识库私有化部署与诊断辅助系统搭建.pdf
- 中小物流企业逆袭:DeepSeek路径优化算法+自有运单数据训练全解析.pdf
- 中小物流企业突围:DeepSeek路径优化模型训练,基于运单数据的动态路由算法改造实战.pdf
- 中小银行实战:DeepSeek私有化信用评估模型训练与部署成本优化.pdf
- 中小银行风控新范式:DeepSeek私有化部署+信贷数据训练的避坑手册.pdf
- 中小银行实战:DeepSeek反欺诈模型私有化部署经验分享.pdf
- 中小银行实战:基于DeepSeek的信贷风险评估模型训练与私有云部署全流程.pdf
- 珠宝款式设计灵感激发:程序员用DeepSeek私有化部署引领珠宝时尚潮流.pdf
- 珠宝市场需求洞察:程序员让DeepSeek私有化部署助力企业精准铺货.pdf
- 珠宝真伪鉴定辅助:程序员借助DeepSeek私有化部署打造精准鉴定体系.pdf
- 机房预约系统/应用软件开发+C++/面向对象编程/文件操作/控制台输入输出+用户身份/登录验证/预约管理/系统菜单
- TetraCPSPlus-R07.30.09.30.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)