![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2544496.jpg)
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
統計
All
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
smooth
Perform windowed smoothing on a vector using mathematical functions
7年弱 前 | ダウンロード 4 件 |
送信済み
Modified CMRmap
Produces a colour colormap, of arbitrary length, that is monochrome-compatible.
7年弱 前 | ダウンロード 1 件 |
送信済み
Subplot position calculator
Calculate subplot positions by specifying figure margins and axis scaling.
7年弱 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42763/versions/2/screenshot.jpg)
送信済み
Precedence-based cross-correlograms
Calculate cross-correlograms with a wide range of options
7年弱 前 | ダウンロード 1 件 |
送信済み
Loudness weighting coefficients
Calculate loudness weighting coefficients based on ISO 226
7年弱 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/50349/versions/3/screenshot.jpg)
送信済み
ISO 226:2003 Normal equal-loudness-level contours
Return sound pressure levels of pure tone frequencies at specified loudness level(s).
7年弱 前 | ダウンロード 3 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/50348/versions/4/screenshot.jpg)
送信済み
Recursive contents report
Create a Contents.m file including subdirectories
7年弱 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/53127/versions/2/screenshot.png)
送信済み
STFT and its inverse
STFT and ISTFT fulfilling constant overlap-add criterion
7年弱 前 | ダウンロード 3 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/54309/versions/2/screenshot.png)
送信済み
Calculate and apply time-frequency masks via STFT
Calculate ideal time-frequency masks and apply time-frequency masks to signals via STFT
7年弱 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/54310/versions/3/screenshot.png)
送信済み
Long term average spectrum
Calculate the long-term average spectrum of a signal
7年弱 前 | ダウンロード 3 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/55212/versions/2/screenshot.png)
送信済み
Impulse response acoustic information calculator
Calculate RT, DRR, Cte, and EDT for impulse response file
7年弱 前 | ダウンロード 10 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42566/versions/12/screenshot.jpg)
送信済み
1/N-Octave Smoothing
Apply 1/NOCT-octave smoothing to a magnitude spectrum.
7年弱 前 | ダウンロード 3 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/55161/versions/5/screenshot.png)
送信済み
Gammatone filterbank
Produce an array of responses from a fourth-order Gammatone filter via FFT
8年以上 前 | ダウンロード 8 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/32212/versions/19/screenshot.jpg)
送信済み
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年以上 前 | ダウンロード 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0