
Christopher Hummersone
Python, C++, C, PHP, Javascript, MATLAB, SQL, HTML, CSS, Shell
Spoken Languages:
English
Statistics
RANK
213.233
of 258.329
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
316 of 17.802
REPUTATION
4.516
AVERAGE RATING
4.70
CONTRIBUTIONS
25 Files
DOWNLOADS
179
ALL TIME DOWNLOADS
41656
RANK
of 110.432
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Functional spread/box plot
Draw a functional plot showing data spread
etwa 4 Jahre ago | 3 downloads |

Submitted
smooth
Perform windowed smoothing on a vector using mathematical functions
etwa 4 Jahre ago | 2 downloads |
Submitted
Modified CMRmap
Produces a colour colormap, of arbitrary length, that is monochrome-compatible.
etwa 4 Jahre ago | 1 download |
Submitted
Subplot position calculator
Calculate subplot positions by specifying figure margins and axis scaling.
etwa 4 Jahre ago | 2 downloads |

Submitted
Sinc filter
Apply a near-ideal low- or band-pass filter.
etwa 4 Jahre ago | 11 downloads |

Submitted
Precedence-based cross-correlograms
Calculate cross-correlograms with a wide range of options
etwa 4 Jahre ago | 1 download |
Submitted
Loudness weighting coefficients
Calculate loudness weighting coefficients based on ISO 226
etwa 4 Jahre ago | 1 download |

Submitted
ISO 226:2003 Normal equal-loudness-level contours
Return sound pressure levels of pure tone frequencies at specified loudness level(s).
etwa 4 Jahre ago | 4 downloads |

Submitted
Perceptual spectral centroid
Perceptually-informed spectral centroid.
etwa 4 Jahre ago | 2 downloads |

Submitted
Recursive contents report
Create a Contents.m file including subdirectories
etwa 4 Jahre ago | 1 download |

Submitted
STFT and its inverse
STFT and ISTFT fulfilling constant overlap-add criterion
etwa 4 Jahre ago | 7 downloads |

Submitted
Calculate and apply time-frequency masks via STFT
Calculate ideal time-frequency masks and apply time-frequency masks to signals via STFT
etwa 4 Jahre ago | 3 downloads |

Submitted
Long term average spectrum
Calculate the long-term average spectrum of a signal
etwa 4 Jahre ago | 14 downloads |

Submitted
Impulse response acoustic information calculator
Calculate RT, DRR, Cte, and EDT for impulse response file
etwa 4 Jahre ago | 28 downloads |

Submitted
1/N-Octave Smoothing
Apply 1/NOCT-octave smoothing to a magnitude spectrum.
etwa 4 Jahre ago | 14 downloads |

Submitted
Alternative box plot
Draw a box plot with various display options
fast 5 Jahre ago | 53 downloads |

Submitted
MASSEF
Multichannel audio source separation evaluation framework
etwa 5 Jahre ago | 7 downloads |
Submitted
Stacked line plot
Stacked line plots from a matrix or vectors
fast 6 Jahre ago | 3 downloads |

Submitted
Quantile calculation
Quantiles of a sample via various methods
fast 6 Jahre ago | 2 downloads |

Submitted
Quantile-quantile plot
Quantile-quantile plot with patch option
fast 6 Jahre ago | 4 downloads |

Submitted
Gammatone filterbank
Produce an array of responses from a fourth-order Gammatone filter via FFT
fast 6 Jahre ago | 7 downloads |

Submitted
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.
fast 6 Jahre ago | 1 download |
Question
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...
fast 6 Jahre ago | 0 answers | 0
0
answersHow 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...
mehr als 6 Jahre ago | 0
Question
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...
mehr als 6 Jahre ago | 1 answer | 0