├── .gitignore ├── README.md ├── doc ├── IEEEtran.bst ├── bib.bib ├── featuresets.txt ├── lengthening-rate.txt ├── mlv7.pdf ├── mlv7.tex ├── workflow-overview.png └── workflow-overview.pptx ├── flowtest ├── 21d.au ├── 21d.eaf ├── 21d.pfsx ├── 21d.wav ├── README.txt ├── april.fss ├── correlations.txt ├── hrloadings.txt ├── largest.fss ├── lengthening.fss ├── loadingplots │ └── provenance.txt ├── medslim.fss ├── minicrunch.fss ├── mono.fss ├── natives.tl ├── oneOfEach.fss ├── oneOfEachTuned.fss ├── pbook.fss ├── pbookCpps.fss ├── pbookCppsRedu.fss ├── pbookCppsReduSlim.fss ├── pbookRedu.fss ├── pitch.fss ├── pitchCache │ ├── pitch21d.aul.mat │ └── pitch21d.aur.mat ├── rotationspec.mat ├── singletrack.tl ├── variance.txt ├── volume-u.fss └── volume.fss └── src ├── .21d-l.pc ├── allTiltFeatures.m ├── applynormrot.m ├── assembleAndPlotContour.m ├── baselinepredict.m ├── baselinepredictorDriver.m ├── binProbs.m ├── c2c.m ├── cepstralDistinctness.m ├── cepstralFlux.m ├── compareTogetherness.m ├── computeCPPS.m ├── computeCPPSfaster.m ├── computeCreakiness.m ├── computeDimStats.m ├── computeEnergyStability.m ├── computeFeature.m ├── computeFeature.prj ├── computeLengthening.m ├── computeLogEnergy.m ├── computePitchInBand.m ├── computePitchRange.m ├── computeRate.m ├── computeSlip.m ├── computeSpectralTilt.m ├── computeWindowedSlips.m ├── createTrackspecs.m ├── diagramDimensions.m ├── distDist.m ├── distanceToNearness.m ├── divesh-combineTimes.m ├── epeakness.m ├── extremeClips.awk ├── eyemouth.fss ├── featurizeGaze.m ├── featurizeKeystrokes.m ├── figsForBook.m ├── findClusterMeans.m ├── findDimensions.m ├── findExtremes.m ├── findMaximumPoints.m ├── findRhythm.m ├── flist2CellArray.m ├── frameLevelFeatures.m ├── gazeCorrelations.m ├── gazeDistribution.m ├── gazePredictor.m ├── getDifferenceVector.m ├── getfeaturespec-old.m ├── getfeaturespec.m ├── gettracklist.m ├── highlyCreaky1000.txt ├── highlyCreaky200.txt ├── highlyDisaligned100.txt ├── histograms.m ├── indicesOfSeparatedMaxima.m ├── intensityOnlyPatvis.m ├── interspeechPlotspec.m ├── isTonal.m ├── killBleeding.m ├── laplacianOfGaussian.m ├── largePlotspec.m ├── lookupOrComputeCpps.m ├── lookupOrComputePitch.m ├── lookupReductionEst.m ├── lookupSpecialPlotspec.m ├── makeElanPitchLabel.m ├── makeFeatureSpec.m ├── makeFeatureSpec.m~ ├── makeMultiTrackMonster.m ├── makeTrackMonster.m ├── makeTrackspec.m ├── meansOverNonzeros.m ├── mfcc.m ├── midPlotspec.m ├── midPlotspec2.m ├── midPlotspecSeparate.m ├── misalignment.m ├── mono4Plotspec.m ├── myconv.m ├── normrotoneAblations.m ├── patvis2.m ├── pbookPlotspec.m ├── pbookPlotspecCpps.m ├── pbookPlotspecCppsRedu.m ├── pbookPlotspecFull.m ├── percentilizePitch.m ├── piau-au-file.PCM ├── playExtremes.m ├── plotDim.m ├── popstats.m ├── popstatsSliced.m ├── ppeakness.m ├── predicatability.m ├── prosbookPlotSpec.m ├── readtracks.m ├── reaperize.sh ├── reconstruct.m ├── reconstructionDriver.m ├── rectangularFilter.m ├── runExtremeClips.sh ├── seekPredictors.m ├── separateDimensions.m ├── slim3Plotspec.m ├── smoothJcc.m ├── speakingFraction.m ├── speakingFrames.m ├── spectralTilt.m ├── stdPlotspec.m ├── stdPlotspecSeparate.m ├── togetherness.m ├── trainBaseLine.m ├── triangleFilter.m ├── trifbank.m ├── tweakElanOutput.py ├── uncompressedSpec.m ├── validateFeature.m ├── vcipGraph.m ├── vcosines.m ├── vec2frames.m ├── voicebox ├── distitar.m ├── fxrapt.m ├── irfft.m ├── lpcar2ra.m ├── lpcar2rf.m ├── lpcar2rr.m ├── lpcauto.m ├── lpcrf2rr.m ├── pcmu2lin.m ├── readau.m ├── rfft.m ├── v_findpeaks.m ├── voicebox.m └── winenvar.m ├── voicedUnvoicedIR.m ├── windowEnergy.m ├── windowize.m ├── wordProbs.v2.2.py ├── wordProbs.v2.4.py ├── wordProbs.v2.5.py ├── writeCorrelations.m ├── writeExtremesToFile.m ├── writeLoadings.m ├── writePcFile.m ├── writePcFileBis.m ├── writeSummaryStats.m └── writeVarExplained.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/README.md -------------------------------------------------------------------------------- /doc/IEEEtran.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/IEEEtran.bst -------------------------------------------------------------------------------- /doc/bib.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/bib.bib -------------------------------------------------------------------------------- /doc/featuresets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/featuresets.txt -------------------------------------------------------------------------------- /doc/lengthening-rate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/lengthening-rate.txt -------------------------------------------------------------------------------- /doc/mlv7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/mlv7.pdf -------------------------------------------------------------------------------- /doc/mlv7.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/mlv7.tex -------------------------------------------------------------------------------- /doc/workflow-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/workflow-overview.png -------------------------------------------------------------------------------- /doc/workflow-overview.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/doc/workflow-overview.pptx -------------------------------------------------------------------------------- /flowtest/21d.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/21d.au -------------------------------------------------------------------------------- /flowtest/21d.eaf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/21d.eaf -------------------------------------------------------------------------------- /flowtest/21d.pfsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/21d.pfsx -------------------------------------------------------------------------------- /flowtest/21d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/21d.wav -------------------------------------------------------------------------------- /flowtest/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/README.txt -------------------------------------------------------------------------------- /flowtest/april.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/april.fss -------------------------------------------------------------------------------- /flowtest/correlations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/correlations.txt -------------------------------------------------------------------------------- /flowtest/hrloadings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/hrloadings.txt -------------------------------------------------------------------------------- /flowtest/largest.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/largest.fss -------------------------------------------------------------------------------- /flowtest/lengthening.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/lengthening.fss -------------------------------------------------------------------------------- /flowtest/loadingplots/provenance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/loadingplots/provenance.txt -------------------------------------------------------------------------------- /flowtest/medslim.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/medslim.fss -------------------------------------------------------------------------------- /flowtest/minicrunch.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/minicrunch.fss -------------------------------------------------------------------------------- /flowtest/mono.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/mono.fss -------------------------------------------------------------------------------- /flowtest/natives.tl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/natives.tl -------------------------------------------------------------------------------- /flowtest/oneOfEach.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/oneOfEach.fss -------------------------------------------------------------------------------- /flowtest/oneOfEachTuned.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/oneOfEachTuned.fss -------------------------------------------------------------------------------- /flowtest/pbook.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pbook.fss -------------------------------------------------------------------------------- /flowtest/pbookCpps.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pbookCpps.fss -------------------------------------------------------------------------------- /flowtest/pbookCppsRedu.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pbookCppsRedu.fss -------------------------------------------------------------------------------- /flowtest/pbookCppsReduSlim.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pbookCppsReduSlim.fss -------------------------------------------------------------------------------- /flowtest/pbookRedu.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pbookRedu.fss -------------------------------------------------------------------------------- /flowtest/pitch.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pitch.fss -------------------------------------------------------------------------------- /flowtest/pitchCache/pitch21d.aul.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pitchCache/pitch21d.aul.mat -------------------------------------------------------------------------------- /flowtest/pitchCache/pitch21d.aur.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/pitchCache/pitch21d.aur.mat -------------------------------------------------------------------------------- /flowtest/rotationspec.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/rotationspec.mat -------------------------------------------------------------------------------- /flowtest/singletrack.tl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/singletrack.tl -------------------------------------------------------------------------------- /flowtest/variance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/variance.txt -------------------------------------------------------------------------------- /flowtest/volume-u.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/volume-u.fss -------------------------------------------------------------------------------- /flowtest/volume.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/flowtest/volume.fss -------------------------------------------------------------------------------- /src/.21d-l.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/.21d-l.pc -------------------------------------------------------------------------------- /src/allTiltFeatures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/allTiltFeatures.m -------------------------------------------------------------------------------- /src/applynormrot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/applynormrot.m -------------------------------------------------------------------------------- /src/assembleAndPlotContour.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/assembleAndPlotContour.m -------------------------------------------------------------------------------- /src/baselinepredict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/baselinepredict.m -------------------------------------------------------------------------------- /src/baselinepredictorDriver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/baselinepredictorDriver.m -------------------------------------------------------------------------------- /src/binProbs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/binProbs.m -------------------------------------------------------------------------------- /src/c2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/c2c.m -------------------------------------------------------------------------------- /src/cepstralDistinctness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/cepstralDistinctness.m -------------------------------------------------------------------------------- /src/cepstralFlux.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/cepstralFlux.m -------------------------------------------------------------------------------- /src/compareTogetherness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/compareTogetherness.m -------------------------------------------------------------------------------- /src/computeCPPS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeCPPS.m -------------------------------------------------------------------------------- /src/computeCPPSfaster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeCPPSfaster.m -------------------------------------------------------------------------------- /src/computeCreakiness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeCreakiness.m -------------------------------------------------------------------------------- /src/computeDimStats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeDimStats.m -------------------------------------------------------------------------------- /src/computeEnergyStability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeEnergyStability.m -------------------------------------------------------------------------------- /src/computeFeature.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeFeature.m -------------------------------------------------------------------------------- /src/computeFeature.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeFeature.prj -------------------------------------------------------------------------------- /src/computeLengthening.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeLengthening.m -------------------------------------------------------------------------------- /src/computeLogEnergy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeLogEnergy.m -------------------------------------------------------------------------------- /src/computePitchInBand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computePitchInBand.m -------------------------------------------------------------------------------- /src/computePitchRange.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computePitchRange.m -------------------------------------------------------------------------------- /src/computeRate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeRate.m -------------------------------------------------------------------------------- /src/computeSlip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeSlip.m -------------------------------------------------------------------------------- /src/computeSpectralTilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeSpectralTilt.m -------------------------------------------------------------------------------- /src/computeWindowedSlips.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/computeWindowedSlips.m -------------------------------------------------------------------------------- /src/createTrackspecs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/createTrackspecs.m -------------------------------------------------------------------------------- /src/diagramDimensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/diagramDimensions.m -------------------------------------------------------------------------------- /src/distDist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/distDist.m -------------------------------------------------------------------------------- /src/distanceToNearness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/distanceToNearness.m -------------------------------------------------------------------------------- /src/divesh-combineTimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/divesh-combineTimes.m -------------------------------------------------------------------------------- /src/epeakness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/epeakness.m -------------------------------------------------------------------------------- /src/extremeClips.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/extremeClips.awk -------------------------------------------------------------------------------- /src/eyemouth.fss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/eyemouth.fss -------------------------------------------------------------------------------- /src/featurizeGaze.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/featurizeGaze.m -------------------------------------------------------------------------------- /src/featurizeKeystrokes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/featurizeKeystrokes.m -------------------------------------------------------------------------------- /src/figsForBook.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/figsForBook.m -------------------------------------------------------------------------------- /src/findClusterMeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/findClusterMeans.m -------------------------------------------------------------------------------- /src/findDimensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/findDimensions.m -------------------------------------------------------------------------------- /src/findExtremes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/findExtremes.m -------------------------------------------------------------------------------- /src/findMaximumPoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/findMaximumPoints.m -------------------------------------------------------------------------------- /src/findRhythm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/findRhythm.m -------------------------------------------------------------------------------- /src/flist2CellArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/flist2CellArray.m -------------------------------------------------------------------------------- /src/frameLevelFeatures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/frameLevelFeatures.m -------------------------------------------------------------------------------- /src/gazeCorrelations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/gazeCorrelations.m -------------------------------------------------------------------------------- /src/gazeDistribution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/gazeDistribution.m -------------------------------------------------------------------------------- /src/gazePredictor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/gazePredictor.m -------------------------------------------------------------------------------- /src/getDifferenceVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/getDifferenceVector.m -------------------------------------------------------------------------------- /src/getfeaturespec-old.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/getfeaturespec-old.m -------------------------------------------------------------------------------- /src/getfeaturespec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/getfeaturespec.m -------------------------------------------------------------------------------- /src/gettracklist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/gettracklist.m -------------------------------------------------------------------------------- /src/highlyCreaky1000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/highlyCreaky1000.txt -------------------------------------------------------------------------------- /src/highlyCreaky200.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/highlyCreaky200.txt -------------------------------------------------------------------------------- /src/highlyDisaligned100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/highlyDisaligned100.txt -------------------------------------------------------------------------------- /src/histograms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/histograms.m -------------------------------------------------------------------------------- /src/indicesOfSeparatedMaxima.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/indicesOfSeparatedMaxima.m -------------------------------------------------------------------------------- /src/intensityOnlyPatvis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/intensityOnlyPatvis.m -------------------------------------------------------------------------------- /src/interspeechPlotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/interspeechPlotspec.m -------------------------------------------------------------------------------- /src/isTonal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/isTonal.m -------------------------------------------------------------------------------- /src/killBleeding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/killBleeding.m -------------------------------------------------------------------------------- /src/laplacianOfGaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/laplacianOfGaussian.m -------------------------------------------------------------------------------- /src/largePlotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/largePlotspec.m -------------------------------------------------------------------------------- /src/lookupOrComputeCpps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/lookupOrComputeCpps.m -------------------------------------------------------------------------------- /src/lookupOrComputePitch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/lookupOrComputePitch.m -------------------------------------------------------------------------------- /src/lookupReductionEst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/lookupReductionEst.m -------------------------------------------------------------------------------- /src/lookupSpecialPlotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/lookupSpecialPlotspec.m -------------------------------------------------------------------------------- /src/makeElanPitchLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/makeElanPitchLabel.m -------------------------------------------------------------------------------- /src/makeFeatureSpec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/makeFeatureSpec.m -------------------------------------------------------------------------------- /src/makeFeatureSpec.m~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/makeFeatureSpec.m~ -------------------------------------------------------------------------------- /src/makeMultiTrackMonster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/makeMultiTrackMonster.m -------------------------------------------------------------------------------- /src/makeTrackMonster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/makeTrackMonster.m -------------------------------------------------------------------------------- /src/makeTrackspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/makeTrackspec.m -------------------------------------------------------------------------------- /src/meansOverNonzeros.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/meansOverNonzeros.m -------------------------------------------------------------------------------- /src/mfcc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/mfcc.m -------------------------------------------------------------------------------- /src/midPlotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/midPlotspec.m -------------------------------------------------------------------------------- /src/midPlotspec2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/midPlotspec2.m -------------------------------------------------------------------------------- /src/midPlotspecSeparate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/midPlotspecSeparate.m -------------------------------------------------------------------------------- /src/misalignment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/misalignment.m -------------------------------------------------------------------------------- /src/mono4Plotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/mono4Plotspec.m -------------------------------------------------------------------------------- /src/myconv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/myconv.m -------------------------------------------------------------------------------- /src/normrotoneAblations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/normrotoneAblations.m -------------------------------------------------------------------------------- /src/patvis2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/patvis2.m -------------------------------------------------------------------------------- /src/pbookPlotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/pbookPlotspec.m -------------------------------------------------------------------------------- /src/pbookPlotspecCpps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/pbookPlotspecCpps.m -------------------------------------------------------------------------------- /src/pbookPlotspecCppsRedu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/pbookPlotspecCppsRedu.m -------------------------------------------------------------------------------- /src/pbookPlotspecFull.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/pbookPlotspecFull.m -------------------------------------------------------------------------------- /src/percentilizePitch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/percentilizePitch.m -------------------------------------------------------------------------------- /src/piau-au-file.PCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/piau-au-file.PCM -------------------------------------------------------------------------------- /src/playExtremes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/playExtremes.m -------------------------------------------------------------------------------- /src/plotDim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/plotDim.m -------------------------------------------------------------------------------- /src/popstats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/popstats.m -------------------------------------------------------------------------------- /src/popstatsSliced.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/popstatsSliced.m -------------------------------------------------------------------------------- /src/ppeakness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/ppeakness.m -------------------------------------------------------------------------------- /src/predicatability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/predicatability.m -------------------------------------------------------------------------------- /src/prosbookPlotSpec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/prosbookPlotSpec.m -------------------------------------------------------------------------------- /src/readtracks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/readtracks.m -------------------------------------------------------------------------------- /src/reaperize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/reaperize.sh -------------------------------------------------------------------------------- /src/reconstruct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/reconstruct.m -------------------------------------------------------------------------------- /src/reconstructionDriver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/reconstructionDriver.m -------------------------------------------------------------------------------- /src/rectangularFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/rectangularFilter.m -------------------------------------------------------------------------------- /src/runExtremeClips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/runExtremeClips.sh -------------------------------------------------------------------------------- /src/seekPredictors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/seekPredictors.m -------------------------------------------------------------------------------- /src/separateDimensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/separateDimensions.m -------------------------------------------------------------------------------- /src/slim3Plotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/slim3Plotspec.m -------------------------------------------------------------------------------- /src/smoothJcc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/smoothJcc.m -------------------------------------------------------------------------------- /src/speakingFraction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/speakingFraction.m -------------------------------------------------------------------------------- /src/speakingFrames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/speakingFrames.m -------------------------------------------------------------------------------- /src/spectralTilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/spectralTilt.m -------------------------------------------------------------------------------- /src/stdPlotspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/stdPlotspec.m -------------------------------------------------------------------------------- /src/stdPlotspecSeparate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/stdPlotspecSeparate.m -------------------------------------------------------------------------------- /src/togetherness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/togetherness.m -------------------------------------------------------------------------------- /src/trainBaseLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/trainBaseLine.m -------------------------------------------------------------------------------- /src/triangleFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/triangleFilter.m -------------------------------------------------------------------------------- /src/trifbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/trifbank.m -------------------------------------------------------------------------------- /src/tweakElanOutput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/tweakElanOutput.py -------------------------------------------------------------------------------- /src/uncompressedSpec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/uncompressedSpec.m -------------------------------------------------------------------------------- /src/validateFeature.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/validateFeature.m -------------------------------------------------------------------------------- /src/vcipGraph.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/vcipGraph.m -------------------------------------------------------------------------------- /src/vcosines.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/vcosines.m -------------------------------------------------------------------------------- /src/vec2frames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/vec2frames.m -------------------------------------------------------------------------------- /src/voicebox/distitar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/distitar.m -------------------------------------------------------------------------------- /src/voicebox/fxrapt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/fxrapt.m -------------------------------------------------------------------------------- /src/voicebox/irfft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/irfft.m -------------------------------------------------------------------------------- /src/voicebox/lpcar2ra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/lpcar2ra.m -------------------------------------------------------------------------------- /src/voicebox/lpcar2rf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/lpcar2rf.m -------------------------------------------------------------------------------- /src/voicebox/lpcar2rr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/lpcar2rr.m -------------------------------------------------------------------------------- /src/voicebox/lpcauto.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/lpcauto.m -------------------------------------------------------------------------------- /src/voicebox/lpcrf2rr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/lpcrf2rr.m -------------------------------------------------------------------------------- /src/voicebox/pcmu2lin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/pcmu2lin.m -------------------------------------------------------------------------------- /src/voicebox/readau.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/readau.m -------------------------------------------------------------------------------- /src/voicebox/rfft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/rfft.m -------------------------------------------------------------------------------- /src/voicebox/v_findpeaks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/v_findpeaks.m -------------------------------------------------------------------------------- /src/voicebox/voicebox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/voicebox.m -------------------------------------------------------------------------------- /src/voicebox/winenvar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicebox/winenvar.m -------------------------------------------------------------------------------- /src/voicedUnvoicedIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/voicedUnvoicedIR.m -------------------------------------------------------------------------------- /src/windowEnergy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/windowEnergy.m -------------------------------------------------------------------------------- /src/windowize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/windowize.m -------------------------------------------------------------------------------- /src/wordProbs.v2.2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/wordProbs.v2.2.py -------------------------------------------------------------------------------- /src/wordProbs.v2.4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/wordProbs.v2.4.py -------------------------------------------------------------------------------- /src/wordProbs.v2.5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/wordProbs.v2.5.py -------------------------------------------------------------------------------- /src/writeCorrelations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/writeCorrelations.m -------------------------------------------------------------------------------- /src/writeExtremesToFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/writeExtremesToFile.m -------------------------------------------------------------------------------- /src/writeLoadings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/writeLoadings.m -------------------------------------------------------------------------------- /src/writePcFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/writePcFile.m -------------------------------------------------------------------------------- /src/writePcFileBis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/writePcFileBis.m -------------------------------------------------------------------------------- /src/writeSummaryStats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/writeSummaryStats.m -------------------------------------------------------------------------------- /src/writeVarExplained.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nigelgward/midlevel/HEAD/src/writeVarExplained.m --------------------------------------------------------------------------------