Christopher Hummersone
自 2013 起处于活动状态
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, PHP, Javascript, MATLAB, SQL, HTML, CSS, Shell
Spoken Languages:
English
Python, C++, C, PHP, Javascript, MATLAB, SQL, HTML, CSS, Shell
Spoken Languages:
English
Feeds
已提交
Modified CMRmap
Produces a colour colormap, of arbitrary length, that is monochrome-compatible.
6 years 前 | 1 次下载 |
已提交
Subplot position calculator
Calculate subplot positions by specifying figure margins and axis scaling.
6 years 前 | 1 次下载 |
已提交
Precedence-based cross-correlograms
Calculate cross-correlograms with a wide range of options
6 years 前 | 1 次下载 |
已提交
Loudness weighting coefficients
Calculate loudness weighting coefficients based on ISO 226
6 years 前 | 1 次下载 |
已提交
ISO 226:2003 Normal equal-loudness-level contours
Return sound pressure levels of pure tone frequencies at specified loudness level(s).
6 years 前 | 8 次下载 |
已提交
STFT and its inverse
STFT and ISTFT fulfilling constant overlap-add criterion
6 years 前 | 1 次下载 |
已提交
Calculate and apply time-frequency masks via STFT
Calculate ideal time-frequency masks and apply time-frequency masks to signals via STFT
6 years 前 | 2 次下载 |
已提交
Long term average spectrum
Calculate the long-term average spectrum of a signal
6 years 前 | 5 次下载 |
已提交
Impulse response acoustic information calculator
Calculate RT, DRR, Cte, and EDT for impulse response file
6 years 前 | 11 次下载 |
已提交
Gammatone filterbank
Produce an array of responses from a fourth-order Gammatone filter via FFT
8 years 前 | 7 次下载 |
已提交
Check whether mex file is compiled for system
Check if mex file is compiled for the OS or if the source was modified since it was compiled.
8 years 前 | 1 次下载 |
提问
Multi-level packages with shared private folder
If I have a multi-level package, e.g. +foo/+bar1/... +foo/+bar2/... can I have a shared private folder, e.g. +fo...
8 years 前 | 0 个回答 | 0
0
个回答已回答
How can I use NARGIN/NARGOUT to determine the number of input/output arguments of an object method?
An indirect solution is to test for the existence of a particular variable: exist('var_name','var')==1 This works for in...
How can I use NARGIN/NARGOUT to determine the number of input/output arguments of an object method?
An indirect solution is to test for the existence of a particular variable: exist('var_name','var')==1 This works for in...
9 years 前 | 0
提问
How do you overload the help of a built-in method?
I've followed the advice in Matlab's documentation on implementing a custom copy method in some of my classes (overloading the c...
9 years 前 | 1 个回答 | 0