image thumbnail

updated 12 months ago

Wave Player With Effects And Analysis by Muhammad Umair

It plays and add certain effects to a .wav file like a real media player. (wav player, convoloution, gui)

image thumbnail

updated 1 year ago

Using MATLAB for Bearing Fault Analysis by Roni Peer

Ball Bearings can have several faults, which result in different signals. This program shows this. (system response, frequency, fault)

[K1, K2, K3]=kurtpar(Y,t)

bearing(P, t)

bearingAnalysis(varargin)

image thumbnail

updated 1 year ago

Live audio stream analyser and voice coach by Steve Lawrence

A program that uses 'analoginput' to create a live audio stream, which is analyzed in real-time. (singing, coach, signal processing)

liveon.m

image thumbnail

updated almost 2 years ago

Framing Routines by Kamil Wojcicki

Functions for division of a vector into overlapped frames and its reconstruction back from frames. (signal processing, frames, framing)

frames2vec( frames, Ns, direction, window, synthesis )

vec2frames( vec, Nw, Ns, direction, window, padding )

demo.m

image thumbnail

updated 2 years ago

Analysis Modification Synthesis by Kamil Wojcicki

Short-time Fourier analysis-modification-synthesis (AMS) framework for speech processing. (signal processing, speech processing, analysis modification...)

ams(s, fs, Tw, Ts, stype)

myspectrogram(s, fs, T, w, nfft, Slim, alpha, cmap, cbar, t...

test_ams.m

image thumbnail

updated 2 years ago

Estimated time analysis by Stratis Gavves

A function that estimates the remaining and the total time inside loops. (estimated, time, analysis)

eta(cur, tot, printIt)

image thumbnail

updated almost 3 years ago

fSGolayFilt by Jan Simon

Fast Savitzky Golay filter as multi-threaded C-Mex (filter, analysis, smoothing)

TestfSGolayFilt(doSpeed)

fSGolayFilt(X, K, F, W, Dim)

image thumbnail

updated almost 3 years ago

Speech Snipper by Alan Tan

This is a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). (analysis, signal processing, dsp)

pitchwatch(x,Ts)

plotps(x,Ts,N)

spect(x,Ts,wn,N)

image thumbnail

updated 3 years ago

Baseline Fit by Mirko Hrovat

A baseline fit is interpolated from selected points and then applied to the data. (baseline, analysis, peak)

bf(y,varargin)

image thumbnail

updated almost 6 years ago

HNM-speech anlysis/synthsis model by xu ning

a routine for HNM model (audio processing, video processing, hnm)

[p,c,o]=AnHNM(filename)

s=SyHNM(pitchArray,amCell)

image thumbnail

updated 7 years ago

lsf by M MA

Harmonic analysis of time series using Least Squares Fit. (signal processing, series, analysis)

lsf(t,f,tide,output,fopen_opt)

image thumbnail

updated 7 years ago

Rader Autocorrelation by A.J. Geissler

Fast estimation of autocorrelation function. (spectral analysis, rader, method)

y=akfrader(x,M);

image thumbnail

updated 8 years ago

Fast Gaussian Filtering by Luigi Rosa

Recursive gaussian filtering. (analysis, signal processing, recursive gaussian fi...)

prova.m

Contact us