annotate Contents.m @ 38:c7d11a428a0d tip master

Merge branch 'develop' * develop: Updated copyright year.
author Christopher Hummersone <c.hummersone@surrey.ac.uk>
date Tue, 16 May 2017 12:15:34 +0100
parents e34a535b9af0
children
rev   line source
c@0 1 % MASSEF
c@0 2 %
c@0 3 % Contents file for MASSEF and its subfolders.
c@0 4 %
c@0 5 % MASSEF
c@0 6 % info.xml
c@0 7 % LICENSE.txt
c@0 8 % MASSEF - Multichannel audio source separation evaluation framework
c@0 9 % MASSEFresults - A class for storing MASSEF results
c@0 10 % MASSEFseparator - Abstract base class for MASSEF separation algorithms
c@0 11 % README.md
c@0 12 %
c@0 13 % MASSEF/HELP_HTML
c@0 14 % help_Example.html
c@0 15 % help_Index.html
c@0 16 % help_MASSEF.html
c@0 17 % help_MASSEF_evaluate.html
c@0 18 % help_MASSEF_execute.html
c@0 19 % help_MASSEF_install.html
c@0 20 % help_MASSEF_save.html
c@0 21 % help_MASSEF_start.html
c@0 22 % help_MASSEFresults.html
c@0 23 % help_MASSEFresults_algorithmInfo.html
c@0 24 % help_MASSEFresults_filter.html
c@0 25 % help_MASSEFresults_input.html
c@0 26 % help_MASSEFresults_merge.html
c@0 27 % help_MASSEFresults_mixtureInfo.html
c@0 28 % help_Separators.html
c@0 29 % helptoc.xml
c@0 30 %
c@0 31 % MASSEF/HELP_HTML/HELPSEARCH-V3
c@0 32 % _1s.cfe
c@0 33 % _1s.cfs
c@0 34 % _1s.si
c@0 35 % segments.gen
c@0 36 % segments_1t
c@0 37 %
c@0 38 % MASSEF/HELP_HTML/SOURCE
c@0 39 % help_Example - Example
c@0 40 % help_Index - Multichannel audio source separation evaluation framework (MASSEF)
c@0 41 % help_MASSEF - MASSEF
c@0 42 % help_MASSEF_evaluate - MASSEF.execute
c@0 43 % help_MASSEF_execute - MASSEF.execute
c@0 44 % help_MASSEF_install - MASSEF.install
c@0 45 % help_MASSEF_save - MASSEF.save
c@0 46 % help_MASSEF_start - MASSEF.start
c@0 47 % help_MASSEFresults - MASSEFresults
c@0 48 % help_MASSEFresults_algorithmInfo - MASSEFresults.algorithmInfo
c@0 49 % help_MASSEFresults_filter - MASSEFresults.filter
c@0 50 % help_MASSEFresults_input - MASSEFresults.input
c@0 51 % help_MASSEFresults_merge - MASSEFresults.merge
c@0 52 % help_MASSEFresults_mixtureInfo - MASSEFresults.mixtureInfo
c@0 53 % help_Separators - Separation Algorithms
c@0 54 % publishHelp
c@0 55 %
c@0 56 % MASSEF/LIBRARY
c@0 57 % classTemplate - Summary of this class goes on this H1 line
c@0 58 % functionTemplate - Summary of this function goes on this H1 line
c@0 59 % LICENSE
c@0 60 % README.md
c@0 61 % release-notes.md
c@0 62 %
c@0 63 % MASSEF/LIBRARY/+IOSR
c@0 64 % iosr.install - Set search paths, and download and install dependencies
c@0 65 %
c@0 66 % MASSEF/LIBRARY/+IOSR/+ACOUSTICS
c@0 67 % iosr.acoustics.irStats - Calculate RT, DRR, Cte, and EDT for impulse response file
c@0 68 % iosr.acoustics.rtEst - Estimate reverberation time based on room size and absorption
c@0 69 %
c@0 70 % MASSEF/LIBRARY/+IOSR/+AUDITORY
c@0 71 % iosr.auditory.azimuth2itd - Convert azimuth in degrees to ITD
c@0 72 % iosr.auditory.binSearch - Conduct a binary search
c@0 73 % iosr.auditory.calcIld - Calculate normalised interaural level difference
c@0 74 % iosr.auditory.chXcorr - Calculate cross-correlograms with a wide range of options
c@0 75 % iosr.auditory.chXcorr2 - Calculate cross-correlograms with a range of options
c@0 76 % chXcorr2_c.c
c@0 77 % chXcorr_c.c
c@0 78 % iosr.auditory.createWindow - Create a Hann or exp. window with specified onsets/offsets
c@0 79 % iosr.auditory.dupWeight - Calculate duplex weighting coefficients for ITD and ILD
c@0 80 % iosr.auditory.erbRate2hz - Convert ERB rate to Hz
c@0 81 % iosr.auditory.freqMulti - Calculate frequency coefficient for ITD-azimuth warping
c@0 82 % iosr.auditory.gammatoneFast - Produce an array of responses from gammatone filters via FFT
c@0 83 % iosr.auditory.hz2erbRate - Convert Hz to ERB rate
c@0 84 % iosr.auditory.instItd - Calculate instantaneous ITD
c@0 85 % iosr.auditory.iso226 - ISO 226:2003 Normal equal-loudness-level contours
c@0 86 % iosr.auditory.itd2azimuth - Convert ITD to azimuth
c@0 87 % iosr.auditory.lindemannInh - Signal pre-processing for Lindemann's cross-correlation
c@0 88 % iosr.auditory.loudWeight - Calculate loudness weighting coefficients based on ISO 226
c@0 89 % iosr.auditory.makeErbCFs - Make a series of center frequencies equally spaced in ERB-rate
c@0 90 % iosr.auditory.meddisHairCell - Calculate Ray Meddis' hair cell model for a number of channels
c@0 91 % iosr.auditory.perceptualCentroid - Perceptual spectral centroid
c@0 92 % iosr.auditory.xcorrLindemann - Cross-correlation based on Lindemann's precedence model
c@0 93 % xcorrLindemann_c.c
c@0 94 %
c@0 95 % MASSEF/LIBRARY/+IOSR/+BSS
c@0 96 % iosr.bss.applyIdealMasks - Calculate and apply ideal masks via STFT
c@0 97 % iosr.bss.applyMask - Apply a time-frequency mask to an STFT
c@0 98 % iosr.bss.calcImr - Calculates the Ideal Mask Ratio (IMR)
c@0 99 % iosr.bss.calcSnr - Calculate the separation SNR
c@0 100 % iosr.bss.cfs2fcs - Calculate gammatone crossover frequencies
c@0 101 % iosr.bss.example - Determine STFT parameters
c@0 102 % iosr.bss.generateMixtures - Generate arrays of mixtures from targets and interferers
c@0 103 % iosr.bss.getFullMask - Convert frame rate mask to a sample-by-sample mask
c@0 104 % iosr.bss.idealMasks - Calculate ideal time-frequency masks from STFTs
c@0 105 % iosr.bss.mixture - Class of sound source separation mixture
c@0 106 % iosr.bss.resynthesise - Resynthesise a target from a time-frequency mask
c@0 107 % iosr.bss.source - Class of sound source separation source
c@0 108 %
c@0 109 % MASSEF/LIBRARY/+IOSR/+DSP
c@0 110 % iosr.dsp.audio - Abstract superclass providing audio-related properties and methods
c@0 111 % iosr.dsp.autocorr - Perform autocorrelation via FFT
c@0 112 % iosr.dsp.convFft - Convolve two vectors using FFT multiplication
c@0 113 % iosr.dsp.istft - Calculate the Inverse Short-Time Fourier Transform
c@0 114 % iosr.dsp.lapwin - Laplace window
c@0 115 % iosr.dsp.localpeaks - Find local peaks and troughs in a vector
c@0 116 % iosr.dsp.ltas - Calculate the long-term average spectrum of a signal
c@0 117 % iosr.dsp.matchEQ - Match the LTAS of a signal to an arbitrary spectral magnitude
c@0 118 % iosr.dsp.rcoswin - Raised cosine window
c@0 119 % iosr.dsp.rms - Calculate the rms of a vector or matrix
c@0 120 % iosr.dsp.sincFilter - Apply a near-ideal low-pass or band-pass brickwall filter
c@0 121 % iosr.dsp.smoothSpectrum - Apply 1/N-octave smoothing to a frequency spectrum
c@0 122 % iosr.dsp.stft - Calculate the short-time Fourier transform of a signal
c@0 123 % iosr.dsp.vsmooth - Smooth a vector using mathematical functions
c@0 124 %
c@0 125 % MASSEF/LIBRARY/+IOSR/+FIGURES
c@0 126 % iosr.figures.chMap - Create a monochrome-compatible colour map
c@0 127 % iosr.figures.cmrMap - Create a monochrome-compatible colour map
c@0 128 % iosr.figures.multiwaveplot - Stacked line plots from a matrix or vectors
c@0 129 % iosr.figures.subfigrid - Create axis positions for subfigures
c@0 130 %
c@0 131 % MASSEF/LIBRARY/+IOSR/+GENERAL
c@0 132 % iosr.general.cell2csv - Output a cell array to a CSV file
c@0 133 % iosr.general.checkMexCompiled - Check if mex file is compiled for system
c@0 134 % iosr.general.getContents - Get the contents of a specified directory
c@0 135 % iosr.general.updateContents - Create a Contents.m file including subdirectories
c@0 136 % iosr.general.urn - Generate random number sequence without duplicates
c@0 137 %
c@0 138 % MASSEF/LIBRARY/+IOSR/+STATISTICS
c@0 139 % iosr.statistics.boxPlot - Draw a box plot
c@0 140 % iosr.statistics.functionalSpreadPlot - Draw a functional plot showing data spread
c@0 141 % iosr.statistics.getRmse - Calculate the root-mean-square error between input data
c@0 142 % iosr.statistics.laprnd - Pseudorandom numbers drawn from the Laplace distribution
c@0 143 % iosr.statistics.qqPlot - Quantile-quantile plot with patch option
c@0 144 % iosr.statistics.quantile - Quantiles of a sample via various methods
c@0 145 % iosr.statistics.statsPlot - An abstract superclass for classes that plot statistics
c@0 146 % iosr.statistics.tab2box - Prepare tabular data for boxPlot function
c@0 147 % iosr.statistics.trirnd - Pseudorandom numbers drawn from the triangular distribution
c@0 148 %
c@0 149 % MASSEF/LIBRARY/+IOSR/+SVN
c@0 150 % iosr.svn.buildSvnProfile - Read data from files tagged with SVN keywords
c@0 151 % iosr.svn.headRev - Retrieve the head revision for specified files
c@0 152 % iosr.svn.readSvnKeyword - Read data from a file tagged with an SVN keyword
c@0 153 %
c@0 154 % MASSEF/LIBRARY/DEPS/SOFA_API
c@0 155 % history.txt
c@0 156 % readme.txt
c@0 157 % SOFAaddVariable
c@0 158 % SOFAappendText
c@0 159 % SOFAarghelper - Parse arguments for SOFA
c@0 160 % SOFAcalculateAPV
c@0 161 % SOFAcheckFilename
c@0 162 % SOFAcompact
c@0 163 % SOFAcompare - SOFASOFAcompare
c@0 164 % SOFAcompileConventions
c@0 165 % SOFAconvertCoordinates
c@0 166 % SOFAdbPath - DbPath=SOFAdbPath
c@0 167 % SOFAdbURL - DbURL=SOFAdbURL
c@0 168 % SOFAdefinitions
c@0 169 % SOFAexpand
c@0 170 % SOFAgetConventions
c@0 171 % SOFAgetVersion
c@0 172 % SOFAinfo - (Obj) gathers information about the SOFA object and display it
c@0 173 % SOFAload
c@0 174 % SOFAmerge
c@0 175 % SOFAplotGeometry - (Obj) plots the geometry found in the Obj
c@0 176 % SOFAplotHRTF - (OBJ, TYPE, CH) plots the CH channel of HRTFs given in OBJ
c@0 177 % SOFAsave
c@0 178 % SOFAspat
c@0 179 % SOFAstart
c@0 180 % SOFAupdateDimensions
c@0 181 % SOFAupgradeConventions - SOFAcompatibility
c@0 182 %
c@0 183 % MASSEF/LIBRARY/DEPS/SOFA_API/CONVENTIONS
c@0 184 % GeneralFIR.csv
c@0 185 % GeneralFIRE.csv
c@0 186 % GeneralString.csv
c@0 187 % GeneralTF.csv
c@0 188 % MultiSpeakerBRIR.csv
c@0 189 % SimpleFreeFieldHRIR.csv
c@0 190 % SimpleFreeFieldSOS.csv
c@0 191 % SimpleFreeFieldTF.csv
c@0 192 % SimpleHeadphoneIR.csv
c@0 193 % SingleRoomDRIR.csv
c@0 194 %
c@0 195 % MASSEF/LIBRARY/DEPS/SOFA_API/CONVERTERS
c@0 196 % miro - :: Measured Impulse Response Object
c@0 197 % SOFAconvertARI2SOFA - OBJ=SOFAconvertARI2SOFA(hM,meta,stimPar) converts the HRTFs described in hM, meta, and
c@0 198 % SOFAconvertBTDEI2SOFA - OBJ=SOFAconvertBTDEI2SOFA(BTDEI) converts the HRTFs described in BT-DEI
c@0 199 % SOFAconvertCIPIC2SOFA - Obj=SOFAconvertCIPIC2SOFA(CIPIC) converts the HRTFs described in the structure CIPIC
c@0 200 % SOFAconvertFHK2SOFA - OBJ=SOFAconvertFHK2SOFA(miroObj) converts the HRTFs described in miroObj
c@0 201 % SOFAconvertLISTEN2SOFA - Obj=SOFAconvertLISTEN2SOFA(LISTEN, subjectID) converts the HRTFs described in LISTEN
c@0 202 % SOFAconvertMIT2SOFA - OBJ=SOFAconvertMIT2SOFA(root,pinna) loads the MIT HRTFs saved in a
c@0 203 % SOFAconvertSCUT2SOFA - OBJ=SOFAconvertSCUT2SOFA(root,pinna) loads the SCUT HRTFs saved in a
c@0 204 % SOFAconvertSOFA2ARI - OBJ=SOFAconvertSOFA2ARI(hM,meta,stimPar) converts the HRTFs described in hM, meta, and
c@0 205 % SOFAconvertTUBerlin2SOFA - OBJ=SOFAconvertTUBerlin2SOFA(irs) converts the HRTFs described in irs
c@0 206 % SOFAconvertTUBerlinBRIR2SOFA - OBJ=SOFAconvertTUBerlin2SOFA(irs) converts the HRTFs described in irs
c@0 207 % SOFAhrtf2dtf - Converts HRTFs to DTFs (and CTFs)
c@0 208 %
c@0 209 % MASSEF/LIBRARY/DEPS/SOFA_API/COORDINATES
c@0 210 % hor2sph - Transform horizontal-polar to spherical coordinates
c@0 211 % nav2sph - Coordinate Transform
c@0 212 % sph2hor - Transform spherical to horizontal-polar coordinates
c@0 213 % sph2nav - Coordinate Transform
c@0 214 %
c@0 215 % MASSEF/LIBRARY/DEPS/SOFA_API/DEMOS
c@0 216 % demo_ARI2SOFA - SOFA API - demo script
c@0 217 % demo_BTDEI2SOFA - SOFA API demo script
c@0 218 % demo_CIPIC2SOFA - Copyright (C) 2012-2013 Acoustics Research Institute - Austrian Academy of Sciences;
c@0 219 % demo_FHK2SOFA - SOFA API - demo script
c@0 220 % demo_HpIR - SOFA API - demo script
c@0 221 % demo_LISTEN2SOFA - SOFA API - demo script
c@0 222 % demo_MIT2SOFA - SOFA API - demo script
c@0 223 % demo_SCUT2SOFA - SOFA API - demo script
c@0 224 % demo_SimpleFreeFieldHRIR2TF - SOFA API - demo script
c@0 225 % demo_SingleRoomDRIROldenburg - Demo for SingleRoomDRIR: save DRIR data from Uni Oldenburg (Office II) as
c@0 226 % demo_SOFA2ARI - SOFA API - demo script
c@0 227 % demo_SOFAexpandcompact - SOFA API - demo script
c@0 228 % demo_SOFAHRTF2DTF - SOFA API - demo script
c@0 229 % demo_SOFAload - SOFA API - demo script
c@0 230 % demo_SOFAmerge - SOFA API - demo script
c@0 231 % demo_SOFAplotHRTF - - script demonstrating the usage of SOFAplotHRTF
c@0 232 % demo_SOFAsave
c@0 233 % demo_SOFAspat - SOFA API - demo script
c@0 234 % demo_SOFAstrings - Script for testing the string array feature of SOFA
c@0 235 % demo_SOFAvariables - SOFA API - script demonstrating the usage of variables in the API
c@0 236 % demo_TUBerlin2SOFA - SOFA API - demo script
c@0 237 %
c@0 238 % MASSEF/LIBRARY/DEPS/SOFA_API/HELPER
c@0 239 % deg2rad - Returns the given angle in radians
c@0 240 % isargchar - Tests if the given arg is a char and returns an error otherwise
c@0 241 % isargfile - Tests if the given arg is a file and returns an error otherwise
c@0 242 % isargstruct - Tests if the given arg is a struct and returns an error otherwise
c@0 243 % isoctave - True if the operating environment is octave
c@0 244 % rad2deg - Returns the given angle in degree
c@0 245 %
c@0 246 % MASSEF/LIBRARY/DEPS/SOFA_API/NETCDF
c@0 247 % NETCDFdisplay
c@0 248 % NETCDFload
c@0 249 % NETCDFsave
c@0 250 %
c@0 251 % MASSEF/LIBRARY/DEPS/SOFA_API/TEST
c@0 252 % test_SOFAall - SOFA API - test script
c@0 253 %
c@0 254 % MASSEF/UTILITIES
c@0 255 % wavread - Read an audio file
c@0 256 % wavwrite - Write an audio file
c@0 257 %
c@0 258 % MASSEF/UTILITIES/AMT
c@0 259 % amtauxdatapath - Path of the auxiliary data
c@0 260 % amtauxdataurl - URL of the auxiliary data
c@0 261 % amtbasepath - The base path of the AMT installation
c@0 262 % amtcache - Cache variables for later or retrieves variables from cache
c@0 263 % amtdisp - AMT-specific overload of the function 'disp'
c@0 264 % amtflags - Returns the start-up flags of the AMT
c@0 265 % amthelp - Help on the AMToolbox
c@0 266 % amtload - Load auxiliary data of a model
c@0 267 % amtmex - Compile Mex/Oct interfaces
c@0 268 % amtoolbox_version
c@0 269 % amtredofile - Determine if file should be redone
c@0 270 % amtstart - Start the Auditory Modeling Toolbox
c@0 271 % CHANGES.txt
c@0 272 % COPYING
c@0 273 % gpl-3.0.txt
c@0 274 % INSTALL
c@0 275 % README-for-SF.txt
c@0 276 %
c@0 277 % MASSEF/UTILITIES/AMT/ARG
c@0 278 % arg_absolutethreshold
c@0 279 % arg_adaptloop
c@0 280 % arg_amtcache
c@0 281 % arg_amtdisp
c@0 282 % arg_amtredofile
c@0 283 % arg_auditoryfilterbank
c@0 284 % arg_baumgartner2014 - CP-Falgs:
c@0 285 % arg_dietz2011filterbank - Parameters for filtering the haircell output
c@0 286 % arg_dietz2011interauralfunctions - See Fig. 3c in Dietz (2011)
c@0 287 % arg_drnl - Parameters according to Lopez-Poveda and Meddis 2001
c@0 288 % arg_eicell - Temporal smoothing constant
c@0 289 % arg_ihcenvelope
c@0 290 % arg_langendijk2002comp
c@0 291 % arg_lindemann1986bincorr
c@0 292 % arginit
c@0 293 %
c@0 294 % MASSEF/UTILITIES/AMT/BINAURAL
c@0 295 % binauralinit
c@0 296 % breebaart2001preproc - Auditory model from Breebaart et. al. 2001
c@0 297 % dietz2011 - Dietz 2011 binaural model
c@0 298 % enzner2008 - Calculate HRIR set using the method of Enzner et al. (2008)
c@0 299 % georganti2013 - Binaural spectral-magnitude difference standard deviation according to Georganti et al., (2013)
c@0 300 % lindemann1986 - Calculates a binaural activation pattern
c@0 301 % lindemann1986centroid - Calculates the centroid for a cross-correlation
c@0 302 % may2011 - GMM-based estimation of azimuth direction for concurrent speakers
c@0 303 % takanen2013 - Binaural auditory model by Takanen, Santala, and Pulkki 2013
c@0 304 % wierstorf2013 - Estimate the localization within a WFS or stereo setup
c@0 305 % ziegelwanger2013 - Time of arrival estimates
c@0 306 % ziegelwanger2013offaxis - XXX
c@0 307 % ziegelwanger2013onaxis - XXX
c@0 308 % ziegelwanger2014 - Time of arrival estimates
c@0 309 % ziegelwanger2014offaxis - Off-axis time-of-arrival model
c@0 310 % ziegelwanger2014onaxis - On-axis time-of-arrival model
c@0 311 %
c@0 312 % MASSEF/UTILITIES/AMT/DEMOS
c@0 313 % demo_absolutethreshold - Standards for absolute threshold of hearing
c@0 314 % demo_adaptloop - Show the effect of adaptation
c@0 315 % demo_baumgartner2013 - Demo for sagittal-plane localization model from Baumgartner et al. (2013)
c@0 316 % demo_baumgartner2014 - Demo for sagittal-plane localization model from Baumgartner et al. (2014)
c@0 317 % demo_drnl - Widening of filters in the DRNL
c@0 318 % demo_gammatone - Demo for gammatone.m
c@0 319 % demo_herzke2007 - Filterbank example
c@0 320 % demo_hohmann2002 - Filterbank example
c@0 321 % demo_jelfs2011 - Binaural speech intelligibility advantage
c@0 322 % demo_joergensen2013 - Demo for the multi-resolution speech-based envelope spectrum model
c@0 323 % demo_lindemann1986 - Demo of the Lindemann binaural model
c@0 324 % demo_may2011 - Demo of the model estimating the azimuths of concurrent speakers
c@0 325 % demo_takanen2013 - Demo of the binaural model by Takanen, Santala and Pulkki
c@0 326 % demo_verhulst2012 - Demo of the cochlear model calculating otoacoustic emissions
c@0 327 % demo_zilany2014 - Demo of the Zilany et al., (2014) model
c@0 328 % demosinit
c@0 329 %
c@0 330 % MASSEF/UTILITIES/AMT/EXPERIMENTS
c@0 331 % exp_baumgartner2013 - Figures from Baumgartner et al. (2013)
c@0 332 % exp_baumgartner2014 - Figures from Baumgartner et al. (2014)
c@0 333 % exp_dietz2011 - Experiments from Dietz et al. 2011
c@0 334 % exp_enzner2008 - Creates figures like [Enzner2008, Fig. 2], [Enzner2009, Fig. 4]
c@0 335 % exp_gammatone - Creates various figures related to the Gammatone filters
c@0 336 % exp_georganti2013 - Figures from Georganti et al. (2013)
c@0 337 % exp_hohmann2002 - Figures from Hohmann (2012)
c@0 338 % exp_jelfs2011 - Figures from Jelfs et al. (2011)
c@0 339 % exp_joergensen2011 - Figures from Jørgensen and Dau (2011)
c@0 340 % exp_joergensen2013 - Figures from Jørgensen, Ewert and Dau (2013)
c@0 341 % exp_langendijk2002 - Experiment from Langendijk & Bronkhorst (2002)
c@0 342 % exp_lindemann1986 - Figures from Lindemann (1986)
c@0 343 % exp_lopezpoveda2001 - Figures from Lopez-Poveda and Meddis (2001)
c@0 344 % exp_roenne2012 - Figures from Rønne et al. (2012)
c@0 345 % exp_spille2013 - Experiments from Spille et al 2013. Model: Dietz et al 2011
c@0 346 % exp_takanen2013 - Figures from Takanen, Santala, Pulkki (2013a,2013b)
c@0 347 % exp_verhulst2012 - Compute figurs from the Verhulst paper
c@0 348 % exp_wierstorf2013 - Figures from Wierstorf (2013)
c@0 349 % exp_ziegelwanger2013 - Figures from Ziegelwanger and Majdak (2013)
c@0 350 % exp_ziegelwanger2014 - Figures from Ziegelwanger and Majdak (2014)
c@0 351 % experimentsinit
c@0 352 %
c@0 353 % MASSEF/UTILITIES/AMT/FILTERS
c@0 354 % cqdft - FFT-based filter bank with constant relative bandwidth according
c@0 355 % Example_Filter - This example creates a 4th order gammatone filter with a center
c@0 356 % Example_Synthesis - This Example demonstrates how to create and how to use the combined
c@0 357 % filterbank_block - Process signal block in a filterbank
c@0 358 % filterbank_init - Wrapper around filter to multiple filters
c@0 359 % filterbankz - Filter bank with zero boundary condition
c@0 360 % filtersinit - P = mfilename('fullpath');
c@0 361 % gammatone - Gammatone filter coefficients
c@0 362 % gfb_analyzer_clear_state - Reset filter states
c@0 363 % gfb_analyzer_new - Construct new analyzer object
c@0 364 % gfb_analyzer_process - Process input data
c@0 365 % gfb_analyzer_zresponse - Frequency response
c@0 366 % gfb_delay_clear_state - Clear delay lines
c@0 367 % gfb_delay_new - Create new delay object
c@0 368 % gfb_delay_process - Filterbank delay processing
c@0 369 % gfb_filter_clear_state - Clear filters
c@0 370 % gfb_filter_new - Constructor of a cascaded gammatonefilter
c@0 371 % gfb_filter_process - Filter input data
c@0 372 % gfb_filter_zresponse - Filter response at freqenzy z
c@0 373 % gfb_mixer_new - Create new mixer
c@0 374 % gfb_mixer_process - [output, mixer] = gfb_mixer_process(mixer, input)
c@0 375 % gfb_set_constants - This file defines global constants for the matlab gammatone filterbank
c@0 376 % gfb_synthesizer_clear_state - Synthesizer = gfb_synthesizer_clear_state(synthesizer)
c@0 377 % gfb_synthesizer_new - Create new synthesizer
c@0 378 % gfb_synthesizer_process - [output, synthesizer] = gfb_synthesizer_process(synthesizer, input)
c@0 379 % may2011gammatone - Gammatone Auditory filterbank
c@0 380 % may2011gammatoneinit - Initialize gammatone filterbank structure
c@0 381 % thirdoctrmsanalysis24 - THIRDOCTRMSANALYSIS XXX Description
c@0 382 % ufilterbankz - Uniform Filter bank with zero boundary condition
c@0 383 % weightedaveragefilter - Compute the weighted or self-weighted average
c@0 384 %
c@0 385 % MASSEF/UTILITIES/AMT/GENERAL
c@0 386 % audspecgram - Auditory spectrogram
c@0 387 % dbspl - RMS value of signal (in dB)
c@0 388 % extractsp - Sagittal plane (SP) HRTFs from measurement data
c@0 389 % generalinit
c@0 390 % itd2angle - Converts the given ITD to an angle using a lookup table
c@0 391 % itd2anglelookuptable - Generates an ITD-azimuth lookup table for the given HRTF set
c@0 392 % localizationerror - Compute psychoacoustic performance parameters for sound localization experiments
c@0 393 % modspecgram - Modulation spectrogram
c@0 394 % setdbspl - Set level of signal in dB
c@0 395 % sph2horpolar - From spherical to horizontal-polar coordinate system
c@0 396 % stmodspecgram - Spectro-Temporal Modulation spectrogram
c@0 397 %
c@0 398 % MASSEF/UTILITIES/AMT/HRTF
c@0 399 % hrtfinit
c@0 400 %
c@0 401 % MASSEF/UTILITIES/AMT/HRTF/BAUMGARTNER2013
c@0 402 % readme.txt
c@0 403 %
c@0 404 % MASSEF/UTILITIES/AMT/HRTF/BAUMGARTNER2014
c@0 405 % readme.txt
c@0 406 %
c@0 407 % MASSEF/UTILITIES/AMT/HRTF/WIERSTORF2013
c@0 408 % readme
c@0 409 %
c@0 410 % MASSEF/UTILITIES/AMT/HRTF/ZIEGELWANGER2013
c@0 411 % readme.txt
c@0 412 %
c@0 413 % MASSEF/UTILITIES/AMT/HRTF/ZIEGELWANGER2014
c@0 414 % readme.txt
c@0 415 %
c@0 416 % MASSEF/UTILITIES/AMT/HUMANDATA
c@0 417 % absolutethreshold - Absolute threshold at specified frequencies
c@0 418 % data_baumgartner2013 - Data from Baumgartner et al. (2013)
c@0 419 % data_baumgartner2014 - Data from Baumgartner et al. (2014)
c@0 420 % data_best2005 - Listener averages of absolute polar angle error and SCC
c@0 421 % data_elberling2010 - ABR wave V data as functon of level and sweeping rate
c@0 422 % data_glasberg1990 - Notched-noise data for the ERB scale
c@0 423 % data_goode1994 - Returns data points from the Goode et al. (1994) paper
c@0 424 % data_goupell2010 - Localization performance in sagittal planes
c@0 425 % data_harte2009 - Tone burst stimuli from Harte et al. (2009)
c@0 426 % data_joergensen2011 - XXX
c@0 427 % data_langendijk2002 - Data from Langendijk & Bronkhorst (2002)
c@0 428 % data_lindemann1986 - Data points from the Lindemann (1986a) paper
c@0 429 % data_lopezpoveda2001 - Data from Lopez-Poveda & Meddis (2001)
c@0 430 % data_macpherson2003 - Listener averages of polar error rates
c@0 431 % data_majdak2010 - Listener specific localization performance
c@0 432 % data_majdak2013 - Listener specific localization in saggital planes
c@0 433 % data_majdak2013ctc - Listener-specific localization in sagittal planes
c@0 434 % data_middlebrooks1999 - Statistics about non-individualized HRTFs
c@0 435 % data_neely1988 - ABR wave V data as functon of level and sweeping rate
c@0 436 % data_pralong1996 - Head phone data from Pralong & Carlile (1996)
c@0 437 % data_roenne2012 - Unitary response
c@0 438 % data_takanen2013 - Data applied in the model by Takanen, Santala and Pulkki
c@0 439 % data_wierstorf2013 - Data points from the Wierstorf (2013) book chapter
c@0 440 % data_ziegelwanger2013 - Data from Ziegelwanger and Majdak (2013)
c@0 441 % data_ziegelwanger2014 - Data from Ziegelwanger and Majdak (2014)
c@0 442 % data_zwicker1961 - Data for the Bark scale
c@0 443 % humandatainit
c@0 444 % siiweightings - Compute the SII weightings
c@0 445 % speechpercentcorrect - Converts the overall SNRenv to percent correct
c@0 446 %
c@0 447 % MASSEF/UTILITIES/AMT/MEX
c@0 448 % comp_adaptloop.c
c@0 449 % comp_adaptloop - Computation of adaptation loops
c@0 450 % comp_karjalainen1996.c
c@0 451 % comp_may2011frameData.cpp
c@0 452 % comp_may2011frameData - Private method, which is normally shadowed by the
c@0 453 % comp_may2011gammatone.cpp
c@0 454 % comp_may2011gammatone - Comp_gammatone Private method, which is normally shadowed by the
c@0 455 % comp_may2011xcorrNorm.cpp
c@0 456 % comp_may2011xcorrNorm - Comp_xcorrNorm Private method, which is normally shadowed by the
c@0 457 % comp_meddishaircell.c
c@0 458 % comp_zilany2007humanized.c
c@0 459 % comp_zilany2014_model_IHC.c
c@0 460 % comp_zilany2014_model_Synapse.c
c@0 461 % mexinit
c@0 462 %
c@0 463 % MASSEF/UTILITIES/AMT/MODELSTAGES
c@0 464 % adaptloop - Adaptation loops
c@0 465 % adaptloop_init - ADAPTLOOP Adaptation loops
c@0 466 % adaptloop_run - COMP_ADAPTLOOP Computation of adaptation loops
c@0 467 % auditoryfilterbank - Linear auditory filterbank
c@0 468 % baumgartner2013calibration - Calibration of listener-specific sensitivity
c@0 469 % baumgartner2013pmv2ppp - PMV to PPP conversion
c@0 470 % baumgartner2014calibration - Calibration of listener-specific sensitivity thresholds to experimental performance
c@0 471 % baumgartner2014likelistat - Likelihood estimation for evaluating model performance
c@0 472 % baumgartner2014parametrization - - Joint optimization of model parameters
c@0 473 % baumgartner2014pmv2ppp - PMV to PPP conversion
c@0 474 % baumgartner2014virtualexp - Response patterns of virtual localization experiments
c@0 475 % culling2005bmld - Binaural Masking Level Difference
c@0 476 % dietz2011filterbank - Filterbank of Dietz 2011 binaural model
c@0 477 % dietz2011interauralfunctions - Interaural stages of Dietz 2011
c@0 478 % dietz2011unwrapitd - Unwraps the given itd using the sign of the corresponding ild
c@0 479 % drnl - Dual Resonance Nonlinear Filterbank
c@0 480 % eicell - Excitation-inhibition cell computation for the Breebaart model
c@0 481 % ffGn - Fast (exact) fractional Gaussian noise and Brownian motion generator
c@0 482 % headphonefilter - Combined headphone and outer ear filter
c@0 483 % ihcenvelope - Inner hair cell envelope extration
c@0 484 % karjalainen1996 - Non-linear adapation network
c@0 485 % langendijk2002comp - Comparison process according to Langendijk et al. (2002)
c@0 486 % lindemann1986bincorr - Cross-correlation between two input signals a la Lindemann
c@0 487 % may2011cbarlabel - Name Short description..
c@0 488 % may2011classifyGMM - ********************* CHECK INPUT ARGUMENTS ***********************
c@0 489 % may2011estAzimuth_GMM - Select method for integrating localization information across time
c@0 490 % may2011findLocalPeaks - FINDPEAKS finds peaks with optional quadratic interpolation [K,V]=(X,M,W)
c@0 491 % may2011fireprint - FIREPRINT Colormap that increases linearly in lightness (with colors)
c@0 492 % may2011frameData - FrameData Frame data
c@0 493 % may2011interpolateParabolic - InterpolateParabolic Multi-channel parabolic interpolation
c@0 494 % may2011neuraltransduction - Developed with Matlab 7.5.0.342 (R2007b). Please send bug reports to:
c@0 495 % may2011xcorrNorm - XcorrNorm Normalized time-domain cross-correlation function
c@0 496 % mfc - OLDFORMAT
c@0 497 % mfc2 - Generate all possible modulation frequencies
c@0 498 % middleearfilter - Middle ear filter
c@0 499 % modelstagesinit
c@0 500 % modfilterbank - Modulation filter bank
c@0 501 % modfilterbankepsm - Modulation filterbank, EPSM version
c@0 502 % optimaldetector - Generic optimal detector for the CASP and Breebaart models
c@0 503 % takanen2013contracomparison - Enhanance the contrast between the hemispheres
c@0 504 % takanen2013cueconsistency - Check the consistency before the cues are combined
c@0 505 % takanen2013directionmapping - Map the directional cues to directions
c@0 506 % takanen2013formbinauralactivitymap - Steer the "what" cues on a topographic map using the "where" cues
c@0 507 % takanen2013lso - Model of the lateral superior olive
c@0 508 % takanen2013mso - Model of the medial superior olive
c@0 509 % takanen2013onsetenhancement - Emphasize the onsets on direction analysis
c@0 510 % takanen2013periphery - Process the input through the model of periphery
c@0 511 % takanen2013wbmso - Wideband MSO model
c@0 512 % wierstorf2013estimateazimuth - Estimate the perceived azimuth using a binaural model
c@0 513 %
c@0 514 % MASSEF/UTILITIES/AMT/MONAURAL
c@0 515 % baumgartner2013 - Model for sound localization in saggital planes
c@0 516 % baumgartner2014 - Model for localization in saggital planes
c@0 517 % dau1996preproc - Auditory model from Dau et. al. 1996
c@0 518 % dau1997preproc - Auditory model from Dau et. al. 1997
c@0 519 % jepsen2008preproc - Auditory model from Jepsen et. al. 2008
c@0 520 % langendijk2002 - Localization model according to Langendijk et al. (2002)
c@0 521 % langendijk2002likelihood - Likelihood estimation for evaluating model performance
c@0 522 % monauralinit
c@0 523 % roenne2012 - Simulates an ABR to any given stimulus
c@0 524 % roenne2012chirp - Simulate chirp evoked ABRs
c@0 525 % roenne2012click - Simulate ABR respone to click
c@0 526 % roenne2012tonebursts - Simulate tone burst evoked ABR wave V latencies
c@0 527 % verhulst2012 - Process a signal with the cochlear model by Verhulst et. al. 2012
c@0 528 % viemeister1979 - The Viemeister (1979) leaky-integrator model
c@0 529 % zilany2007humanized - Humanized auditory nerve model
c@0 530 % zilany2014 - Auditory nerve (AN) model
c@0 531 %
c@0 532 % MASSEF/UTILITIES/AMT/OCT
c@0 533 % comp_adaptloop.cc
c@0 534 % comp_adaptloop_run.cc
c@0 535 % comp_meddishaircell.cc
c@0 536 % Makefile
c@0 537 % octinit
c@0 538 %
c@0 539 % MASSEF/UTILITIES/AMT/PLOT
c@0 540 % plot_baumgartner2013 - Plot probabilistic prediction matrixes
c@0 541 % plot_baumgartner2014 - Plot probabilistic prediction matrixes
c@0 542 % plot_baumgartner2014likelistat - Plots likelihood statistics according to Langendijk et al. (2002)
c@0 543 % plot_joergensen2011 - Plot Fig. 5 or 6 of Jørgensen and Dau (2011)
c@0 544 % plot_joergensen2013 - Plot SRTs in the style of Fig. 2 from Joergensen et al., (2013)
c@0 545 % plot_langendijk2002 - Plots pdf-matrixes with gray colormap according to Langendijk et al. (2002)
c@0 546 % plot_langendijk2002likelihood - Likelihood statistics according to Langendijk et al. (2002)
c@0 547 % plot_lindemann1986 - Plots the binaural output pattern of the lindemann model
c@0 548 % plot_roenne2012 - Plot the output from the Roenne 2012 model
c@0 549 % plot_roenne2012chirp - Plot Fig. 6 or 7 of Rønne et al. (2012)
c@0 550 % plot_roenne2012tonebursts - Plots Rønne et al. (2012) Fig. 5
c@0 551 % plot_ziegelwanger2013 - XXX Headline missing
c@0 552 % plot_ziegelwanger2014 - Plot time-of-arrival
c@0 553 % plotinit
c@0 554 %
c@0 555 % MASSEF/UTILITIES/AMT/SIGNALS
c@0 556 % bincorrnoise - Binaurally correlated noise
c@0 557 % bmsin - Generate a binaural modulated sinus
c@0 558 % competingtalkers - Load one of several test signals
c@0 559 % ildsin - Sinusoid with a interaural level difference (ILD)
c@0 560 % irns - Generate iterated rippled noise
c@0 561 % itdildsin - Generate a sinusoid with a interaural time difference
c@0 562 % itdsin - Generate a sinusoid with a interaural time difference
c@0 563 % notchednoise - Generates a notched-noise-type masker
c@0 564 % perfectsweep - Create a sweep with constant magnitude spectrum
c@0 565 % signalsinit
c@0 566 % simulatedimpulseresponses - Return a simulated impulse response
c@0 567 % transposedtone - Transposed tone test stimuli
c@0 568 % whitenoiseburst - Generate the noise signal used for the binaural model to predict the perceived
c@0 569 %
c@0 570 % MASSEF/UTILITIES/AMT/SPEECH
c@0 571 % jelfs2011 - Predicted binaural advantage for speech in reverberant conditions
c@0 572 % joergensen2011 - The speech-based envelope power spectrum model
c@0 573 % joergensen2011combineinformation - Combine information
c@0 574 % joergensen2011multchansnrenv
c@0 575 % joergensen2011overlapadd3 - Y=OverlapAdd(X,A,W,S);
c@0 576 % joergensen2011PCtodSRT - : calculates the SRT and change in SRT from the simulated percent correct
c@0 577 % joergensen2011sim - Simulate the experiments shown in figure 5 and 6 of Jørgensen and Dau (2011)
c@0 578 % joergensen2011specsub - Usage: [output Nzeros] = joergensen2011sepsub(input,noise,W,padz,SP,factor,fs)
c@0 579 % joergensen2013 - The multi-resolution sEPSM
c@0 580 % joergensen2013sim - Simulate the experiments shown in figure 2 of Jørgensen, Ewert and Dau (2013)
c@0 581 % speechinit
c@0 582 % taal2011 - The Short-time objective intelligibility measure (STOI)
c@0 583 %
c@0 584 % MASSEF/UTILITIES/AMT/SRC
c@0 585 % adaptloop.c
c@0 586 % amtoolbox.h
c@0 587 % Makefile
c@0 588 % meddishaircell.c
c@0 589 %
c@0 590 % MASSEF/UTILITIES/AMT/SRC/VERHULST
c@0 591 % cochlea_utils.c
c@0 592 % cochlear_model.py
c@0 593 % make.bat
c@0 594 % makefile
c@0 595 % README.txt
c@0 596 % run_cochlear_model.py
c@0 597 %
c@0 598 % MASSEF/UTILITIES/AMT/SRC/VERHULST/OUT
c@0 599 % init
c@0 600 %
c@0 601 % MASSEF/UTILITIES/AMT/SRC/ZILANY5
c@0 602 % ANmodel - AN model - [Zilany, Bruce, Ibrahim and Carney] Auditory Nerve Model
c@0 603 % complex.c
c@0 604 % complex.h
c@0 605 % complex.hpp
c@0 606 % ffGn - Fast (exact) fractional Gaussian noise and Brownian motion generator
c@0 607 % fitaudiogram2 - Gives values of Cohc and Cihc that produce a desired
c@0 608 % mexANmodel
c@0 609 % model_IHC.c
c@0 610 % model_Synapse.c
c@0 611 % readme.txt
c@0 612 % testANModel - Model fiber parameters
c@0 613 % THRESHOLD_ALL_CAT.mat
c@0 614 % THRESHOLD_ALL_HUMAN.mat
c@0 615 %
c@0 616 % MASSEF/UTILITIES/AMT/THIRDPARTY
c@0 617 % deleteoutliers - [B, IDX, OUTLIERS] = DELETEOUTLIERS(A, ALPHA, REP)
c@0 618 % thirdpartyinit
c@0 619 %
c@0 620 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT
c@0 621 % AMTreadme.txt
c@0 622 % AUTHORS
c@0 623 % ChangeLog
c@0 624 % CITATION
c@0 625 % COPYING
c@0 626 % INSTALL
c@0 627 % INSTALL-Matlab
c@0 628 % INSTALL-Octave
c@0 629 % isoctave - True if the operating environment is octave
c@0 630 % ltfat_version
c@0 631 % ltfatarghelper - Parse arguments for LTFAT
c@0 632 % ltfatbasepath - The base path of the LTFAT installation
c@0 633 % ltfatgetdefaults - Get default parameters of function
c@0 634 % ltfathelp - Help on the LTFAT toolbox
c@0 635 % ltfatmex - Compile Mex/Oct interfaces
c@0 636 % ltfatsetdefaults - Set default parameters of function
c@0 637 % ltfatstart - Start the LTFAT toolbox
c@0 638 % ltfatstop - Stops the LTFAT toolbox
c@0 639 % mulaclab - Graphical interface for audio processing using frame multipliers
c@0 640 % NEWS
c@0 641 % README
c@0 642 % scalardistribute - Copy scalar to array shape for parameter handling
c@0 643 %
c@0 644 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/AUDITORY
c@0 645 % audfiltbw - Bandwidth of auditory filter
c@0 646 % auditoryinit
c@0 647 % audspace - Equidistantly spaced points on auditory scale
c@0 648 % audspacebw - Auditory scale points specified by bandwidth
c@0 649 % audtofreq - Converts auditory units to frequency (Hz)
c@0 650 % erbspace - Equidistantly spaced points on erbscale
c@0 651 % erbspacebw - Erbscale points specified by bandwidth
c@0 652 % erbtofreq - Converts erb units to frequency (Hz)
c@0 653 % freqtoaud - Converts frequencies (Hz) to auditory scale units
c@0 654 % freqtoerb - Converts frequencies (Hz) to erbs
c@0 655 % gammatonefir - Gammatone filter coefficients
c@0 656 % rangecompress - Compress the dynamic range of a signal
c@0 657 % rangeexpand - Expand the dynamic range of a signal
c@0 658 % semiaudplot - 2D plot on auditory scale
c@0 659 %
c@0 660 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/BLOCKPROC
c@0 661 % block - Initialize block stream
c@0 662 % blockana - Blockwise analysis interface
c@0 663 % blockdevices - Lists audio devices
c@0 664 % blockdone - Destroy the current blockstream
c@0 665 % blockfigure - Block figure object
c@0 666 % blockframeaccel - Precompute structures for block processing
c@0 667 % blockframepairaccel - Precompute structures for block processing
c@0 668 % blockpanel - Control panel
c@0 669 % blockpanelget - Get parameters from GUI
c@0 670 % blockplay - Schedules block to be played
c@0 671 % blockplot - Plot block coefficients
c@0 672 % blockprocinit - Add entry to the dynamic classpath if JVM is present
c@0 673 % blockread - Read one block from input
c@0 674 % blocksyn - Blockwise synthesis interface
c@0 675 % blockwrite - Append block to an existing file
c@0 676 % ltfatplay - Play data samples or a wav file
c@0 677 %
c@0 678 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/BLOCKPROC/JAVA
c@0 679 % blockproc.jar
c@0 680 % Makefile
c@0 681 %
c@0 682 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/BLOCKPROC/JAVA/NET/SOURCEFORGE/LTFAT
c@0 683 % ContFrame.java
c@0 684 % SpectFrame.java
c@0 685 % Utils.java
c@0 686 %
c@0 687 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/BLOCKPROC/JAVA/NET/SOURCEFORGE/LTFAT/THIRDPARTY
c@0 688 % JRangeSlider.java
c@0 689 %
c@0 690 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/BLOCKPROC/PRIVATE
c@0 691 % block_fwt - FWT func. wrapper for a block processing
c@0 692 % block_ifwt - IFWT wrapper for blockstream processing
c@0 693 %
c@0 694 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/COMP
c@0 695 % arg_filterbankdual
c@0 696 % arg_firwin
c@0 697 % arg_freqtoaud
c@0 698 % arg_fwt - Definput.flags.ext= {'per','zpd','sym','symw','asym','asymw','ppd','sp0'};
c@0 699 % arg_fwt2
c@0 700 % arg_fwtcommon - Definput.flags.ansy = {'syn','ana'};
c@0 701 % arg_fwtext - Definput.flags.ext= {'per','zpd','sym','symw','asym','asymw','ppd','sp0'};
c@0 702 % arg_groupthresh
c@0 703 % arg_ltfattranslate
c@0 704 % arg_normalize - Both 'null' and 'empty' do no scaling when normalize is called
c@0 705 % arg_pfilt
c@0 706 % arg_plotfilterbank
c@0 707 % arg_plotfwt
c@0 708 % arg_tfplot
c@0 709 % arg_thresh
c@0 710 % arg_uwfbtcommon - Filter scaling
c@0 711 % arg_wfbtcommon - Definput.keyvals.J = 1;
c@0 712 % assert_classname
c@0 713 % assert_groworder - Grow the order parameter
c@0 714 % assert_L - Validate lattice and window size
c@0 715 % assert_sigreshape_post - Restore the original, permuted shape
c@0 716 % assert_sigreshape_pre - Preprocess and handle dimension input
c@0 717 % assert_squarelat - Validate lattice and window size
c@0 718 % block_interface - Common block processing backend
c@0 719 % comp_atrousfilterbank_td - Uniform filterbank by conv2
c@0 720 % comp_cellcoef2tf - Cell to a tf-layout
c@0 721 % comp_chirpzt - Use the decimation scheme
c@0 722 % comp_col2diag - Transforms columns to diagonals (in a special way)
c@0 723 % comp_constructphasereal - Build the phase
c@0 724 % comp_dct - Calculates DCT
c@0 725 % comp_dgt - Compute a DGT
c@0 726 % comp_dgt_fb - Filter bank DGT
c@0 727 % comp_dgt_long - Gabor transform using long windows
c@0 728 % comp_dgt_ola
c@0 729 % comp_dgt_walnut - First step of full-window factorization of a Gabor matrix
c@0 730 % comp_dgtreal - Compute a DGTREAL
c@0 731 % comp_dgtreal_fb - Filter bank DGT
c@0 732 % comp_dgtreal_long - Full-window factorization of a Gabor matrix
c@0 733 % comp_dgtreal_ola
c@0 734 % comp_downs - Downsampling
c@0 735 % comp_dst - Calculates DST
c@0 736 % comp_dtwfb - First tree
c@0 737 % comp_dwilt - Compute Discrete Wilson transform
c@0 738 % comp_dwiltii - COMP_DWILT Compute Discrete Wilson transform
c@0 739 % comp_dwiltiii - Compute Discrete Wilson transform type III
c@0 740 % comp_dwiltiv - Compute Discrete Wilson transform type IV
c@0 741 % comp_edgt6 - Compute Even DGT type 6
c@0 742 % comp_extBoundary - EXTENDBOUNDARY Extends collumns
c@0 743 % comp_fftanalytic - Compute analytic representation
c@0 744 % comp_fftreal - Compute an FFTREAL
c@0 745 % comp_filterbank - Compute filtering
c@0 746 % comp_filterbank_a - Return sanitized a
c@0 747 % comp_filterbank_fft - Compute filtering in FD
c@0 748 % comp_filterbank_fftbl - Compute filtering in FD
c@0 749 % comp_filterbank_pre - Return sanitized filterbank
c@0 750 % comp_filterbank_td - Non-uniform filterbank by conv2
c@0 751 % comp_filterbankphasegrad
c@0 752 % comp_filterbankreassign - Compute reassigned frequencies and times
c@0 753 % comp_filterbankresponse - G1 is done this way just so that we can determine the data type
c@0 754 % comp_filterbankscale - Do nothing
c@0 755 % comp_fourierwindow - Compute the window from numeric, text or cell array
c@0 756 % comp_framelength_fusion - This is highly tricky: Get the minimal transform length for each
c@0 757 % comp_framelength_tensor - Helper function for the Tensor frame
c@0 758 % comp_frana_fusion - All frames must use the same length signal
c@0 759 % comp_frana_tensor
c@0 760 % comp_frsyn_fusion
c@0 761 % comp_frsyn_tensor
c@0 762 % comp_fwt - Compute DWT using FWT
c@0 763 % comp_fwtpack2cell - Change FWT coef. format from pack to cell
c@0 764 % comp_gabdual_long - Compute dual window
c@0 765 % comp_gabmixdual_fac - Computes factorization of mix-dual
c@0 766 % comp_gabreassign - Reassign time-frequency distribution
c@0 767 % comp_gabtight_long - Compute tight window
c@0 768 % comp_gdgt - Compute generalized DGT
c@0 769 % comp_gfeigs - _SEP
c@0 770 % comp_gga - Generalized Goertzel Algorithm
c@0 771 % comp_hermite - Compute sampling of continuous Hermite function
c@0 772 % comp_hermite_all - Compute all Hermite functions up to an order
c@0 773 % comp_iatrousfilterbank_td - Synthesis Uniform filterbank by conv2
c@0 774 % comp_idgt - Compute IDGT
c@0 775 % comp_idgt_fac - Full-window factorization of a Gabor matrix
c@0 776 % comp_idgt_fb - Filter bank IDGT
c@0 777 % comp_idgt_long - COMP_IDGT_FAC Full-window factorization of a Gabor matrix
c@0 778 % comp_idgtreal - Compute IDGTREAL
c@0 779 % comp_idgtreal_fac - Full-window factorization of a Gabor matrix assuming
c@0 780 % comp_idgtreal_fb - COMP_IDGT_FB Filter bank IDGT
c@0 781 % comp_idgtreal_long - COMP_IDGTREAL_FAC Full-window factorization of a Gabor matrix assuming
c@0 782 % comp_idtwfb - Split the coefficients
c@0 783 % comp_idwilt - Compute Inverse discrete Wilson transform
c@0 784 % comp_idwiltii - Compute Inverse discrete Wilson transform type II
c@0 785 % comp_idwiltiii - Compute Inverse discrete Wilson transform type III
c@0 786 % comp_idwiltiv - Compute Inverse discrete Wilson transform type IV
c@0 787 % comp_iedgt6 - Compute inverse even DGT type 6
c@0 788 % comp_ifftreal - Compute an IFFTREAL
c@0 789 % comp_ifilterbank - Compute inverse filterbank
c@0 790 % comp_ifilterbank_fft - Compute filtering in FD
c@0 791 % comp_ifilterbank_fftbl - Compute filtering in FD
c@0 792 % comp_ifilterbank_td - Synthesis filterbank by conv2
c@0 793 % comp_ifwt - Compute Inverse DWT
c@0 794 % comp_igdgt - Compute IGDGT
c@0 795 % comp_inonsepdgt - Compute Inverse discrete Gabor transform
c@0 796 % comp_inonsepdgt_shear - Compute IDGT
c@0 797 % comp_inonsepdgtreal_quinqux - Compute Inverse discrete Gabor transform
c@0 798 % comp_insdgfb - Non-stationary Gabor filterbank synthesis
c@0 799 % comp_instcorrmat - Compute instantaneous correlation matrix
c@0 800 % comp_irdgt - Compute inverse real DGT
c@0 801 % comp_irdgtii - Compute inverse real DGT type II
c@0 802 % comp_irdgtiii - Compute inverse real DGT type III
c@0 803 % comp_isepdgt - Separable IDGT
c@0 804 % comp_isepdgtreal - Separable IDGT
c@0 805 % comp_iufilterbank_td - Synthesis Uniform filterbank by conv2
c@0 806 % comp_iufwt - Compute Inverse Undecimated DWT
c@0 807 % comp_iuwfbt - Compute Inverse Undecimated Wavelet Filter-Bank Tree
c@0 808 % comp_iuwpfbt - Compute Inverse Undecimated Wavelet Packet Filter-Bank Tree
c@0 809 % comp_iwfac - Compute inverse window factorization
c@0 810 % comp_iwfbt - Compute Inverse Wavelet Filter-Bank Tree
c@0 811 % comp_iwpfbt - COMP_IWFBT Compute Inverse Wavelet Packet Filter-Bank Tree
c@0 812 % comp_nonsepdgt_multi - Compute Non-separable Discrete Gabor transform
c@0 813 % comp_nonsepdgt_shear - Compute Non-separable Discrete Gabor transform
c@0 814 % comp_nonsepdgtreal_quinqux - Compute Non-separable Discrete Gabor transform
c@0 815 % comp_nonsepwin2multi - Create multiwindow from non-sep win
c@0 816 % comp_nyquistfilt - High-pass filter for warped filter banks
c@0 817 % comp_painlessfilterbank
c@0 818 % comp_pchirp - Compute periodic chirp
c@0 819 % comp_pgauss - Sampled, periodized Gaussian
c@0 820 % comp_phasegradfilters - Number of filters
c@0 821 % comp_quadtfdist - Compute quadratic time-frequency distribution
c@0 822 % comp_sepdgt - Separable DGT
c@0 823 % comp_sepdgtreal - Filter bank DGT
c@0 824 % comp_sigreshape_post
c@0 825 % comp_sigreshape_pre
c@0 826 % comp_transferfunction - Compute the transfer function
c@0 827 % comp_ufilterbank_fft - Classic filtering by FFT
c@0 828 % comp_ufilterbank_td - Uniform filterbank by conv2
c@0 829 % comp_ufwt - Compute Undecimated DWT
c@0 830 % comp_ups - Upsampling
c@0 831 % comp_uwfbt - Compute Undecimated Wavelet Filterbank Tree
c@0 832 % comp_uwpfbt - Compute Undecimated Wavelet Packet Filterbank Tree
c@0 833 % comp_warpedfoff - Foff for warped filters
c@0 834 % comp_warpedfreqresponse - Transfer function of warped filter
c@0 835 % comp_wfac - Compute window factorization
c@0 836 % comp_wfbt - Compute Wavelet Filterbank Tree
c@0 837 % comp_window - Compute the window from numeric, text or cell array
c@0 838 % comp_wpfbt - Compute Wavelet Packet Filterbank Tree
c@0 839 % comp_wpfbtscale - Scale filters in the filterbank tree
c@0 840 % comp_zerofilt - Low-pass filter for warped filter banks
c@0 841 % compinit
c@0 842 % complainif_isjavaheadless
c@0 843 % complainif_notenoughargs - S: Not enough input arguments.',upper(callfun));
c@0 844 % complainif_notposint - S: %s should be a positive integer.',upper(callfun),varname);
c@0 845 % complainif_notvalidframeobj - S: Agument F must be a frame definition structure.',..
c@0 846 % complainif_toomanyargs - S: Too many input arguments.',upper(callfun));
c@0 847 % demo_blockproc_header - S:\nTo run the demo, use one of the following:\n\n',..
c@0 848 % gabpars_from_window - Compute g and L from window
c@0 849 % gabpars_from_windowsignal - Compute g and L from window and signal
c@0 850 % nonsepgabpars_from_window - Compute g and L from window
c@0 851 % vect2cell - Vector to cell
c@0 852 %
c@0 853 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/DEMOS
c@0 854 % demo_audiocompression - Audio compression using N-term approx
c@0 855 % demo_audiodenoise - Audio denoising using thresholding
c@0 856 % demo_audioshrink - Decomposition into tonal and transient parts
c@0 857 % demo_auditoryfilterbank - Construct an auditory filterbank
c@0 858 % demo_audscales - Plot of the different auditory scales
c@0 859 % demo_blockproc_basicloop - Basic real-time audio manipulation
c@0 860 % demo_blockproc_denoising - Variable coefficients thresholding
c@0 861 % demo_blockproc_dgtequalizer - Real-time audio manipulation in the transform domain
c@0 862 % demo_blockproc_effects - Various vocoder effects using DGT
c@0 863 % demo_blockproc_paramequalizer - Real-time equalizer demonstration
c@0 864 % demo_blockproc_slidingcqt - Basic real-time rolling CQT-spectrogram visualization
c@0 865 % demo_blockproc_slidingerblets - Basic real-time rolling erblet-spectrogram visualization
c@0 866 % demo_blockproc_slidingsgram - Basic real-time rolling spectrogram visualization
c@0 867 % demo_bpframemul - Frame multiplier acting as a time-varying bandpass filter
c@0 868 % demo_dgt - Basic introduction to DGT analysis/synthesis
c@0 869 % demo_filterbanks - CQT, ERBLET and AUDLET filterbanks
c@0 870 % demo_filterbanksynchrosqueeze - Filterbank synchrosqueezing and inversion
c@0 871 % demo_firwin
c@0 872 % demo_framemul - Time-frequency localization by a Gabor multiplier
c@0 873 % demo_frsynabs - Construction of a signal with a given spectrogram
c@0 874 % demo_gabfir - Working with FIR windows
c@0 875 % demo_gabmixdual - How to use GABMIXDUAL
c@0 876 % demo_gabmulappr - Approximate a slowly time variant system by a Gabor multiplier
c@0 877 % demo_imagecompression - Image compression using N-term approximation
c@0 878 % demo_nextfastfft - Next fast FFT number
c@0 879 % demo_nsdgt - Non-stationary Gabor transform demo
c@0 880 % demo_ofdm - Demo of Gabor systems used for OFDM
c@0 881 % demo_pbspline - How to use PBSPLINE
c@0 882 % demo_pgauss - How to use PGAUSS
c@0 883 % demo_phaseplot - Give demos of nice phaseplots
c@0 884 % demo_phaseret - Phase retrieval and phase difference
c@0 885 % demo_wavelets - Wavelet filter banks
c@0 886 % demo_wfbt - Auditory filterbanks built using filterbank tree structures
c@0 887 % demosinit
c@0 888 %
c@0 889 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/DEPRECATED
c@0 890 % convolve - Convolution
c@0 891 % demo_gablasso - Sparse regression by Lasso method
c@0 892 % deprecatedinit
c@0 893 % framematrix - Frame synthesis operator matrix
c@0 894 % gabelitistlasso - Elitist LASSO regression in Gabor domain
c@0 895 % gabgrouplasso - Group LASSO regression in Gabor domain
c@0 896 % gablasso - LASSO regression in Gabor domain
c@0 897 % gabmul - Apply Gabor multiplier
c@0 898 % gabmuleigs - Eigenpairs of Gabor multiplier
c@0 899 % iufilterbank - Filter bank inversion, DEPRECATED
c@0 900 % iunsdgt - Inverse uniform non-stationary discrete Gabor transform
c@0 901 % iunsdgtreal - Inverse uniform non-stationary discrete Gabor transform
c@0 902 % tfmat - Matrix of transform / operator
c@0 903 % uwfbtbounds - Frame bounds of Undecimated WFBT
c@0 904 % uwpfbtbounds - Frame bounds of Undecimated WPFBT
c@0 905 %
c@0 906 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/FILTERBANK
c@0 907 % audfilters - Generates AUD-spaced filters
c@0 908 % cent_freqs - Determine relative center frequencies
c@0 909 % cqt - Constant-Q non-stationary Gabor filterbank
c@0 910 % cqtfilters - CQT-spaced filters
c@0 911 % erbfilters - ERB-spaced filters
c@0 912 % erblett - ERBlet non-stationary Gabor filterbank
c@0 913 % filterbank - Apply filterbank
c@0 914 % filterbankbounds - Frame bounds of a filterbank
c@0 915 % filterbankdual - Dual filters
c@0 916 % filterbankfreqz - Filterbank frequency responses
c@0 917 % filterbankinit
c@0 918 % filterbanklength - Filterbank length from signal
c@0 919 % filterbanklengthcoef - Filterbank length from coefficients
c@0 920 % filterbankphasegrad - Phase gradient of a filterbank representation
c@0 921 % filterbankrealbounds - Frame bounds of filter bank for real signals only
c@0 922 % filterbankrealdual - Dual filters of filterbank for real signals only
c@0 923 % filterbankrealtight - Tight filters of filterbank for real signals only
c@0 924 % filterbankreassign - Reassign filterbank spectrogram
c@0 925 % filterbankresponse - Response of filterbank as function of frequency
c@0 926 % filterbanksynchrosqueeze - Synchrosqueeze filterbank spectrogram
c@0 927 % filterbanktight - Tight filterbank
c@0 928 % filterbankwin - Compute set of filter bank windows from text or cell array
c@0 929 % icqt - Constant-Q non-stationary Gabor synthesis
c@0 930 % ierblett - ERBlet non-stationary Gabor synthesis
c@0 931 % ifilterbank - Filter bank inversion
c@0 932 % nonu2ucfmt - Non-uniform to uniform filterbank coefficient format
c@0 933 % nonu2ufilterbank - Non-uniform to uniform filterbank transform
c@0 934 % plotfilterbank - Plot filterbank and ufilterbank coefficients
c@0 935 % u2nonucfmt - Uniform to non-uniform filterbank coefficient format
c@0 936 % ufilterbank - Apply Uniform filterbank
c@0 937 % warpedfilters - Frequency-warped band-limited filters
c@0 938 %
c@0 939 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/FOURIER
c@0 940 % ceil23 - Next number with only 2,3 factors
c@0 941 % ceil235 - Next number with only 2,3 and 5 factors
c@0 942 % chirpzt - Chirped Z-transform
c@0 943 % dcti - Discrete Cosine Transform type I
c@0 944 % dctii - Discrete Consine Transform type II
c@0 945 % dctiii - Discrete Consine Transform type III
c@0 946 % dctiv - Discrete Consine Transform type IV
c@0 947 % dctresample - Resample signal using Fourier interpolation
c@0 948 % dfracft - Discrete Fractional Fourier transform
c@0 949 % dft - Normalized Discrete Fourier Transform
c@0 950 % dsti - Discrete Sine Transform type I
c@0 951 % dstii - Discrete Sine Transform type II
c@0 952 % dstiii - Discrete sine transform type III
c@0 953 % dstiv - Discrete Sine Transform type IV
c@0 954 % expwave - Complex exponential wave
c@0 955 % ffracft - Approximate fast fractional Fourier transform
c@0 956 % fftanalytic - Compute analytic representation
c@0 957 % fftgram - Plot the energy of the discrete Fourier transform
c@0 958 % fftindex - Frequency index of FFT modulations
c@0 959 % fftreal - FFT for real valued input data
c@0 960 % fftresample - Resample signal using Fourier interpolation
c@0 961 % floor23 - Previous number with only 2,3 factors
c@0 962 % floor235 - Previous number with only 2,3 and 5 factors
c@0 963 % fourierinit
c@0 964 % gga - Generalized Goertzel algorithm
c@0 965 % hermbasis - Orthonormal basis of discrete Hermite functions
c@0 966 % idft - Inverse normalized Discrete Fourier Transform
c@0 967 % ifftreal - Inverse FFT for real valued signals
c@0 968 % involute - Involution
c@0 969 % isevenfunction - True if function is even
c@0 970 % lconv - Linear convolution
c@0 971 % lxcorr - Linear crosscorrelation
c@0 972 % middlepad - Symmetrically zero-extends or cuts a function
c@0 973 % modcent - Centered modulo
c@0 974 % nextfastfft - Next higher number with a fast FFT
c@0 975 % pbspline - Periodized B-spline
c@0 976 % pchirp - Periodic chirp
c@0 977 % pconv - Periodic convolution
c@0 978 % pderiv - Derivative of smooth periodic function
c@0 979 % peven - Even part of periodic function
c@0 980 % pgauss - Sampled, periodized Gaussian
c@0 981 % pheaviside - Periodic Heaviside function
c@0 982 % pherm - Periodized Hermite function
c@0 983 % plotfft - Plot the output from FFT
c@0 984 % plotfftreal - Plot the output from FFTREAL
c@0 985 % podd - Odd part of periodic function
c@0 986 % prect - Periodic rectangle
c@0 987 % psech - Sampled, periodized hyperbolic secant
c@0 988 % psinc - Periodic Sinc function (Dirichlet function)
c@0 989 % pxcorr - Periodic cross correlation
c@0 990 % shah - Discrete Shah-distribution
c@0 991 %
c@0 992 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/FRAMES
c@0 993 % frame - Construct a new frame
c@0 994 % frameaccel - Precompute structures
c@0 995 % framebounds - Frame bounds
c@0 996 % frameclength - Number of coefficients from length of signal
c@0 997 % framecoef2native - Convert coefficients to native format
c@0 998 % framecoef2tf - Convert coefficients to time-frequency plane
c@0 999 % framecoef2tfplot - Convert coefficients to time-frequency plane matrix
c@0 1000 % framediag - Compute the diagonal of the frame operator
c@0 1001 % framedual - Construct the canonical dual frame
c@0 1002 % framegram - Easy visualization of energy in transform domain
c@0 1003 % framelength - Frame length from signal
c@0 1004 % framelengthcoef - Frame length from coefficients
c@0 1005 % framenative2coef - Convert coefficient from native format
c@0 1006 % frameoperator - Frame Operator
c@0 1007 % framepair - Construct a new frame
c@0 1008 % framered - Redundancy of a frame
c@0 1009 % framesinit
c@0 1010 % frametf2coef - Convert coefficients from TF-plane format
c@0 1011 % frametight - Construct the canonical tight frame
c@0 1012 % frana - Frame analysis operator
c@0 1013 % franabp - Frame Analysis Basis Pursuit
c@0 1014 % franagrouplasso - Group LASSO regression in the TF-domain
c@0 1015 % franaiter - Iterative analysis
c@0 1016 % franalasso - Frame LASSO regression
c@0 1017 % frgramian - Frame Gramian operator
c@0 1018 % frsyn - Frame synthesis operator
c@0 1019 % frsynabs - Reconstruction from magnitude of coefficients
c@0 1020 % frsyniter - Iterative synthesis
c@0 1021 % frsynmatrix - Frame synthesis operator matrix
c@0 1022 % plotframe - Plot frame coefficients
c@0 1023 %
c@0 1024 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/GABOR
c@0 1025 % col2diag - Move columns of a matrix to diagonals
c@0 1026 % constructphase - Construct phase for DGT
c@0 1027 % constructphasereal - Construct phase for DGTREAL
c@0 1028 % dgt - Discrete Gabor transform
c@0 1029 % dgt2 - 2-D Discrete Gabor transform
c@0 1030 % dgtlength - DGT length from signal
c@0 1031 % dgtreal - Discrete Gabor transform for real-valued signals
c@0 1032 % dsft - Discrete Symplectic Fourier Transform
c@0 1033 % dwilt - Discrete Wilson transform
c@0 1034 % dwilt2 - 2D Discrete Wilson transform
c@0 1035 % dwiltlength - DWILT/WMDCT length from signal
c@0 1036 % gabconvexopt - Compute a window using convex optimization
c@0 1037 % gabdual - Canonical dual window of Gabor frame
c@0 1038 % gabdualnorm - Measure of how close a window is to being a dual window
c@0 1039 % gabfirdual - Compute FIR dual window
c@0 1040 % gabfirtight - Compute FIR tight window
c@0 1041 % gabframebounds - Calculate frame bounds of Gabor frame
c@0 1042 % gabframediag - Diagonal of Gabor frame operator
c@0 1043 % gabimagepars - Find Gabor parameters to generate image
c@0 1044 % gabmixdual - Computes the mixdual of g1
c@0 1045 % gaboptdual - Compute dual window
c@0 1046 % gabopttight - Compute a optimized tight window
c@0 1047 % gaborinit
c@0 1048 % gabphasederiv - DGT phase derivatives
c@0 1049 % gabphasegrad - Phase gradient of the DGT
c@0 1050 % gabprojdual - Gabor Dual window by projection
c@0 1051 % gabreassign - Reassign time-frequency distribution
c@0 1052 % gabreassignadjust - Adjustable reassignment of a time-frequency distribution
c@0 1053 % gabrieszbounds - Calculate Riesz sequence/basis bounds of Gabor frame
c@0 1054 % gabtight - Canonical tight window of Gabor frame
c@0 1055 % gabwin - Compute a Gabor window from text or cell array
c@0 1056 % idgt - Inverse discrete Gabor transform
c@0 1057 % idgt2 - 2D Inverse discrete Gabor transform
c@0 1058 % idgtreal - Inverse discrete Gabor transform for real-valued signals
c@0 1059 % idwilt - Inverse discrete Wilson transform
c@0 1060 % idwilt2 - 2D Inverse Discrete Wilson transform
c@0 1061 % instfreqplot - Plot of instantaneous frequency
c@0 1062 % isgram - Spectrogram inversion
c@0 1063 % isgramreal - Spectrogram inversion (real signal)
c@0 1064 % iwmdct - Inverse MDCT
c@0 1065 % iwmdct2 - 2D Inverse windowed MDCT transform
c@0 1066 % izak - Inverse Zak transform
c@0 1067 % latticetype2matrix - Convert lattice description to matrix form
c@0 1068 % longpar - Parameters for LONG windows
c@0 1069 % matrix2latticetype - Convert matrix form to standard lattice description
c@0 1070 % noshearlength - Transform length that does not require a frequency shear
c@0 1071 % phaselock - Phaselock Gabor coefficients
c@0 1072 % phaselockreal - Phaselock Gabor coefficients
c@0 1073 % phaseplot - Phase plot
c@0 1074 % phaseunlock - Undo phase lock of Gabor coefficients
c@0 1075 % phaseunlockreal - Undo phase lock of Gabor coefficients
c@0 1076 % plotdgt - Plot DGT coefficients
c@0 1077 % plotdgtreal - Plot DGTREAL coefficients
c@0 1078 % plotdwilt - Plot DWILT coefficients
c@0 1079 % plotwmdct - Plot WMDCT coefficients
c@0 1080 % proj_dual - Projection onto the dual windows space
c@0 1081 % projkern - Projection onto generating kernel space
c@0 1082 % rect2wil - Inverse of WIL2RECT
c@0 1083 % resgram - Reassigned spectrogram plot
c@0 1084 % s0norm - S0-norm of signal
c@0 1085 % sgram - Spectrogram
c@0 1086 % shearfind - Shears for transformation of a general lattice to separable
c@0 1087 % symphase - Change Gabor coefficients to symmetric phase
c@0 1088 % tconv - Twisted convolution
c@0 1089 % tfplot - Plot coefficient matrix on the TF plane
c@0 1090 % wil2rect - Arrange Wilson coefficients in a rectangular layout
c@0 1091 % wilbounds - Calculate frame bounds of Wilson basis
c@0 1092 % wildual - Wilson dual window
c@0 1093 % wilframediag - Diagonal of Wilson and WMDCT frame operator
c@0 1094 % wilorth - Wilson orthonormal window
c@0 1095 % wilwin - Compute a Wilson/WMDCT window from text or cell array
c@0 1096 % wmdct - Windowed MDCT transform
c@0 1097 % wmdct2 - 2D Discrete windowed MDCT transform
c@0 1098 % zak - Zak transform
c@0 1099 %
c@0 1100 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT
c@0 1101 % comptarget.mk
c@0 1102 % filedefs.mk
c@0 1103 % Makefile
c@0 1104 % ostools.mk
c@0 1105 % README.md
c@0 1106 %
c@0 1107 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/DOC
c@0 1108 % doxyconfig
c@0 1109 % doxymain.md
c@0 1110 %
c@0 1111 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/DOC/HTMLTEMPLATE
c@0 1112 % customdoxygen.css
c@0 1113 % footer.html
c@0 1114 % header.html
c@0 1115 %
c@0 1116 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/DOC/MATHJAXINCLUDE
c@0 1117 % macros.js
c@0 1118 %
c@0 1119 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/DOC/TEXINCLUDE
c@0 1120 % macros.tex
c@0 1121 %
c@0 1122 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/EXAMPLES
c@0 1123 % example_gabanasyn.c
c@0 1124 % Makefile
c@0 1125 %
c@0 1126 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/INCLUDE
c@0 1127 % ltfat.h
c@0 1128 %
c@0 1129 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/INCLUDE/LTFAT
c@0 1130 % ciutils.h
c@0 1131 % config.h
c@0 1132 % dgt_long.h
c@0 1133 % dgt_multi.h
c@0 1134 % dgt_shear.h
c@0 1135 % goertzel.h
c@0 1136 % heapint.h
c@0 1137 % ltfat_blaslapack.h
c@0 1138 % ltfat_typecomplexindependent.h
c@0 1139 % ltfat_typeconstant.h
c@0 1140 % ltfat_typeindependent.h
c@0 1141 % ltfat_types.h
c@0 1142 % reassign_typeconstant.h
c@0 1143 % wavelets.h
c@0 1144 %
c@0 1145 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/LTFATCOMPAT
c@0 1146 % bootstrap
c@0 1147 % configure.ac
c@0 1148 % Makefile_crossmingw
c@0 1149 % Makefile_mac
c@0 1150 % Makefile_mingw
c@0 1151 % Makefile_octpkg.in
c@0 1152 % Makefile_unix
c@0 1153 % README
c@0 1154 %
c@0 1155 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/LTFATCOMPAT/M4
c@0 1156 % ax_blas.m4
c@0 1157 % ax_lapack.m4
c@0 1158 %
c@0 1159 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/LTFATCOMPAT/UTILS
c@0 1160 % dbg.h
c@0 1161 % lcthw_List.h
c@0 1162 % list.c
c@0 1163 %
c@0 1164 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/SRC
c@0 1165 % c-safe-memalloc.c
c@0 1166 % ciutils.c
c@0 1167 % dct.c
c@0 1168 % dgt.c
c@0 1169 % dgt_fac.c
c@0 1170 % dgt_fb.c
c@0 1171 % dgt_multi.c
c@0 1172 % dgt_ola.c
c@0 1173 % dgt_shear.c
c@0 1174 % dgt_shearola.c
c@0 1175 % dgt_walnut.c
c@0 1176 % dgtreal_fac.c
c@0 1177 % drivers.c
c@0 1178 % dst.c
c@0 1179 % dwilt.c
c@0 1180 % fftreal.c
c@0 1181 % filterbank.c
c@0 1182 % gabdual.c
c@0 1183 % gabdual_fac.c
c@0 1184 % gabtight.c
c@0 1185 % gabtight_fac.c
c@0 1186 % goertzel.c
c@0 1187 % heapint.c
c@0 1188 % idgt.c
c@0 1189 % idgt_fac.c
c@0 1190 % idgt_fb.c
c@0 1191 % idwilt.c
c@0 1192 % ifilterbank.c
c@0 1193 % integer_manip.c
c@0 1194 % iwfac.c
c@0 1195 % iwmdct.c
c@0 1196 % ltfat_blaslapack.c
c@0 1197 % ltfat_complexindependent.c
c@0 1198 % ltfat_complexindependent_bl.c
c@0 1199 % pfilt.c
c@0 1200 % reassign.c
c@0 1201 % reassign_ti.c
c@0 1202 % reassign_typeconstant.c
c@0 1203 % spread.c
c@0 1204 % wavelets.c
c@0 1205 % wfac.c
c@0 1206 % windows.c
c@0 1207 % winmanip.c
c@0 1208 % wmdct.c
c@0 1209 %
c@0 1210 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/LIBLTFAT/THIRDPARTY
c@0 1211 % cblas.h
c@0 1212 % f77-fcn.h
c@0 1213 % fftw3.h
c@0 1214 % portaudio.h
c@0 1215 %
c@0 1216 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/MEX
c@0 1217 % block_interface.c
c@0 1218 % block_interface.h
c@0 1219 % comp_atrousfilterbank_td.c
c@0 1220 % comp_cellcoef2tf.c
c@0 1221 % comp_chirpzt.c
c@0 1222 % comp_col2diag.c
c@0 1223 % comp_dct.c
c@0 1224 % comp_dgt_ola.c
c@0 1225 % comp_dgtreal_ola.c
c@0 1226 % comp_dst.c
c@0 1227 % comp_dwilt.c
c@0 1228 % comp_dwiltiii.c
c@0 1229 % comp_fftreal.c
c@0 1230 % comp_filterbank.c
c@0 1231 % comp_filterbank_fft.c
c@0 1232 % comp_filterbank_fftbl.c
c@0 1233 % comp_filterbank_td.c
c@0 1234 % comp_filterbankphasegrad.c
c@0 1235 % comp_filterbankreassign.c
c@0 1236 % comp_gabdual_long.c
c@0 1237 % comp_gabreassign.c
c@0 1238 % comp_gabtight_long.c
c@0 1239 % comp_gga.c
c@0 1240 % comp_heapint.c
c@0 1241 % comp_heapintreal.c
c@0 1242 % comp_iatrousfilterbank_td.c
c@0 1243 % comp_idwilt.c
c@0 1244 % comp_idwiltiii.c
c@0 1245 % comp_ifftreal.c
c@0 1246 % comp_ifilterbank.c
c@0 1247 % comp_ifilterbank_fft.c
c@0 1248 % comp_ifilterbank_fftbl.c
c@0 1249 % comp_ifilterbank_td.c
c@0 1250 % comp_isepdgt.c
c@0 1251 % comp_isepdgtreal.c
c@0 1252 % comp_iwfac.c
c@0 1253 % comp_maskedheapint.c
c@0 1254 % comp_maskedheapintreal.c
c@0 1255 % comp_nonsepdgt_multi.c
c@0 1256 % comp_nonsepdgt_shear.c
c@0 1257 % comp_nonsepdgt_shearola.c
c@0 1258 % comp_nonsepwin2multi.c
c@0 1259 % comp_pchirp.c
c@0 1260 % comp_pgauss.c
c@0 1261 % comp_sepdgt.c
c@0 1262 % comp_sepdgtreal.c
c@0 1263 % comp_ufilterbank_fft.c
c@0 1264 % comp_wfac.c
c@0 1265 % config.h
c@0 1266 % filedefs.mk
c@0 1267 % ltfat_mex_template_helper.h
c@0 1268 % ltfat_mex_typecomplexindependent.h
c@0 1269 % ltfat_mex_typeindependent.h
c@0 1270 % ltfatarghelper.c
c@0 1271 % ltfatarghelper.h
c@0 1272 % Makefile_mac
c@0 1273 % Makefile_mingw
c@0 1274 % Makefile_unix
c@0 1275 % mex-memalloc.c
c@0 1276 % mexinit
c@0 1277 % postpad - Pads or truncates a vector x to a specified length L
c@0 1278 % vect2cell.c
c@0 1279 %
c@0 1280 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/MULACLAB/ICONS
c@0 1281 % apply.png
c@0 1282 % colormap.png
c@0 1283 % difference.png
c@0 1284 % freehand.png
c@0 1285 % intersection.png
c@0 1286 % loop.png
c@0 1287 % magicwand.png
c@0 1288 % pan.png
c@0 1289 % play.png
c@0 1290 % resizebutton.png
c@0 1291 % showsymbol.png
c@0 1292 % stop.png
c@0 1293 % subbandsel.png
c@0 1294 % union.png
c@0 1295 % zoomin.png
c@0 1296 % zoomout.png
c@0 1297 %
c@0 1298 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/NONSTATGAB
c@0 1299 % insdgt - Inverse non-stationary discrete Gabor transform
c@0 1300 % insdgtreal - Inverse NSDGT for real-valued signals
c@0 1301 % nonstatgabinit
c@0 1302 % nsdgt - Non-stationary Discrete Gabor transform
c@0 1303 % nsdgtlength - NSDGT length from signal
c@0 1304 % nsdgtreal - Non-stationary Discrete Gabor transform for real valued signals
c@0 1305 % nsgabdual - Canonical dual window for non-stationary Gabor frames
c@0 1306 % nsgabframebounds - Frame bounds of non-stationary Gabor frame
c@0 1307 % nsgabframediag - Diagonal of Gabor frame operator
c@0 1308 % nsgabtight - Canonical tight window for non-stationary Gabor frames
c@0 1309 % nsgabwin - Compute a set of non-stationary Gabor windows from text or cell array
c@0 1310 % plotnsdgt - Plot non-stationary Gabor coefficients
c@0 1311 % plotnsdgtreal - Plot NSDGTREAL coefficients
c@0 1312 % unsdgt - Uniform Non-stationary Discrete Gabor transform
c@0 1313 % unsdgtreal - Uniform non-stationary Discrete Gabor transform
c@0 1314 %
c@0 1315 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/OCT
c@0 1316 % comp_atrousfilterbank_td.cc
c@0 1317 % comp_cellcoef2tf.cc
c@0 1318 % comp_chirpzt.cc
c@0 1319 % comp_col2diag.cc
c@0 1320 % comp_dct.cc
c@0 1321 % comp_dgt_ola.cc
c@0 1322 % comp_dgtreal_ola.cc
c@0 1323 % comp_dst.cc
c@0 1324 % comp_dwilt.cc
c@0 1325 % comp_dwiltiii.cc
c@0 1326 % comp_filterbank_fft.cc
c@0 1327 % comp_filterbank_fftbl.cc
c@0 1328 % comp_filterbank_td.cc
c@0 1329 % comp_filterbankreassign.cc
c@0 1330 % comp_gabdual_long.cc
c@0 1331 % comp_gabreassign.cc
c@0 1332 % comp_gabtight_long.cc
c@0 1333 % comp_gga.cc
c@0 1334 % comp_heapint.cc
c@0 1335 % comp_heapintreal.cc
c@0 1336 % comp_iatrousfilterbank_td.cc
c@0 1337 % comp_idwilt.cc
c@0 1338 % comp_idwiltiii.cc
c@0 1339 % comp_ifilterbank_fft.cc
c@0 1340 % comp_ifilterbank_fftbl.cc
c@0 1341 % comp_ifilterbank_td.cc
c@0 1342 % comp_isepdgt.cc
c@0 1343 % comp_isepdgtreal.cc
c@0 1344 % comp_iwfac.cc
c@0 1345 % comp_maskedheapint.cc
c@0 1346 % comp_maskedheapintreal.cc
c@0 1347 % comp_nonsepdgt_multi.cc
c@0 1348 % comp_nonsepdgt_shear.cc
c@0 1349 % comp_nonsepwin2multi.cc
c@0 1350 % comp_pchirp.cc
c@0 1351 % comp_pgauss.cc
c@0 1352 % comp_sepdgt.cc
c@0 1353 % comp_sepdgtreal.cc
c@0 1354 % comp_ufilterbank_fft.cc
c@0 1355 % comp_wfac.cc
c@0 1356 % config.h
c@0 1357 % ltfat_oct_template_helper.h
c@0 1358 % Makefile_mac
c@0 1359 % Makefile_mingwoct
c@0 1360 % Makefile_unix
c@0 1361 % oct-memalloc.c
c@0 1362 % octinit
c@0 1363 %
c@0 1364 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/OCT/MEXHELP
c@0 1365 % block_interface
c@0 1366 % comp_filterbank
c@0 1367 % comp_ifilterbank
c@0 1368 % ltfatarghelper
c@0 1369 % playrec
c@0 1370 %
c@0 1371 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/OPERATORS
c@0 1372 % framemul - Frame multiplier
c@0 1373 % framemuladj - Adjoint operator of frame multiplier
c@0 1374 % framemulappr - Best Approximation of a matrix by a frame multiplier
c@0 1375 % framemuleigs - Eigenpairs of frame multiplier
c@0 1376 % gabmulappr - Best Approximation by a Gabor multiplier
c@0 1377 % iframemul - Inverse of frame multiplier
c@0 1378 % ioperator - Apply inverse of operator
c@0 1379 % operator - Apply operator
c@0 1380 % operatoradj - Apply the adjoint of an operator
c@0 1381 % operatorappr - Best approximation by operator
c@0 1382 % operatoreigs - Apply the adjoint of an operator
c@0 1383 % operatormatrix - Matrix representation of an operator
c@0 1384 % operatornew - Construct a new operator
c@0 1385 % operatorsinit
c@0 1386 % spreadadj - Symbol of adjoint spreading function
c@0 1387 % spreadeigs - Eigenpairs of Spreading operator
c@0 1388 % spreadfun - Spreading function of a matrix
c@0 1389 % spreadinv - Apply inverse spreading operator
c@0 1390 % spreadop - Spreading operator
c@0 1391 %
c@0 1392 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/QUADRATIC
c@0 1393 % ambiguityfunction - Ambiguity function
c@0 1394 % drihaczekdist - Discrete Rihaczek distribution
c@0 1395 % plotquadtfdist - Plot quadratic time-frequency distribution
c@0 1396 % quadraticinit
c@0 1397 % quadtfdist - Quadratic time-frequency distribution
c@0 1398 % wignervilledist - Wigner-Ville distribution
c@0 1399 %
c@0 1400 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/SIGNALS
c@0 1401 % bat.asc
c@0 1402 % bat - Load the 'bat' test signal
c@0 1403 % batmask.asc
c@0 1404 % batmask - Load a Gabor multiplier symbol for the 'bat' test signal
c@0 1405 % cameraman - Load the 'cameraman' test image
c@0 1406 % cameraman.png
c@0 1407 % Clar.wav
c@0 1408 % cocktailparty - Load the 'cocktailparty' test signal
c@0 1409 % cocktailparty.wav
c@0 1410 % ctestfun - Complex 1-D test function
c@0 1411 % expchirp - Exponential chirp
c@0 1412 % greasy - Load the 'greasy' test signal
c@0 1413 % greasy.wav
c@0 1414 % gspi - Load the 'glockenspiel' test signal
c@0 1415 % gspi.wav
c@0 1416 % lichtenstein - Load the 'lichtenstein' test image
c@0 1417 % lichtenstein.png
c@0 1418 % linus - Load the 'linus' test signal
c@0 1419 % linus.wav
c@0 1420 % ltfatlogo - Load the 'ltfatlogo' test signal
c@0 1421 % ltfatlogo.wav
c@0 1422 % ltfattext - Load the 'ltfattext' test image
c@0 1423 % ltfattext.png
c@0 1424 % noise - Stochastic noise generator
c@0 1425 % otoclick.asc
c@0 1426 % otoclick - Load the 'otoclick' test signal
c@0 1427 % Piano2.wav
c@0 1428 % pinknoise - Generates a pink noise signal
c@0 1429 % signalsinit
c@0 1430 % traindoppler - Load the 'traindoppler' test signal
c@0 1431 % traindoppler.wav
c@0 1432 %
c@0 1433 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/SIGPROC
c@0 1434 % blfilter - Construct a band-limited filter
c@0 1435 % crestfactor - Crest factor of input signal in dB
c@0 1436 % dynlimit - Limit the dynamical range of the input
c@0 1437 % elitistthresh - Elitist (hard/soft) thresholding
c@0 1438 % fir2long - Extend FIR window to LONG
c@0 1439 % firfilter - Construct an FIR filter
c@0 1440 % firkaiser - Kaiser-Bessel window
c@0 1441 % firwin - FIR window
c@0 1442 % gaindb - Increase/decrease level of signal
c@0 1443 % groupthresh - Group thresholding
c@0 1444 % iqam4 - Inverse QAM of order 4
c@0 1445 % jpeg2rgb - Coverts from RGB format to YCbCr format
c@0 1446 % largestn - Keep N largest coefficients
c@0 1447 % largestr - Keep fixed ratio of largest coefficients
c@0 1448 % long2fir - Cut LONG window to FIR
c@0 1449 % magresp - Magnitude response plot of window
c@0 1450 % normalize - Normalize input signal by specified norm
c@0 1451 % pfilt - Apply filter with periodic boundary conditions
c@0 1452 % pgrpdelay - Group delay of a filter with periodic boundaries
c@0 1453 % qam4 - Quadrature amplitude modulation of order 4
c@0 1454 % rampdown - Falling ramp function
c@0 1455 % rampsignal - Ramp signal
c@0 1456 % rampup - Rising ramp function
c@0 1457 % rgb2jpeg - Coverts from RGB format to the YCbCr format used by JPEG
c@0 1458 % rms - RMS value of signal
c@0 1459 % sigprocinit
c@0 1460 % thresh - Coefficient thresholding
c@0 1461 % transferfunction - The transferfunction of a filter
c@0 1462 % uquant - Simulate uniform quantization
c@0 1463 % warpedblfilter - Construct a warped band-limited filter
c@0 1464 %
c@0 1465 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/THIRDPARTY/GPC
c@0 1466 % GPC-README.pdf
c@0 1467 % gpc.c
c@0 1468 % gpc.h
c@0 1469 % VERSIONS.TXT
c@0 1470 %
c@0 1471 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/THIRDPARTY/PLAYREC
c@0 1472 % config.h
c@0 1473 % filtcoefs.h
c@0 1474 % genfiltcoefs - Generate half-band IIR filter
c@0 1475 % license_playrec.txt
c@0 1476 % ltfatresample.c
c@0 1477 % ltfatresample.h
c@0 1478 % Makefile_mac
c@0 1479 % Makefile_macoct
c@0 1480 % Makefile_mingw
c@0 1481 % Makefile_mingwoct
c@0 1482 % Makefile_unix
c@0 1483 % Makefile_unixoct
c@0 1484 % mex_dll_core.c
c@0 1485 % mex_dll_core.h
c@0 1486 % pa_dll_playrec.c
c@0 1487 % pa_dll_playrec.h
c@0 1488 % playrecinit
c@0 1489 %
c@0 1490 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/THIRDPARTY/POLYGONCLIP
c@0 1491 % license.txt
c@0 1492 % Makefile_mac
c@0 1493 % Makefile_mingw
c@0 1494 % Makefile_unix
c@0 1495 % PolygonClip.c
c@0 1496 % PolygonClip.h
c@0 1497 % polygonclipinit
c@0 1498 % ReadMe.txt
c@0 1499 %
c@0 1500 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/THIRDPARTY/VOICEBOX
c@0 1501 % voicebox_ditherq - DITHERQ add dither and quantize [Y,ZF]=(X,M,ZI)
c@0 1502 % voicebox_pcma2lin - PCMU2LIN Convert A-law PCM to linear X=(P,M,S)
c@0 1503 % voicebox_pcmu2lin - PCMU2LIN Convert Mu-law PCM to linear X=(P,S)
c@0 1504 % voiceboxinit
c@0 1505 % wavload - Read a .WAV format sound file [Y,FS,WMODE,FIDX]=(FILENAME,MODE,NMAX,NSKIP)
c@0 1506 % wavsave - Creates .WAV format sound files FIDX=(D,FS,FILENAME,MODE,NSKIP,MASK)
c@0 1507 %
c@0 1508 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/WAVELETS
c@0 1509 % dtwfb - Dual-Tree Wavelet Filter Bank
c@0 1510 % dtwfb2filterbank - DTWFB equivalent non-iterated filterbank
c@0 1511 % dtwfbbounds - Frame bounds of DTWFB
c@0 1512 % dtwfbinit - Dual-Tree Wavelet Filterbank Initialization
c@0 1513 % dtwfbreal - Dual-Tree Wavelet FilterBank for real-valued signals
c@0 1514 % fwt - Fast Wavelet Transform
c@0 1515 % fwt2 - Fast Wavelet Transform 2D
c@0 1516 % fwtclength - FWT subbands lengths from a signal length
c@0 1517 % fwtinit - Wavelet Filterbank Structure Initialization
c@0 1518 % fwtlength - FWT length from signal
c@0 1519 % idtwfb - Inverse Dual-tree Filterbank
c@0 1520 % idtwfbreal - Inverse Dual-tree Filterbank for real-valued signals
c@0 1521 % ifwt - Inverse Fast Wavelet Transform
c@0 1522 % ifwt2 - Inverse Fast Wavelet Transform
c@0 1523 % iufwt - Inverse Undecimated Fast Wavelet Transform
c@0 1524 % iuwfbt - Inverse Undecimated Wavelet Filterbank Tree
c@0 1525 % iuwpfbt - Inverse Undecimated Wavelet Packet Filterbank Tree
c@0 1526 % iwfbt - Inverse Wavelet Filterbank Tree
c@0 1527 % iwpfbt - Inverse Wavelet Packet Filterbank Tree
c@0 1528 % plotwavelets - Plot wavelet coefficients
c@0 1529 % ufwt - Undecimated Fast Wavelet Transform
c@0 1530 % uwfbt - Undecimated Wavelet FilterBank Tree
c@0 1531 % uwpfbt - Undecimated Wavelet Packet FilterBank Tree
c@0 1532 % wavcell2pack - Changes wavelet coefficients storing format
c@0 1533 % waveletsinit
c@0 1534 % wavfun - Wavelet Function
c@0 1535 % wavpack2cell - Changes wavelet coefficients storing format
c@0 1536 % wfbt - Wavelet FilterBank Tree
c@0 1537 % wfbt2filterbank - WFBT equivalent non-iterated filterbank
c@0 1538 % wfbtbounds - Frame bounds of WFBT
c@0 1539 % wfbtclength - WFBT subband lengths from a signal length
c@0 1540 % wfbtinit - Initialize Filterbank Tree
c@0 1541 % wfbtlength - WFBT length from signal
c@0 1542 % wfbtput - Put node to the filterbank tree
c@0 1543 % wfbtremove - Remove node(s) from the filterbank tree
c@0 1544 % wfilt_algmband - An ALGebraic construction of orthonormal M-BAND wavelets with perfect reconstruction
c@0 1545 % wfilt_cmband - Generates M-Band cosine modulated wavelet filters
c@0 1546 % wfilt_coif - Coiflets
c@0 1547 % wfilt_db - Daubechies FIR filterbank
c@0 1548 % wfilt_dden - Double-DENsity DWT filters (tight frame)
c@0 1549 % wfilt_ddena - Double-Density Dual-Tree DWT filters
c@0 1550 % wfilt_ddenb - Double-Density Dual-Tree DWT filters
c@0 1551 % wfilt_dgrid - Dense GRID framelets (tight frame, symmetric)
c@0 1552 % wfilt_hden - Higher DENsity dwt filters (tight frame, frame)
c@0 1553 % wfilt_lemarie - Battle and Lemarie filters
c@0 1554 % wfilt_matlabwrapper - Wrapper of the Matlab Wavelet Toolbox wfilters function
c@0 1555 % wfilt_mband - Generates 4-band coder
c@0 1556 % wfilt_oddevena - Kingsbury's symmetric even filters
c@0 1557 % wfilt_oddevenb - Kingsbury's symmetric odd filters
c@0 1558 % wfilt_optsyma - Optimizatized Symmetric Self-Hilbertian Filters
c@0 1559 % wfilt_optsymb - Optimizatized Symmetric Self-Hilbertian Filters
c@0 1560 % wfilt_qshifta - Improved Orthogonality and Symmetry properties
c@0 1561 % wfilt_qshiftb - Improved Orthogonality and Symmetry properties
c@0 1562 % wfilt_remez - Filters designed using Remez exchange algorithm
c@0 1563 % wfilt_spline - Biorthogonal spline wavelets
c@0 1564 % wfilt_sym - Symlet filters
c@0 1565 % wfilt_symdden - Symmetric Double-Density DWT filters (tight frame)
c@0 1566 % wfilt_symds - Symmetric wavelets dyadic sibling
c@0 1567 % wfilt_symorth - Symmetric nearly-orthogonal and orthogonal nearly-symmetric
c@0 1568 % wfilt_symtight - Symmetric Nearly Shift-Invariant Tight Frame Wavelets
c@0 1569 % wfiltdt_dden - Double-Density Dual-Tree DWT filters
c@0 1570 % wfiltdt_oddeven - Kingsbury's symmetric odd and even filters
c@0 1571 % wfiltdt_optsym - Optimizatized Symmetric Self-Hilbertian Filters
c@0 1572 % wfiltdt_qshift - Improved Orthogonality and Symmetry properties
c@0 1573 % wfiltdtinfo - Plots dual-tree filters info
c@0 1574 % wfiltinfo - Plots filters info
c@0 1575 % wpbest - Best Tree selection
c@0 1576 % wpfbt - Wavelet Packet FilterBank Tree
c@0 1577 % wpfbt2filterbank - WPFBT equivalent non-iterated filterbank
c@0 1578 % wpfbtbounds - Frame bounds of WPFBT
c@0 1579 % wpfbtclength - WPFBT subband length from a signal length
c@0 1580 %
c@0 1581 % MASSEF/UTILITIES/AMT/THIRDPARTY/LTFAT/WAVELETS/WFBTMANIP
c@0 1582 % depthIndex2NodeNo - Get node from depth and index in the tree
c@0 1583 % nat2freqOrder - Natural To Frequency Ordering
c@0 1584 % nodeBForder - Nodes in the Breadth-First search order
c@0 1585 % nodesFiltUps - NODEFILTUPS Node upsamplig factor
c@0 1586 % nodesInLen - Length of the node input signal
c@0 1587 % nodesLocOutRange - Node output index range of the terminal outputs
c@0 1588 % nodesMultid - Filter tree multirate identity filterbank
c@0 1589 % nodesOutLen - Length of the node output
c@0 1590 % nodesOutputsNo - Number of node Outputs
c@0 1591 % nodesSub - S: Invalid node index range. Number of nodes is %d.\n',upper(mfilename),numel(wt.nodes));
c@0 1592 % nodeSubtreeDelete - DELETESUBTREE Removes subtree with root node
c@0 1593 % treeBFranges - Tree nodes output ranges in BF order
c@0 1594 % treeOutLen - Lengths of tree subbands
c@0 1595 % treeOutRange - Index range of the outputs
c@0 1596 % treeSub - Identical subsampling factors
c@0 1597 % treeWpBFrange - Wavelet packet tree output ranges in BF order
c@0 1598 % wfbtmanipinit
c@0 1599 %
c@0 1600 % MASSEF/UTILITIES/AMT/THIRDPARTY/SFS
c@0 1601 % AMTreadme.txt
c@0 1602 %
c@0 1603 % MASSEF/UTILITIES/PEASS
c@0 1604 % adapt.c
c@0 1605 % adapt.dll
c@0 1606 % adapt.h
c@0 1607 % adapt_m.c
c@0 1608 % adapt_m.dll
c@0 1609 % audioQualityFeatures - Computes the qTarget, qInterf, qArtif, qGlobal features from the output
c@0 1610 % compile
c@0 1611 % erbBW
c@0 1612 % example - Run this file to see an example
c@0 1613 % extractDistortionComponents - Decomposition of an estimated source (or source image) into
c@0 1614 % extractTSIA - Decompose each multichannel estimate sEst(:,:,nEst) into TSIA
c@0 1615 % haircell.c
c@0 1616 % haircell.dll
c@0 1617 % ISR_SIR_SAR_fromNewDecomposition - Computes the ISR, SIR and SAR (and the SDR optionaly) from the output of
c@0 1618 % license.txt
c@0 1619 % LSDecompose - SPROJ Weighted least-squares projection of each channel of se on the subspace
c@0 1620 % LSDecompose_tv - SPROJ Least-squares projection of each channel of se on the subspace
c@0 1621 % map2SubjScale - Non-linear mapping to subjective scale
c@0 1622 % myMapping - Single-output two-layer perceptron with one hidden layer
c@0 1623 % myPemoAnalysisFilterBank
c@0 1624 % myPemoSynthesisFilterBank
c@0 1625 % paramTask1.mat
c@0 1626 % paramTask2.mat
c@0 1627 % paramTask3.mat
c@0 1628 % paramTask4.mat
c@0 1629 % PEASS_ObjectiveMeasure - Main function
c@0 1630 % pemo_internal - Example implementation of the PEMO internal representation
c@0 1631 % pemo_metric - Example implementation of the PEMO-Q objective quality
c@0 1632 % readme.txt
c@0 1633 % toeplitzC.c
c@0 1634 %
c@0 1635 % MASSEF/UTILITIES/PEASS/EXAMPLE
c@0 1636 % interfSrc1.wav
c@0 1637 % interfSrc2.wav
c@0 1638 % license.txt
c@0 1639 % targetEstimate.wav
c@0 1640 % targetEstimate_eArtif.wav
c@0 1641 % targetEstimate_eInterf.wav
c@0 1642 % targetEstimate_eTarget.wav
c@0 1643 % targetEstimate_true.wav
c@0 1644 % targetSrc.wav
c@0 1645 %
c@0 1646 % MASSEF/UTILITIES/PEASS/GAMMATONE
c@0 1647 % Example_Filter - This example creates a 4th order gammatone filter with a center
c@0 1648 % Example_Filterbank - This example program demonstrates how to create and use an analysis
c@0 1649 % Example_Synthesis - This Example demonstrates how to create and how to use the combined
c@0 1650 % Gfb_analyze.c
c@0 1651 % Gfb_analyze.h
c@0 1652 % Gfb_Analyzer_clear_state - Analyzer = Gfb_Analyzer_clear_state(analyzer)
c@0 1653 % Gfb_Analyzer_fprocess.c
c@0 1654 % Gfb_Analyzer_new - Analyzer = Gfb_Analyzer_new(sampling_frequency_hz, ..
c@0 1655 % Gfb_Analyzer_process - [output, analyzer] = Gfb_Analyzer_process(analyzer, input)
c@0 1656 % Gfb_Analyzer_zresponse - Zresponse = Gfb_Analyzer_zresponse(analyzer, z)
c@0 1657 % Gfb_center_frequencies - Function frequencies_hz = ..
c@0 1658 % Gfb_Delay_clear_state - Delay = Gfb_Delay_clear_state(delay)
c@0 1659 % Gfb_Delay_new - Delay = Gfb_Delay_new(analyzer, delay_samples)
c@0 1660 % Gfb_Delay_process - [output, delay] = Gfb_Delay_process(delay, input)
c@0 1661 % Gfb_erbscale2hz - Hz = Gfb_erbscale2hz(ERBscale)
c@0 1662 % Gfb_Filter_clear_state - Filter = Gfb_Filter_clear_state(filter)
c@0 1663 % Gfb_Filter_new - Is the constructor of a cascaded gammatonefilter
c@0 1664 % Gfb_Filter_process - [output, filter] = Gfb_Filter_process(filter, input)
c@0 1665 % Gfb_Filter_zresponse - Zresponse = Gfb_Filter_zresponse(filter, z)
c@0 1666 % Gfb_hz2erbscale - ERBscale = Gfb_hz2erbscale(Hz)
c@0 1667 % Gfb_Mixer_new - Mixer = Gfb_Mixer_new(analyzer, delay, iterations)
c@0 1668 % Gfb_Mixer_process - [output, mixer] = Gfb_Mixer_process(mixer, input)
c@0 1669 % Gfb_plot - Function Gfb_plot(figure_number, axis_vector, title_string, ..
c@0 1670 % Gfb_set_constants - This file defines global constants for the matlab gammatone filterbank
c@0 1671 % Gfb_Synthesizer_clear_state - Synthesizer = Gfb_Synthesizer_clear_state(synthesizer)
c@0 1672 % Gfb_Synthesizer_new - Synthesizer = Gfb_Synthesizer_new(analyzer, desired_delay_in_seconds)
c@0 1673 % Gfb_Synthesizer_process - [output, synthesizer] = Gfb_Synthesizer_process(synthesizer, input)
c@0 1674 % README.txt
c@0 1675 % README_examples.txt
c@0 1676 % README_implementation.txt
c@0 1677 %
c@0 1678 % This file was generated by updateContents.m on 01 Mar 2017 at 11:47:55.