Feeds
已提交
cache_results
CACHE_RESULTS - caching function results to disk with transparent tracking of arguments
12 years 前 | 1 次下载 |
已提交
audioread - unified audio file input function
audioread provides a single, unified function for reading audio files in wav, mp3, aac, flac...
12 years 前 | 24 次下载 |
已提交
m4aread - read MPEG4 (AAC or M4A) compressed audio files
m4aread reads m4a or aac compressed audio files just like wavread reads uncompressed audio files
13 years 前 | 2 次下载 |
已提交
m4awrite - write m4a format audio file
m4awrite writes an m4a (MPEG4 audio) format file using an external faac binary
13 years 前 | 1 次下载 |
已提交
flacwrite - write out a FLAC-encoded audio file using flac
flacwrite writes FLAC-encoded audio files by piping data to the external flac binary
13 years 前 | 1 次下载 |
已提交
Time-domain scrambling of audio signals
Scramble audio signals by shuffling short-time windows
14 years 前 | 4 次下载 |
已提交
Time-frequency Automatic Gain Control (AGC)
Automatic Gain Control (AGC) attempts to maintain a constant energy level for an audio signal.
14 years 前 | 3 次下载 |
已提交
urlreadpost - url POST method with binary file uploading
A replacement for urlread(url,'post',...) that allows POST to upload binary (file) data.
14 years 前 | 1 次下载 |
已提交
Robust Landmark-Based Audio Fingerprinting
A landmark-based Shazam-like audio fingerprinting system.
15 years 前 | 4 次下载 |
已提交
Jenkin's "One at a time" hash
Simple, high-performance hash to map char strings into 32 bit ints
15 years 前 | 1 次下载 |
已提交
Gammatone-based (auditory) spectrograms
Calculates a spectrogram-like time-frequency intensity matrix based on Gammatone filters.
15 years 前 | 3 次下载 |
已提交
Lagrange Interpolator Polynomial
Find the polynomial (defined by its coefficients) passing through a set of points.
16 years 前 | 26 次下载 |
已提交
SUBMREDUCE - submatrix reduce
Apply a function to all values in submatrices to return a smaller matrix.
17 years 前 | 1 次下载 |