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
제출됨
smooth
Perform windowed smoothing on a vector using mathematical functions
6년 초과 전 | 다운로드 수: 4 |
제출됨
Modified CMRmap
Produces a colour colormap, of arbitrary length, that is monochrome-compatible.
6년 초과 전 | 다운로드 수: 1 |
제출됨
Subplot position calculator
Calculate subplot positions by specifying figure margins and axis scaling.
6년 초과 전 | 다운로드 수: 1 |
제출됨
Precedence-based cross-correlograms
Calculate cross-correlograms with a wide range of options
6년 초과 전 | 다운로드 수: 1 |
제출됨
Loudness weighting coefficients
Calculate loudness weighting coefficients based on ISO 226
6년 초과 전 | 다운로드 수: 1 |
제출됨
ISO 226:2003 Normal equal-loudness-level contours
Return sound pressure levels of pure tone frequencies at specified loudness level(s).
6년 초과 전 | 다운로드 수: 7 |
제출됨
Recursive contents report
Create a Contents.m file including subdirectories
6년 초과 전 | 다운로드 수: 1 |
제출됨
STFT and its inverse
STFT and ISTFT fulfilling constant overlap-add criterion
6년 초과 전 | 다운로드 수: 1 |
제출됨
Calculate and apply time-frequency masks via STFT
Calculate ideal time-frequency masks and apply time-frequency masks to signals via STFT
6년 초과 전 | 다운로드 수: 3 |
제출됨
Long term average spectrum
Calculate the long-term average spectrum of a signal
6년 초과 전 | 다운로드 수: 6 |
제출됨
Impulse response acoustic information calculator
Calculate RT, DRR, Cte, and EDT for impulse response file
6년 초과 전 | 다운로드 수: 12 |
제출됨
1/N-Octave Smoothing
Apply 1/NOCT-octave smoothing to a magnitude spectrum.
6년 초과 전 | 다운로드 수: 5 |
제출됨
Gammatone filterbank
Produce an array of responses from a fourth-order Gammatone filter via FFT
8년 초과 전 | 다운로드 수: 4 |
제출됨
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