Skip to content

Commit

Permalink
played around again
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatsounds committed Nov 9, 2023
1 parent 80d7fbd commit b116262
Show file tree
Hide file tree
Showing 30 changed files with 45 additions and 52 deletions.
4 changes: 2 additions & 2 deletions fourier/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%
% Peter L. Søndergaard, 2008 - 2023.
%
% Fourier analysis
% Fourier transforms
% DFT - Unitary discrete Fourier transform.
% IDFT - Inverse of |dft|.
% FFTREAL - FFT for real valued signals.
Expand All @@ -15,7 +15,7 @@
% PLOTFFT - Plot FFT coefficients.
% PLOTFFTREAL - Plot |fftreal| coefficients.
%
% Cosine and Sine transforms.
% Cosine and Sine transforms
% DCTI - Discrete cosine transform type I
% DCTII - Discrete cosine transform type II
% DCTIII - Discrete cosine transform type III
Expand Down
39 changes: 0 additions & 39 deletions periodic/Contents.m

This file was deleted.

37 changes: 26 additions & 11 deletions signals/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@
% EXPCHIRP - Exponential chirp.
% LOWDISCREPANCY - Low discrepancy sequence.
%
% Audio signals
% BAT - Bat chirp.
% BATMASK - Mask for bat signal.
% GREASY - Woman speaking the word 'greasy'
% COCKTAILPARTY - Sentence by male, native English speaker.
% GSPI - Glockenspiel test signal.
% LINUS - Linus pronouncing Linux.
% LTFATLOGO - Synthetic sound from spectrogram reconstruction.
% OTOCLICK - Click-evoked otoacoustic emmision.
% TRAINDOPPLER - Sound of passing train.
% Periodic functions
% EXPWAVE - Complex exponential wave.
% PCHIRP - Periodic chirp.
% PGAUSS - Periodic Gaussian.
% PSECH - Periodic SECH.
% PBSPLINE - Periodic B-splines.
% SHAH - Shah distribution.
% PHEAVISIDE - Periodic Heaviside function.
% PRECT - Periodic rectangle function.
% PSINC - Periodic sinc function.
% PTPFUN - Periodic totally positive function of finite type.
% PEBFUN - Periodic EB spline.
% PHERM - Periodic Hermite functions.
% HERMBASIS - Orthonormal basis of Hermite functions.
%
% Ramping
% RAMPUP - Rising ramp.
Expand All @@ -29,7 +33,18 @@
% RANGEEXPAND - Expand range of signal.
% GAINDB - Scale input signal.
%
% Images.
% Sound
% BAT - Bat chirp.
% BATMASK - Mask for bat signal.
% GREASY - Woman speaking the word 'greasy'
% COCKTAILPARTY - Sentence by male, native English speaker.
% GSPI - Glockenspiel test signal.
% LINUS - Linus pronouncing Linux.
% LTFATLOGO - Synthetic sound from spectrogram reconstruction.
% OTOCLICK - Click-evoked otoacoustic emmision.
% TRAINDOPPLER - Sound of passing train.
%
% Images
% CAMERAMAN - Greyscale image of the cameraman.
% LICHTENSTEIN - Color image of the Lichtenstein castle.
% LTFATTEXT - Black and white word: 'LTFAT'.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions sigproc/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
%
% Peter L. Søndergaard, 2007 - 2023.
%
% Operations on periodic functions
% INVOLUTE - Involution.
% PEVEN - Even part of periodic function.
% PODD - Odd part of periodic function.
% PCONV - Periodic convolution.
% PXCORR - Periodic crosscorrelation.
% LCONV - Linear convolution.
% LXCORR - Linear crosscorrelation.
% ISEVENFUNCTION - Test if function is even.
% MIDDLEPAD - Cut or extend even function.
%
% Basic Time/Frequency analysis
% TCONV - Twisted convolution
% DSFT - Discrete Symplectic Fourier Transform
% ZAK - Zak transform
% IZAK - Inverse Zak transform
%
% Windows and wavelets
% FIRWIN - FIR windows (Hanning,Hamming,Blackman,...).
% FIRKAISER - FIR Kaiser-Bessel window.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b116262

Please sign in to comment.