├── +All_Settings └── Global_Settings.m ├── +Broadband_Tools ├── +Loudspeaker_Signal_Calculation │ ├── Clean_from_LUT.m │ ├── Clean_from_LUT_FlatMask.m │ ├── Clean_from_LUT_ZoneWeightedMask.m │ ├── Clean_from_LUT_ZoneWeightedMask_AliasCtrl.m │ ├── Clean_from_LUT_ZoneWeightedMask_AliasCtrl_OffsetNoise.m │ ├── Clean_from_LUT_ZoneWeightedMask_AliasCtrl_StereoNoise.m │ ├── FlatMasker.m │ ├── ParametricMask.m │ ├── ParametricMask_AliasCtrlHPF.m │ ├── Passed_from_MicrophoneSignals.m │ ├── PreFilt_SS.m │ ├── PreFilter_AliasCtrl.m │ ├── PreFilter_PassbandNorm.m │ ├── PreFilter_ZoneSpect.m │ ├── ZoneWeightedMasker.m │ ├── ZoneWeightedMasker_AliasCtrl.m │ ├── getMSRLoudspeakerSignals.m │ ├── getPredictedLoudspeakerSignals.m │ └── saveLoudspeakerSignals.m ├── +Microphone_Signal_Calculation │ ├── Clean_from_RIR.m │ ├── getMicrophoneSignals.m │ └── saveMicrophoneSignals.m ├── Analyse_Broadband_Signals.m ├── Analyse_Broadband_Signals_from_LUT.m ├── Analyse_Broadband_Signals_from_LUT_FlatMask.m ├── BatchJob_Script__Generate_Loudspeaker_Signals.m ├── Broadband_PrivacyWeighted.m ├── Broadband_PrivacyWeighted_FlatMask.m ├── Broadband_PrivacyWeighted_v2.m ├── Broadband_PrivacyWeighted_v3_ASL.m ├── Broadband_PrivacyWeighted_v4_ANC.m ├── Broadband_PrivacyWeighted_v5_Mixed_ANC_Mask.m ├── Broadband_PrivacyWeighted_v6.m ├── Broadband_PrivacyWeighted_v6_FlatMask.m ├── FFT_custom.m ├── Generate_Loudspeaker_Signals.m ├── Generate_Loudspeaker_Signals_batchfunc.m ├── Generate_Microphone_Signals.m ├── Generate_Microphone_Signals_batchfunc.m ├── PredictiveFraming.m ├── PredictivePadding.m ├── Run_Analysis.m ├── Run_Analysis_From_ALL_LUTs.m ├── Run_Analysis_From_LUT.m ├── Run_Analysis_From_LUT_FlatMask.m ├── Run_Analysis_From_LUT_PrivacyWeighted.m ├── Run_Analysis_From_LUT_PrivacyWeighted_FlatMask.m ├── Run_Analysis_From_LUT_PrivacyWeighted_v2.m ├── Run_Analysis_From_LUT_PrivacyWeighted_v3_ASL.m ├── Run_Analysis_From_LUT_PrivacyWeighted_v4_ANC.m ├── Run_Analysis_From_LUT_PrivacyWeighted_v5_Mixed_ANC_Mask.m ├── Run_Analysis_From_LUT_PrivacyWeighted_v6.m ├── Run_Analysis_From_LUT_PrivacyWeighted_v6_FlatMask.m ├── getAliasingFrequency.m ├── getLoudspeakerSignalPath.m ├── getMicrophoneSignalPath.m ├── getSignalPath.m ├── power_norm.m ├── testPredictor.m ├── test_Build_Broadband_Spkr_Signals.m ├── test_FFT_custom.m ├── test_Sound_from_Tones.m ├── test_Sound_from_Tones__EqualLoudness.m └── test_files.m ├── +Current_Systems ├── +Archived │ ├── ChinaSipTempSYS.m │ ├── ICASSP2017_System_A.m │ ├── MediaAnimation_System_1.m │ ├── OculusPres_System_A.m │ └── OculusPres_System_B.m ├── Evaluate_Current_System.m ├── IEEELetters2017_System_A.m ├── IEEETransactions_System_A.m ├── IEEETransactions_System_B.m ├── IEEETransactions_System_C.m ├── IEEETransactions_System_D.m ├── IEEETransactions_System_E.m ├── IEEETransactions_System_F.m ├── IEEETransactions_System_G.m ├── IEEETransactions_System_H.m ├── SR_System.m └── loadCurrentSRsystem.m ├── +Cylindrical_Harmonics ├── global_soundfield.m ├── spatial_zone.m ├── test.m ├── test_multipleFrequency.m ├── test_quiet_zone.m ├── test_wideband.m ├── test_wideband__Planewave_vs_DesiredWithQuiet.m ├── test_wideband_with_error_for_angle.m ├── test_wideband_with_error_for_frequency.m ├── test_wideband_with_error_single_frequency.m └── wideband_soundfield.m ├── +Dependencies ├── CheckDependencies.m ├── Dependencies.m ├── DependencyList.m ├── FirstRun.m ├── FolderExceptionList.m ├── setFirstRunFalse.m └── setPathsFromList.m ├── +Hardware_Control ├── +Real_Time │ └── test.m ├── DEMO.m ├── Play_and_Rec_System.m ├── Untitled.m ├── getMSR_Audio.m ├── getRealRecordingsPath.m ├── playMSR.m ├── playMSR_andRec.m ├── splitSaveRecording.m ├── test.m ├── test_playMSR.m └── test_playMSR_andRec.m ├── +Media └── +Animations │ └── Multizone_Water_Ripple.m ├── +Miscellaneous ├── +Speech_Files │ ├── Female1_SA2.WAV │ ├── Female1_SI1544.WAV │ ├── Female1_SX104.WAV │ ├── Female1_SX14.WAV │ ├── Female1_SX194.WAV │ ├── Female1_SX374.WAV │ ├── Female_SA2.WAV │ ├── Female_SX126.WAV │ ├── Female_SX216.WAV │ ├── Female_SX306.WAV │ ├── Male1_SI545.WAV │ ├── Male1_SX185.WAV │ ├── Male1_SX5.WAV │ ├── Male_SA2.WAV │ ├── Male_SI1669.WAV │ ├── Male_SI2299.WAV │ ├── Male_SX139.WAV │ ├── Male_SX229.WAV │ ├── Male_SX319.WAV │ └── Male_SX49.WAV ├── AngleFrequency_Relationship.m ├── AngleWeight_Relationships.m ├── FrequencyAliasing_Relationship_100hz_1khz.m ├── FrequencyAliasing_Relationship_100hz_8khz.m ├── FrequencyAliasing_Relationship_1khz_8khz.m ├── FrequencyWeight_Relationship.m ├── FrequencyWeight_Relationship_Improved_1khz_8khz.m ├── FrequencyWeight_Relationship_Improved_400hz_1khz.m ├── FrequencyWeight_Relationship__Error_and_SPL.m ├── Frequency_Masking.m ├── Plot_TimeFrequency_Components.m ├── SoundZones_Logo.m ├── Test_Wideband.m ├── Threshold_In_Quiet_Approximation.m └── test_Weighting_Smoothness.m ├── +Orthogonal_Basis_Expansion ├── Gram_Schmidt.m ├── Gram_Schmidt2.m ├── Gram_Schmidt_GPU.m ├── Gram_Schmidt_mex.mexw64 ├── NNMF_Angle.m ├── Zone_Error_Plots.m ├── example_Build_Animation.m ├── example_Build_Animation_Multitone.m ├── multizone_soundfield_OBE.m ├── spatial_zone.m ├── test.m └── test_Gram_Schmidt.m ├── +Papers ├── +APSIPA │ └── Build_Figures.m ├── +APSIPA_2016 │ └── Build_Figures.m ├── +APSIPA_2017 │ └── test.m ├── +ChinaSIP │ ├── Build_Figures.m │ └── Figure3.m ├── +ICASSP │ └── Get_Results.m ├── +ICASSP_2017 │ ├── Figure2.m │ ├── Figure3.m │ └── Figure4.m ├── +ICASSP_2018 │ ├── ICASSP2018_Frequency.m │ └── ICASSP2018_Time.m ├── +IEEELetters_2017 │ ├── Figure2.m │ └── Figure_tmp.m ├── +Oculus_Presentation │ ├── AR_Prediction.m │ ├── ExampleFigures.m │ ├── Multizone_Leakage.m │ ├── Multizone_Masking.m │ ├── Multizone_SpatialAliasing.m │ └── PrivacyResults.m └── +Transactions_2016 │ ├── COSH_Distances.m │ ├── Filter_Spectrums.m │ ├── MSR_Setup_Figure.m │ ├── SoundFieldVisualisations.m │ └── ZoneError_ZonePlanarity.m ├── +Parametric_Synthesis ├── nonlinear_soundfield.m ├── parametric_soundfield.m ├── test.m └── test_object.m ├── +Perceptual_Models ├── Constraint_on_Bright&Quiet__Threshold&3kHzMaskerThreshold.m ├── Constraint_on_Bright&Quiet__Threshold&ThresholdInQuiet.m ├── Constraint_on_Quiet__ISO226_ComfortNoise.m ├── Constraint_on_Quiet__Masker_and_Threshold.m ├── Constraint_on_Quiet__ThresholdInQuiet.m ├── Maximum_Constraints.m └── No_Constraints.m ├── +Perceptual_Tools ├── +Masking_Curves │ └── ISO_IEC_MPEG_Model2.m ├── BarkToFrequency.m ├── Combine_ThreshMask.m ├── FrequencyToBark.m ├── GreyNoise.m ├── Loudness.m ├── Threshold_in_Quiet.m └── test__thresholds_in_quiet.m ├── +Publication └── saveFigureForPublication.m ├── +Results ├── +Axes_Builders │ ├── +Helpers │ │ ├── setAxisParameters.m │ │ └── setErrorAxis.m │ ├── RIR_Time.m │ ├── SPL_Freq.m │ ├── STOI_PESQ.m │ ├── SUPPRESSION.m │ └── SUPPRESSION_Freq.m ├── +Figure_Builders │ ├── +Helpers │ │ ├── setLabels.m │ │ └── setLegend.m │ ├── IEEE_ICASSP2017_A.m │ ├── IEEE_ICASSP2017_B.m │ ├── IEEE_Letters2017_A.m │ ├── IEEE_Trans2016_A.m │ ├── IEEE_Trans2016_B.m │ ├── IEEE_Trans2016_C.m │ ├── IEEE_Trans2016_D.m │ └── IEEE_Trans2016_E.m ├── +Parametric_Comparison │ ├── Plot_Reverb_PESQ_Results.m │ └── Plot_Reverb_STOI_Results.m ├── +Real_World_Comparison │ ├── Plot_Reverb_PESQ_Results.m │ └── Plot_Reverb_STOI_Results.m ├── Plot_All_STOI_Results.m ├── Plot_Bright_PESQ_Comparisons.m ├── Plot_MSE_Results.m ├── Plot_PESQ_Results.m ├── Plot_Results.m ├── Plot_Reverb_PESQ_Results.m ├── Plot_Reverb_SNR_Results.m ├── Plot_Reverb_STI_Results.m ├── Plot_Reverb_STOI_Results.m ├── Plot_STOI_Contrast_Comparisons.m ├── Plot_STOI_Results.m ├── Recorded_LTASS.m ├── createFit.m ├── deleteResultsFile.m ├── generatePlotData.m ├── getInfoFromFilename.m ├── getRecordingsPath.m ├── getResultsPath.m ├── import_MSE.m ├── import_PESQ.m ├── import_PESQ_Reverb.m ├── import_Quality_Reverb.m ├── import_RoomImpulseResponse_vs_Time.m ├── import_SegSNR_Reverb.m ├── import_SoundPressureLevels_vs_Freq.m ├── import_SpeechIntelligibility.m ├── import_SpeechIntelligibility_Reverb.m ├── import_Suppression_Reverb.m ├── import_Suppression_vs_Freq.m └── test_reference_PESQ.m ├── +Room_Acoustics ├── +Apply_RIRs │ ├── Convolve_SpkrSigs_and_RIRs.m │ ├── Load_Reverb_Recording.m │ ├── Reverberant_MSR.m │ ├── Reverberant_MSR_Analysis.m │ ├── Reverberant_MSR_Analysis_STI_batchfunc.m │ ├── Reverberant_MSR_Analysis_batchfunc.m │ ├── Reverberant_MSR_batchfunc.m │ ├── Save_Reverb_PESQ_Result.m │ ├── Save_Reverb_RIR_Result.m │ ├── Save_Reverb_Recording.m │ ├── Save_Reverb_SNR_Result.m │ ├── Save_Reverb_SPLs_Result.m │ ├── Save_Reverb_STI_ImpResp.m │ ├── Save_Reverb_STI_Result.m │ ├── Save_Reverb_STOI_Result.m │ ├── Save_Reverb_Suppression_Result.m │ └── test_Convolve.m ├── +RIR_Generation │ ├── RIR_from_loudspeaker_setup_Fast_ISM_RoomResp.m │ ├── RIR_from_loudspeaker_setup_ISM_RoomResp.m │ ├── RIR_from_loudspeaker_setup_MCRoomSim.m │ ├── RIR_from_loudspeaker_setup_PALAnechoic.m │ └── RIR_from_loudspeaker_setup_rir_generator.m ├── BatchJob_Script__Reverberant_MSR.m ├── BatchJob_Script__Reverberant_MSR_Analysis.m ├── BatchJob_Script__Reverberant_MSR_Analysis_STI.m ├── Generate_RIR_Database.m ├── NumberOfImages.m ├── Reverberant_MSR.m ├── Reverberant_MSR_Analysis.m ├── Room.m ├── Room_Setup_RoomSim.m ├── checkMatchingReceivers.m ├── getRIRDatabasePath.m ├── loadRIRDatabaseFromSetup.m ├── loudspeakerIR.m ├── test.m ├── test_plotRecSpectum.m ├── useMeasuredATF.m └── useSimulatedATF.m ├── +Soundfield_Database ├── +LUT_Builders │ ├── Build_LUT.m │ └── Orthogonal_Planewave_Selection.m ├── Direct_Error_Between_LUTs.m ├── Error_Between_LUTs.m ├── N_Planewave_LUT_Effect.m ├── PESQ_Between_LUTs.m ├── Plot_Example_LUT.m ├── getDatabasePath.m ├── getZoneSpectrumFromDB.m ├── loadDatabaseFromSetup.m └── test.m ├── +Speaker_Setup ├── +Calibration │ ├── Calibrate_MSR_Loudspeaker_Signals.m │ ├── Confirm_Calibration.m │ ├── IRsFromRecordings.m │ ├── Perform_Full_Calibration.m │ ├── SplitRecording.m │ ├── applyInverseFilters.m │ ├── getCalibrationFilters.m │ ├── getGainAdjustments.m │ ├── getInverseFilters.m │ ├── getTimeAlignIRs.m │ ├── linTFalign.m │ ├── testCalibrate.m │ └── test_Calibrate_Loudspeaker_Signals.m ├── Build_Occlusion_Animation.m ├── Build_Weighting_Animation.m ├── SpkrComparison.m ├── createSetup.m ├── example_Build_Animation_SpeakerVersion.m ├── loudspeaker_setup.m ├── loudspeaker_setup_VelocityControl.m ├── loudspeaker_weights.m ├── printSetupDetails.m ├── test.m ├── test2.m ├── test_ImpResp.m ├── test_SpkrComparison.m ├── test_VelocityControl.m ├── test_fromSRsystem.m └── test_suppression.m ├── .gitignore ├── .gitmodules ├── BuildDoc.m ├── GUI └── Main.m ├── LICENSE ├── MSR.m ├── MSR ├── PackagingLog.txt ├── for_redistribution_files_only │ ├── MSR.dll │ ├── MSR.jar │ ├── MSR │ │ ├── Class1.java │ │ ├── Class1Remote.java │ │ ├── MSR.ctf │ │ ├── MSRMCRFactory.java │ │ ├── __init__.py │ │ └── package-info.java │ ├── MSRNative.dll │ ├── MSR_overview.html │ ├── default_icon.ico │ ├── doc │ │ └── html │ │ │ ├── MSR │ │ │ ├── Class1.html │ │ │ ├── Class1Remote.html │ │ │ ├── MSRMCRFactory.html │ │ │ ├── package-frame.html │ │ │ ├── package-summary.html │ │ │ └── package-tree.html │ │ │ ├── allclasses-frame.html │ │ │ ├── allclasses-noframe.html │ │ │ ├── constant-values.html │ │ │ ├── deprecated-list.html │ │ │ ├── help-doc.html │ │ │ ├── index-all.html │ │ │ ├── index.html │ │ │ ├── overview-tree.html │ │ │ ├── package-list │ │ │ ├── resources │ │ │ ├── background.gif │ │ │ ├── tab.gif │ │ │ ├── titlebar.gif │ │ │ └── titlebar_end.gif │ │ │ ├── script.js │ │ │ └── stylesheet.css │ ├── readme.txt │ └── setup.py └── for_testing │ ├── Class1.cs │ ├── Class1Native.cs │ ├── MSR.dll │ ├── MSR.jar │ ├── MSR.xml │ ├── MSR │ ├── Class1.java │ ├── Class1Remote.java │ ├── MSR.ctf │ ├── MSRMCRFactory.java │ ├── __init__.py │ └── package-info.java │ ├── MSRNative.dll │ ├── MSRNative.xml │ ├── MSR_overview.html │ ├── classes │ └── MSR │ │ ├── Class1.class │ │ ├── Class1Remote.class │ │ ├── MSR.ctf │ │ └── MSRMCRFactory.class │ ├── doc │ └── html │ │ ├── MSR │ │ ├── Class1.html │ │ ├── Class1Remote.html │ │ ├── MSRMCRFactory.html │ │ ├── package-frame.html │ │ ├── package-summary.html │ │ └── package-tree.html │ │ ├── allclasses-frame.html │ │ ├── allclasses-noframe.html │ │ ├── constant-values.html │ │ ├── deprecated-list.html │ │ ├── help-doc.html │ │ ├── index-all.html │ │ ├── index.html │ │ ├── overview-tree.html │ │ ├── package-list │ │ ├── resources │ │ ├── background.gif │ │ ├── tab.gif │ │ ├── titlebar.gif │ │ └── titlebar_end.gif │ │ ├── script.js │ │ └── stylesheet.css │ ├── mccExcludedFiles.log │ ├── readme.txt │ ├── requiredMCRProducts.txt │ ├── setup.py │ ├── test.bat │ └── test2.bat ├── README.md ├── TEST_SCRIPT.m ├── TestRealWorldResponse.m ├── Untitled.m ├── ZipRelease.m ├── doc ├── .gitignore ├── MATLAB_Help_Report.html ├── MATLAB_Help_Report_files │ ├── matlab-report-styles.css │ └── matlabreports.js └── html │ ├── +All_Settings │ ├── Global_Settings.html │ └── index.html │ ├── +Broadband_Tools │ ├── +Loudspeaker_Signal_Calculation │ │ ├── Clean_from_LUT.html │ │ ├── Clean_from_LUT_FlatMask.html │ │ ├── Clean_from_LUT_ZoneWeightedMask.html │ │ ├── Clean_from_LUT_ZoneWeightedMask_AliasCtrl.html │ │ ├── Clean_from_LUT_ZoneWeightedMask_AliasCtrl_OffsetNoise.html │ │ ├── Clean_from_LUT_ZoneWeightedMask_AliasCtrl_StereoNoise.html │ │ ├── FlatMasker.html │ │ ├── ParametricMask.html │ │ ├── ParametricMask_AliasCtrlHPF.html │ │ ├── Passed_from_MicrophoneSignals.html │ │ ├── PreFilt_SS.html │ │ ├── PreFilter_AliasCtrl.html │ │ ├── PreFilter_PassbandNorm.html │ │ ├── PreFilter_ZoneSpect.html │ │ ├── ZoneWeightedMasker.html │ │ ├── ZoneWeightedMasker_AliasCtrl.html │ │ ├── getMSRLoudspeakerSignals.html │ │ ├── getPredictedLoudspeakerSignals.html │ │ ├── index.html │ │ └── saveLoudspeakerSignals.html │ ├── +Microphone_Signal_Calculation │ │ ├── Clean_from_RIR.html │ │ ├── getMicrophoneSignals.html │ │ ├── index.html │ │ └── saveMicrophoneSignals.html │ ├── FFT_custom.html │ ├── Generate_Loudspeaker_Signals.html │ ├── Generate_Loudspeaker_Signals_batchfunc.html │ ├── Generate_Microphone_Signals.html │ ├── Generate_Microphone_Signals_batchfunc.html │ ├── OverlapAdd.html │ ├── PredictiveFraming.html │ ├── getAliasingFrequency.html │ ├── getLoudspeakerSignalPath.html │ ├── getMicrophoneSignalPath.html │ ├── getSignalPath.html │ ├── index.html │ └── power_norm.html │ ├── +Current_Systems │ ├── Evaluate_Current_System.html │ ├── IEEELetters2017_System_A.html │ ├── IEEELetters2017_System_B.html │ ├── IEEETransactions_System_C.html │ ├── IEEETransactions_System_D.html │ ├── IEEETransactions_System_E.html │ ├── SR_System.html │ ├── index.html │ └── loadCurrentSRsystem.html │ ├── +Hardware_Control │ ├── Play_and_Rec_System.html │ ├── getMSR_Audio.html │ ├── getRealRecordingsPath.html │ ├── index.html │ ├── playMSR_andRec.html │ └── splitSaveRecording.html │ ├── +Orthogonal_Basis_Expansion │ ├── index.html │ ├── multizone_soundfield_OBE.html │ ├── spatial_zone.html │ └── todo.html │ ├── +Parametric_Synthesis │ ├── index.html │ └── parametric_soundfield.html │ ├── +Perceptual_Tools │ ├── GreyNoise.html │ ├── Threshold_in_Quiet.html │ └── index.html │ ├── +Publication │ ├── index.html │ └── saveFigureForPublication.html │ ├── +Results │ ├── +Axes_Builders │ │ ├── +Helpers │ │ │ ├── index.html │ │ │ ├── setAxisParameters.html │ │ │ └── setErrorAxis.html │ │ ├── SPL_Freq.html │ │ ├── STOI_PESQ.html │ │ ├── SUPPRESSION_Freq.html │ │ └── index.html │ ├── +Figure_Builders │ │ ├── +Helpers │ │ │ ├── index.html │ │ │ ├── setLabels.html │ │ │ └── setLegend.html │ │ ├── IEEE_Letters2017_A.html │ │ ├── IEEE_Trans2016_C.html │ │ ├── IEEE_Trans2016_E.html │ │ └── index.html │ ├── Plot_Results.html │ ├── createFit.html │ ├── deleteResultsFile.html │ ├── generatePlotData.html │ ├── getRecordingsPath.html │ ├── getResultsPath.html │ ├── import_SoundPressureLevels_vs_Freq.html │ ├── import_SpeechIntelligibility_Reverb.html │ ├── import_Suppression_vs_Freq.html │ └── index.html │ ├── +Room_Acoustics │ ├── +Apply_RIRs │ │ ├── Convolve_SpkrSigs_and_RIRs.html │ │ ├── Reverberant_MSR_Analysis_batchfunc.html │ │ ├── Reverberant_MSR_batchfunc.html │ │ ├── Save_Reverb_PESQ_Result.html │ │ ├── Save_Reverb_Recording.html │ │ ├── Save_Reverb_SNR_Result.html │ │ ├── Save_Reverb_SPLs_Result.html │ │ ├── Save_Reverb_STI_Result.html │ │ ├── Save_Reverb_STOI_Result.html │ │ ├── Save_Reverb_Suppression_Result.html │ │ └── index.html │ ├── +RIR_Generation │ │ ├── RIR_from_loudspeaker_setup_PALAnechoic.html │ │ ├── RIR_from_loudspeaker_setup_rir_generator.html │ │ └── index.html │ ├── Generate_RIR_Database.html │ ├── Reverberant_MSR.html │ ├── Reverberant_MSR_Analysis.html │ ├── Room.html │ ├── getRIRDatabasePath.html │ ├── index.html │ ├── loadRIRDatabaseFromSetup.html │ ├── loudspeakerIR.html │ ├── todo.html │ ├── useMeasuredATF.html │ └── useSimulatedATF.html │ ├── +Soundfield_Database │ ├── +LUT_Builders │ │ ├── Build_LUT.html │ │ ├── Orthogonal_Planewave_Selection.html │ │ └── index.html │ ├── getDatabasePath.html │ ├── getZoneSpectrumFromDB.html │ ├── index.html │ └── loadDatabaseFromSetup.html │ ├── +Speaker_Setup │ ├── +Calibration │ │ ├── Calibrate_MSR_Loudspeaker_Signals.html │ │ ├── IRsFromRecordings.html │ │ ├── Perform_Full_Calibration.html │ │ ├── applyInverseFilters.html │ │ ├── getCalibrationFilters.html │ │ ├── getInverseFilters.html │ │ ├── index.html │ │ └── linTFalign.html │ ├── createSetup.html │ ├── index.html │ ├── loudspeaker_setup.html │ └── printSetupDetails.html │ ├── +Tools │ ├── ArbitraryOctaveFilt.html │ ├── LTASS.html │ ├── STI.html │ ├── STI_BandFilters.html │ ├── addNoise.html │ ├── confidence_intervals.html │ ├── extractIR.html │ ├── fconv.html │ ├── frame_data.html │ ├── generateNoise.html │ ├── getAllFiles.html │ ├── index.html │ ├── interpVal.html │ ├── interpVal_2D.html │ ├── invFIR.html │ ├── invSweepFFT.html │ ├── invimplms.html │ ├── keepFilesFromFolder.html │ ├── octaveBandMean.html │ ├── pesq_mex_fast_vec.html │ ├── pesq_mex_vec.html │ ├── shapeSpectrum.html │ ├── showTimeToCompletion.html │ ├── simpleWarning.html │ ├── stoi.html │ ├── stoi_d2percCorr.html │ ├── synthSweep.html │ └── todo.html │ ├── alpha.png │ ├── c++.png │ ├── c.png │ ├── demoicon.gif │ ├── down.png │ ├── doxysearch.php │ ├── folder.png │ ├── fortran.png │ ├── hp.png │ ├── index.html │ ├── left.png │ ├── linux.png │ ├── matlabicon.gif │ ├── matlabicon.png │ ├── matlabicon_.png │ ├── mex.png │ ├── mfile.png │ ├── pcode.png │ ├── right.png │ ├── sgi.png │ ├── simulinkicon.gif │ ├── solaris.png │ ├── soundzones.css │ ├── up.png │ └── windows.png ├── helloworld.m ├── release ├── mfiles │ ├── ArbitraryOctaveFilt.m │ ├── Build_LUT.m │ ├── Calibrate_MSR_Loudspeaker_Signals.m │ ├── Clean_from_LUT.m │ ├── Convolve_SpkrSigs_and_RIRs.m │ ├── Evaluate_Current_System.m │ ├── FFT_custom.m │ ├── FlatMasker.m │ ├── Generate_Loudspeaker_Signals.m │ ├── Generate_Loudspeaker_Signals_batchfunc.m │ ├── Generate_RIR_Database.m │ ├── Global_Settings.m │ ├── IEEETransactions_System_E.m │ ├── IEEE_Trans2016_E.m │ ├── IRsFromRecordings.m │ ├── LTASS.m │ ├── Orthogonal_Planewave_Selection.m │ ├── ParametricMask.m │ ├── ParametricMask_AliasCtrlHPF.m │ ├── Perform_Full_Calibration.m │ ├── Play_and_Rec_System.m │ ├── Plot_Results.m │ ├── PreFilt_SS.m │ ├── PreFilter_AliasCtrl.m │ ├── PreFilter_PassbandNorm.m │ ├── PreFilter_ZoneSpect.m │ ├── PredictiveFraming.m │ ├── RIR_from_loudspeaker_setup_PALAnechoic.m │ ├── RIR_from_loudspeaker_setup_rir_generator.m │ ├── Reverberant_MSR.m │ ├── Reverberant_MSR_Analysis.m │ ├── Reverberant_MSR_Analysis_batchfunc.m │ ├── Reverberant_MSR_batchfunc.m │ ├── Room.m │ ├── SPL_Freq.m │ ├── SR_System.m │ ├── STI.m │ ├── STI_BandFilters.m │ ├── Save_Reverb_PESQ_Result.m │ ├── Save_Reverb_Recording.m │ ├── Save_Reverb_SNR_Result.m │ ├── Save_Reverb_SPLs_Result.m │ ├── Save_Reverb_STI_Result.m │ ├── Save_Reverb_STOI_Result.m │ ├── Save_Reverb_Suppression_Result.m │ ├── ZoneWeightedMasker.m │ ├── ZoneWeightedMasker_AliasCtrl.m │ ├── confidence_intervals.m │ ├── createFit.m │ ├── createSetup.m │ ├── deleteResultsFile.m │ ├── extractIR.m │ ├── fconv.m │ ├── generatePlotData.m │ ├── getAliasingFrequency.m │ ├── getAllFiles.m │ ├── getCalibrationFilters.m │ ├── getDatabasePath.m │ ├── getInverseFilters.m │ ├── getLoudspeakerSignalPath.m │ ├── getMSRLoudspeakerSignals.m │ ├── getMSR_Audio.m │ ├── getRIRDatabasePath.m │ ├── getRealRecordingsPath.m │ ├── getRecordingsPath.m │ ├── getResultsPath.m │ ├── getZoneSpectrumFromDB.m │ ├── import_SoundPressureLevels_vs_Freq.m │ ├── interpVal_2D.m │ ├── invFIR.m │ ├── invSweepFFT.m │ ├── invimplms.m │ ├── keepFilesFromFolder.m │ ├── linTFalign.m │ ├── loadCurrentSRsystem.m │ ├── loadDatabaseFromSetup.m │ ├── loadRIRDatabaseFromSetup.m │ ├── loudspeakerIR.m │ ├── loudspeaker_setup.m │ ├── multizone_soundfield_OBE.m │ ├── octaveBandMean.m │ ├── parametric_soundfield.m │ ├── pesq_mex_fast_vec.m │ ├── playMSR_andRec.m │ ├── power_norm.m │ ├── printSetupDetails.m │ ├── saveFigureForPublication.m │ ├── saveLoudspeakerSignals.m │ ├── setAxisParameters.m │ ├── setLabels.m │ ├── setLegend.m │ ├── shapeSpectrum.m │ ├── showTimeToCompletion.m │ ├── simpleWarning.m │ ├── spatial_zone.m │ ├── splitSaveRecording.m │ ├── stoi.m │ ├── stoi_d2percCorr.m │ ├── synthSweep.m │ ├── useMeasuredATF.m │ └── useSimulatedATF.m └── release.zip ├── startup.m ├── template.m ├── temporary_script.m └── tex └── latex ├── APSIPA ├── N_Planewave_LUT_Effect.pdf ├── Psychoacoustic_Error_Reduction.pdf ├── Spatial_Error_Improvement.png ├── Weighting_Affect_on_MSE.pdf └── test_N_Planewave_LUT_Effect.tex ├── ChinaSIP └── Example_High_Res_LUT.pdf ├── ICASSP ├── SIC_STI&PESQ_room_9x14x3_matlab.pdf ├── SIC_STI&PESQ_room_All.pdf ├── SIC_STI_AllRooms.pdf ├── SIC_STOI&PESQ_room_10x10x10.pdf ├── SIC_STOI&PESQ_room_10x10x10_matlab.pdf ├── SIC_STOI&PESQ_spkrs_16_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf ├── SIC_STOI&PESQ_spkrs_16_room_10x10x10_matlab.pdf ├── SIC_STOI&PESQ_spkrs_24_room_10x10x10.pdf ├── SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf ├── SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_CompactArray.pdf ├── SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_linearLayout.pdf ├── SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_linearLayout2.pdf ├── SIC_STOI&PESQ_spkrs_24_room_10x10x10_matlab.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10ZoneWeightMaskAliasCtrlStereoNoise15.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10ZoneWeightMaskAliasCtrlStereoNoise30.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMask.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrlOffsetNoise.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass.pdf ├── SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Eq.pdf └── SIC_STOI&PESQ_spkrs_32_room_10x10x10_matlab.pdf └── Intelligibility ├── SI_Contrast_Enhancement.pdf └── SI_Contrast_Enhancement_All.pdf /+All_Settings/Global_Settings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+All_Settings/Global_Settings.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_FlatMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_FlatMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_OffsetNoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_OffsetNoise.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_StereoNoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_StereoNoise.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/FlatMasker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/FlatMasker.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask_AliasCtrlHPF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask_AliasCtrlHPF.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/Passed_from_MicrophoneSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Passed_from_MicrophoneSignals.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilt_SS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilt_SS.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_AliasCtrl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_AliasCtrl.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_PassbandNorm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_PassbandNorm.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_ZoneSpect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_ZoneSpect.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker_AliasCtrl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker_AliasCtrl.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/getMSRLoudspeakerSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/getMSRLoudspeakerSignals.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/getPredictedLoudspeakerSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/getPredictedLoudspeakerSignals.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Loudspeaker_Signal_Calculation/saveLoudspeakerSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Loudspeaker_Signal_Calculation/saveLoudspeakerSignals.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Microphone_Signal_Calculation/Clean_from_RIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Microphone_Signal_Calculation/Clean_from_RIR.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Microphone_Signal_Calculation/getMicrophoneSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Microphone_Signal_Calculation/getMicrophoneSignals.m -------------------------------------------------------------------------------- /+Broadband_Tools/+Microphone_Signal_Calculation/saveMicrophoneSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/+Microphone_Signal_Calculation/saveMicrophoneSignals.m -------------------------------------------------------------------------------- /+Broadband_Tools/Analyse_Broadband_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Analyse_Broadband_Signals.m -------------------------------------------------------------------------------- /+Broadband_Tools/Analyse_Broadband_Signals_from_LUT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Analyse_Broadband_Signals_from_LUT.m -------------------------------------------------------------------------------- /+Broadband_Tools/Analyse_Broadband_Signals_from_LUT_FlatMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Analyse_Broadband_Signals_from_LUT_FlatMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/BatchJob_Script__Generate_Loudspeaker_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/BatchJob_Script__Generate_Loudspeaker_Signals.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted_FlatMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted_FlatMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted_v2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted_v2.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted_v3_ASL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted_v3_ASL.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted_v4_ANC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted_v4_ANC.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted_v5_Mixed_ANC_Mask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted_v5_Mixed_ANC_Mask.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted_v6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted_v6.m -------------------------------------------------------------------------------- /+Broadband_Tools/Broadband_PrivacyWeighted_v6_FlatMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Broadband_PrivacyWeighted_v6_FlatMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/FFT_custom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/FFT_custom.m -------------------------------------------------------------------------------- /+Broadband_Tools/Generate_Loudspeaker_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Generate_Loudspeaker_Signals.m -------------------------------------------------------------------------------- /+Broadband_Tools/Generate_Loudspeaker_Signals_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Generate_Loudspeaker_Signals_batchfunc.m -------------------------------------------------------------------------------- /+Broadband_Tools/Generate_Microphone_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Generate_Microphone_Signals.m -------------------------------------------------------------------------------- /+Broadband_Tools/Generate_Microphone_Signals_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Generate_Microphone_Signals_batchfunc.m -------------------------------------------------------------------------------- /+Broadband_Tools/PredictiveFraming.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/PredictiveFraming.m -------------------------------------------------------------------------------- /+Broadband_Tools/PredictivePadding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/PredictivePadding.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_ALL_LUTs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_ALL_LUTs.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_FlatMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_FlatMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_FlatMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_FlatMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v2.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v3_ASL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v3_ASL.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v4_ANC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v4_ANC.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v5_Mixed_ANC_Mask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v5_Mixed_ANC_Mask.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v6.m -------------------------------------------------------------------------------- /+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v6_FlatMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/Run_Analysis_From_LUT_PrivacyWeighted_v6_FlatMask.m -------------------------------------------------------------------------------- /+Broadband_Tools/getAliasingFrequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/getAliasingFrequency.m -------------------------------------------------------------------------------- /+Broadband_Tools/getLoudspeakerSignalPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/getLoudspeakerSignalPath.m -------------------------------------------------------------------------------- /+Broadband_Tools/getMicrophoneSignalPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/getMicrophoneSignalPath.m -------------------------------------------------------------------------------- /+Broadband_Tools/getSignalPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/getSignalPath.m -------------------------------------------------------------------------------- /+Broadband_Tools/power_norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/power_norm.m -------------------------------------------------------------------------------- /+Broadband_Tools/testPredictor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/testPredictor.m -------------------------------------------------------------------------------- /+Broadband_Tools/test_Build_Broadband_Spkr_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/test_Build_Broadband_Spkr_Signals.m -------------------------------------------------------------------------------- /+Broadband_Tools/test_FFT_custom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/test_FFT_custom.m -------------------------------------------------------------------------------- /+Broadband_Tools/test_Sound_from_Tones.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/test_Sound_from_Tones.m -------------------------------------------------------------------------------- /+Broadband_Tools/test_Sound_from_Tones__EqualLoudness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/test_Sound_from_Tones__EqualLoudness.m -------------------------------------------------------------------------------- /+Broadband_Tools/test_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Broadband_Tools/test_files.m -------------------------------------------------------------------------------- /+Current_Systems/+Archived/ChinaSipTempSYS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/+Archived/ChinaSipTempSYS.m -------------------------------------------------------------------------------- /+Current_Systems/+Archived/ICASSP2017_System_A.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/+Archived/ICASSP2017_System_A.m -------------------------------------------------------------------------------- /+Current_Systems/+Archived/MediaAnimation_System_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/+Archived/MediaAnimation_System_1.m -------------------------------------------------------------------------------- /+Current_Systems/+Archived/OculusPres_System_A.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/+Archived/OculusPres_System_A.m -------------------------------------------------------------------------------- /+Current_Systems/+Archived/OculusPres_System_B.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/+Archived/OculusPres_System_B.m -------------------------------------------------------------------------------- /+Current_Systems/Evaluate_Current_System.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/Evaluate_Current_System.m -------------------------------------------------------------------------------- /+Current_Systems/IEEELetters2017_System_A.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEELetters2017_System_A.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_A.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_A.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_B.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_B.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_C.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_D.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_E.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_E.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_F.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_F.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_G.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_G.m -------------------------------------------------------------------------------- /+Current_Systems/IEEETransactions_System_H.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/IEEETransactions_System_H.m -------------------------------------------------------------------------------- /+Current_Systems/SR_System.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/SR_System.m -------------------------------------------------------------------------------- /+Current_Systems/loadCurrentSRsystem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Current_Systems/loadCurrentSRsystem.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/global_soundfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/global_soundfield.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/spatial_zone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/spatial_zone.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test_multipleFrequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test_multipleFrequency.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test_quiet_zone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test_quiet_zone.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test_wideband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test_wideband.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test_wideband__Planewave_vs_DesiredWithQuiet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test_wideband__Planewave_vs_DesiredWithQuiet.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test_wideband_with_error_for_angle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test_wideband_with_error_for_angle.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test_wideband_with_error_for_frequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test_wideband_with_error_for_frequency.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/test_wideband_with_error_single_frequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/test_wideband_with_error_single_frequency.m -------------------------------------------------------------------------------- /+Cylindrical_Harmonics/wideband_soundfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Cylindrical_Harmonics/wideband_soundfield.m -------------------------------------------------------------------------------- /+Dependencies/CheckDependencies.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Dependencies/CheckDependencies.m -------------------------------------------------------------------------------- /+Dependencies/Dependencies.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Dependencies/Dependencies.m -------------------------------------------------------------------------------- /+Dependencies/DependencyList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Dependencies/DependencyList.m -------------------------------------------------------------------------------- /+Dependencies/FirstRun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Dependencies/FirstRun.m -------------------------------------------------------------------------------- /+Dependencies/FolderExceptionList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Dependencies/FolderExceptionList.m -------------------------------------------------------------------------------- /+Dependencies/setFirstRunFalse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Dependencies/setFirstRunFalse.m -------------------------------------------------------------------------------- /+Dependencies/setPathsFromList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Dependencies/setPathsFromList.m -------------------------------------------------------------------------------- /+Hardware_Control/+Real_Time/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/+Real_Time/test.m -------------------------------------------------------------------------------- /+Hardware_Control/DEMO.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/DEMO.m -------------------------------------------------------------------------------- /+Hardware_Control/Play_and_Rec_System.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/Play_and_Rec_System.m -------------------------------------------------------------------------------- /+Hardware_Control/Untitled.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/Untitled.m -------------------------------------------------------------------------------- /+Hardware_Control/getMSR_Audio.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/getMSR_Audio.m -------------------------------------------------------------------------------- /+Hardware_Control/getRealRecordingsPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/getRealRecordingsPath.m -------------------------------------------------------------------------------- /+Hardware_Control/playMSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/playMSR.m -------------------------------------------------------------------------------- /+Hardware_Control/playMSR_andRec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/playMSR_andRec.m -------------------------------------------------------------------------------- /+Hardware_Control/splitSaveRecording.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/splitSaveRecording.m -------------------------------------------------------------------------------- /+Hardware_Control/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/test.m -------------------------------------------------------------------------------- /+Hardware_Control/test_playMSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/test_playMSR.m -------------------------------------------------------------------------------- /+Hardware_Control/test_playMSR_andRec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Hardware_Control/test_playMSR_andRec.m -------------------------------------------------------------------------------- /+Media/+Animations/Multizone_Water_Ripple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Media/+Animations/Multizone_Water_Ripple.m -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female1_SA2.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female1_SA2.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female1_SI1544.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female1_SI1544.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female1_SX104.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female1_SX104.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female1_SX14.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female1_SX14.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female1_SX194.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female1_SX194.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female1_SX374.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female1_SX374.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female_SA2.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female_SA2.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female_SX126.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female_SX126.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female_SX216.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female_SX216.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Female_SX306.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Female_SX306.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male1_SI545.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male1_SI545.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male1_SX185.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male1_SX185.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male1_SX5.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male1_SX5.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male_SA2.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male_SA2.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male_SI1669.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male_SI1669.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male_SI2299.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male_SI2299.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male_SX139.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male_SX139.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male_SX229.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male_SX229.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male_SX319.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male_SX319.WAV -------------------------------------------------------------------------------- /+Miscellaneous/+Speech_Files/Male_SX49.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/+Speech_Files/Male_SX49.WAV -------------------------------------------------------------------------------- /+Miscellaneous/AngleFrequency_Relationship.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/AngleFrequency_Relationship.m -------------------------------------------------------------------------------- /+Miscellaneous/AngleWeight_Relationships.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/AngleWeight_Relationships.m -------------------------------------------------------------------------------- /+Miscellaneous/FrequencyAliasing_Relationship_100hz_1khz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/FrequencyAliasing_Relationship_100hz_1khz.m -------------------------------------------------------------------------------- /+Miscellaneous/FrequencyAliasing_Relationship_100hz_8khz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/FrequencyAliasing_Relationship_100hz_8khz.m -------------------------------------------------------------------------------- /+Miscellaneous/FrequencyAliasing_Relationship_1khz_8khz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/FrequencyAliasing_Relationship_1khz_8khz.m -------------------------------------------------------------------------------- /+Miscellaneous/FrequencyWeight_Relationship.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/FrequencyWeight_Relationship.m -------------------------------------------------------------------------------- /+Miscellaneous/FrequencyWeight_Relationship_Improved_1khz_8khz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/FrequencyWeight_Relationship_Improved_1khz_8khz.m -------------------------------------------------------------------------------- /+Miscellaneous/FrequencyWeight_Relationship_Improved_400hz_1khz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/FrequencyWeight_Relationship_Improved_400hz_1khz.m -------------------------------------------------------------------------------- /+Miscellaneous/FrequencyWeight_Relationship__Error_and_SPL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/FrequencyWeight_Relationship__Error_and_SPL.m -------------------------------------------------------------------------------- /+Miscellaneous/Frequency_Masking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/Frequency_Masking.m -------------------------------------------------------------------------------- /+Miscellaneous/Plot_TimeFrequency_Components.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/Plot_TimeFrequency_Components.m -------------------------------------------------------------------------------- /+Miscellaneous/SoundZones_Logo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/SoundZones_Logo.m -------------------------------------------------------------------------------- /+Miscellaneous/Test_Wideband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/Test_Wideband.m -------------------------------------------------------------------------------- /+Miscellaneous/Threshold_In_Quiet_Approximation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/Threshold_In_Quiet_Approximation.m -------------------------------------------------------------------------------- /+Miscellaneous/test_Weighting_Smoothness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Miscellaneous/test_Weighting_Smoothness.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/Gram_Schmidt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/Gram_Schmidt.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/Gram_Schmidt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/Gram_Schmidt2.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/Gram_Schmidt_GPU.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/Gram_Schmidt_GPU.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/Gram_Schmidt_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/Gram_Schmidt_mex.mexw64 -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/NNMF_Angle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/NNMF_Angle.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/Zone_Error_Plots.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/Zone_Error_Plots.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/example_Build_Animation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/example_Build_Animation.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/example_Build_Animation_Multitone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/example_Build_Animation_Multitone.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/multizone_soundfield_OBE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/multizone_soundfield_OBE.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/spatial_zone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/spatial_zone.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/test.m -------------------------------------------------------------------------------- /+Orthogonal_Basis_Expansion/test_Gram_Schmidt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Orthogonal_Basis_Expansion/test_Gram_Schmidt.m -------------------------------------------------------------------------------- /+Papers/+APSIPA/Build_Figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+APSIPA/Build_Figures.m -------------------------------------------------------------------------------- /+Papers/+APSIPA_2016/Build_Figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+APSIPA_2016/Build_Figures.m -------------------------------------------------------------------------------- /+Papers/+APSIPA_2017/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+APSIPA_2017/test.m -------------------------------------------------------------------------------- /+Papers/+ChinaSIP/Build_Figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ChinaSIP/Build_Figures.m -------------------------------------------------------------------------------- /+Papers/+ChinaSIP/Figure3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ChinaSIP/Figure3.m -------------------------------------------------------------------------------- /+Papers/+ICASSP/Get_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ICASSP/Get_Results.m -------------------------------------------------------------------------------- /+Papers/+ICASSP_2017/Figure2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ICASSP_2017/Figure2.m -------------------------------------------------------------------------------- /+Papers/+ICASSP_2017/Figure3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ICASSP_2017/Figure3.m -------------------------------------------------------------------------------- /+Papers/+ICASSP_2017/Figure4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ICASSP_2017/Figure4.m -------------------------------------------------------------------------------- /+Papers/+ICASSP_2018/ICASSP2018_Frequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ICASSP_2018/ICASSP2018_Frequency.m -------------------------------------------------------------------------------- /+Papers/+ICASSP_2018/ICASSP2018_Time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+ICASSP_2018/ICASSP2018_Time.m -------------------------------------------------------------------------------- /+Papers/+IEEELetters_2017/Figure2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+IEEELetters_2017/Figure2.m -------------------------------------------------------------------------------- /+Papers/+IEEELetters_2017/Figure_tmp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+IEEELetters_2017/Figure_tmp.m -------------------------------------------------------------------------------- /+Papers/+Oculus_Presentation/AR_Prediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Oculus_Presentation/AR_Prediction.m -------------------------------------------------------------------------------- /+Papers/+Oculus_Presentation/ExampleFigures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Oculus_Presentation/ExampleFigures.m -------------------------------------------------------------------------------- /+Papers/+Oculus_Presentation/Multizone_Leakage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Oculus_Presentation/Multizone_Leakage.m -------------------------------------------------------------------------------- /+Papers/+Oculus_Presentation/Multizone_Masking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Oculus_Presentation/Multizone_Masking.m -------------------------------------------------------------------------------- /+Papers/+Oculus_Presentation/Multizone_SpatialAliasing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Oculus_Presentation/Multizone_SpatialAliasing.m -------------------------------------------------------------------------------- /+Papers/+Oculus_Presentation/PrivacyResults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Oculus_Presentation/PrivacyResults.m -------------------------------------------------------------------------------- /+Papers/+Transactions_2016/COSH_Distances.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Transactions_2016/COSH_Distances.m -------------------------------------------------------------------------------- /+Papers/+Transactions_2016/Filter_Spectrums.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Transactions_2016/Filter_Spectrums.m -------------------------------------------------------------------------------- /+Papers/+Transactions_2016/MSR_Setup_Figure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Transactions_2016/MSR_Setup_Figure.m -------------------------------------------------------------------------------- /+Papers/+Transactions_2016/SoundFieldVisualisations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Transactions_2016/SoundFieldVisualisations.m -------------------------------------------------------------------------------- /+Papers/+Transactions_2016/ZoneError_ZonePlanarity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Papers/+Transactions_2016/ZoneError_ZonePlanarity.m -------------------------------------------------------------------------------- /+Parametric_Synthesis/nonlinear_soundfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Parametric_Synthesis/nonlinear_soundfield.m -------------------------------------------------------------------------------- /+Parametric_Synthesis/parametric_soundfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Parametric_Synthesis/parametric_soundfield.m -------------------------------------------------------------------------------- /+Parametric_Synthesis/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Parametric_Synthesis/test.m -------------------------------------------------------------------------------- /+Parametric_Synthesis/test_object.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Parametric_Synthesis/test_object.m -------------------------------------------------------------------------------- /+Perceptual_Models/Constraint_on_Bright&Quiet__Threshold&3kHzMaskerThreshold.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /+Perceptual_Models/Constraint_on_Bright&Quiet__Threshold&ThresholdInQuiet.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /+Perceptual_Models/Constraint_on_Quiet__ISO226_ComfortNoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Models/Constraint_on_Quiet__ISO226_ComfortNoise.m -------------------------------------------------------------------------------- /+Perceptual_Models/Constraint_on_Quiet__Masker_and_Threshold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Models/Constraint_on_Quiet__Masker_and_Threshold.m -------------------------------------------------------------------------------- /+Perceptual_Models/Constraint_on_Quiet__ThresholdInQuiet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Models/Constraint_on_Quiet__ThresholdInQuiet.m -------------------------------------------------------------------------------- /+Perceptual_Models/Maximum_Constraints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Models/Maximum_Constraints.m -------------------------------------------------------------------------------- /+Perceptual_Models/No_Constraints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Models/No_Constraints.m -------------------------------------------------------------------------------- /+Perceptual_Tools/+Masking_Curves/ISO_IEC_MPEG_Model2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/+Masking_Curves/ISO_IEC_MPEG_Model2.m -------------------------------------------------------------------------------- /+Perceptual_Tools/BarkToFrequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/BarkToFrequency.m -------------------------------------------------------------------------------- /+Perceptual_Tools/Combine_ThreshMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/Combine_ThreshMask.m -------------------------------------------------------------------------------- /+Perceptual_Tools/FrequencyToBark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/FrequencyToBark.m -------------------------------------------------------------------------------- /+Perceptual_Tools/GreyNoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/GreyNoise.m -------------------------------------------------------------------------------- /+Perceptual_Tools/Loudness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/Loudness.m -------------------------------------------------------------------------------- /+Perceptual_Tools/Threshold_in_Quiet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/Threshold_in_Quiet.m -------------------------------------------------------------------------------- /+Perceptual_Tools/test__thresholds_in_quiet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Perceptual_Tools/test__thresholds_in_quiet.m -------------------------------------------------------------------------------- /+Publication/saveFigureForPublication.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Publication/saveFigureForPublication.m -------------------------------------------------------------------------------- /+Results/+Axes_Builders/+Helpers/setAxisParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Axes_Builders/+Helpers/setAxisParameters.m -------------------------------------------------------------------------------- /+Results/+Axes_Builders/+Helpers/setErrorAxis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Axes_Builders/+Helpers/setErrorAxis.m -------------------------------------------------------------------------------- /+Results/+Axes_Builders/RIR_Time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Axes_Builders/RIR_Time.m -------------------------------------------------------------------------------- /+Results/+Axes_Builders/SPL_Freq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Axes_Builders/SPL_Freq.m -------------------------------------------------------------------------------- /+Results/+Axes_Builders/STOI_PESQ.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Axes_Builders/STOI_PESQ.m -------------------------------------------------------------------------------- /+Results/+Axes_Builders/SUPPRESSION.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Axes_Builders/SUPPRESSION.m -------------------------------------------------------------------------------- /+Results/+Axes_Builders/SUPPRESSION_Freq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Axes_Builders/SUPPRESSION_Freq.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/+Helpers/setLabels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/+Helpers/setLabels.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/+Helpers/setLegend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/+Helpers/setLegend.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_ICASSP2017_A.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_ICASSP2017_A.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_ICASSP2017_B.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_ICASSP2017_B.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_Letters2017_A.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_Letters2017_A.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_Trans2016_A.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_Trans2016_A.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_Trans2016_B.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_Trans2016_B.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_Trans2016_C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_Trans2016_C.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_Trans2016_D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_Trans2016_D.m -------------------------------------------------------------------------------- /+Results/+Figure_Builders/IEEE_Trans2016_E.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Figure_Builders/IEEE_Trans2016_E.m -------------------------------------------------------------------------------- /+Results/+Parametric_Comparison/Plot_Reverb_PESQ_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Parametric_Comparison/Plot_Reverb_PESQ_Results.m -------------------------------------------------------------------------------- /+Results/+Parametric_Comparison/Plot_Reverb_STOI_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Parametric_Comparison/Plot_Reverb_STOI_Results.m -------------------------------------------------------------------------------- /+Results/+Real_World_Comparison/Plot_Reverb_PESQ_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Real_World_Comparison/Plot_Reverb_PESQ_Results.m -------------------------------------------------------------------------------- /+Results/+Real_World_Comparison/Plot_Reverb_STOI_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/+Real_World_Comparison/Plot_Reverb_STOI_Results.m -------------------------------------------------------------------------------- /+Results/Plot_All_STOI_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_All_STOI_Results.m -------------------------------------------------------------------------------- /+Results/Plot_Bright_PESQ_Comparisons.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_Bright_PESQ_Comparisons.m -------------------------------------------------------------------------------- /+Results/Plot_MSE_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_MSE_Results.m -------------------------------------------------------------------------------- /+Results/Plot_PESQ_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_PESQ_Results.m -------------------------------------------------------------------------------- /+Results/Plot_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_Results.m -------------------------------------------------------------------------------- /+Results/Plot_Reverb_PESQ_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_Reverb_PESQ_Results.m -------------------------------------------------------------------------------- /+Results/Plot_Reverb_SNR_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_Reverb_SNR_Results.m -------------------------------------------------------------------------------- /+Results/Plot_Reverb_STI_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_Reverb_STI_Results.m -------------------------------------------------------------------------------- /+Results/Plot_Reverb_STOI_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_Reverb_STOI_Results.m -------------------------------------------------------------------------------- /+Results/Plot_STOI_Contrast_Comparisons.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_STOI_Contrast_Comparisons.m -------------------------------------------------------------------------------- /+Results/Plot_STOI_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Plot_STOI_Results.m -------------------------------------------------------------------------------- /+Results/Recorded_LTASS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/Recorded_LTASS.m -------------------------------------------------------------------------------- /+Results/createFit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/createFit.m -------------------------------------------------------------------------------- /+Results/deleteResultsFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/deleteResultsFile.m -------------------------------------------------------------------------------- /+Results/generatePlotData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/generatePlotData.m -------------------------------------------------------------------------------- /+Results/getInfoFromFilename.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/getInfoFromFilename.m -------------------------------------------------------------------------------- /+Results/getRecordingsPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/getRecordingsPath.m -------------------------------------------------------------------------------- /+Results/getResultsPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/getResultsPath.m -------------------------------------------------------------------------------- /+Results/import_MSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_MSE.m -------------------------------------------------------------------------------- /+Results/import_PESQ.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_PESQ.m -------------------------------------------------------------------------------- /+Results/import_PESQ_Reverb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_PESQ_Reverb.m -------------------------------------------------------------------------------- /+Results/import_Quality_Reverb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_Quality_Reverb.m -------------------------------------------------------------------------------- /+Results/import_RoomImpulseResponse_vs_Time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_RoomImpulseResponse_vs_Time.m -------------------------------------------------------------------------------- /+Results/import_SegSNR_Reverb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_SegSNR_Reverb.m -------------------------------------------------------------------------------- /+Results/import_SoundPressureLevels_vs_Freq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_SoundPressureLevels_vs_Freq.m -------------------------------------------------------------------------------- /+Results/import_SpeechIntelligibility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_SpeechIntelligibility.m -------------------------------------------------------------------------------- /+Results/import_SpeechIntelligibility_Reverb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_SpeechIntelligibility_Reverb.m -------------------------------------------------------------------------------- /+Results/import_Suppression_Reverb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_Suppression_Reverb.m -------------------------------------------------------------------------------- /+Results/import_Suppression_vs_Freq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/import_Suppression_vs_Freq.m -------------------------------------------------------------------------------- /+Results/test_reference_PESQ.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Results/test_reference_PESQ.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Convolve_SpkrSigs_and_RIRs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Convolve_SpkrSigs_and_RIRs.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Load_Reverb_Recording.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Load_Reverb_Recording.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Reverberant_MSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis_STI_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis_STI_batchfunc.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis_batchfunc.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_batchfunc.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_PESQ_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_PESQ_Result.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_RIR_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_RIR_Result.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_Recording.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_Recording.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_SNR_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_SNR_Result.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_SPLs_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_SPLs_Result.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_STI_ImpResp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_STI_ImpResp.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_STI_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_STI_Result.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_STOI_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_STOI_Result.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/Save_Reverb_Suppression_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/Save_Reverb_Suppression_Result.m -------------------------------------------------------------------------------- /+Room_Acoustics/+Apply_RIRs/test_Convolve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+Apply_RIRs/test_Convolve.m -------------------------------------------------------------------------------- /+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_Fast_ISM_RoomResp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_Fast_ISM_RoomResp.m -------------------------------------------------------------------------------- /+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_ISM_RoomResp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_ISM_RoomResp.m -------------------------------------------------------------------------------- /+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_MCRoomSim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_MCRoomSim.m -------------------------------------------------------------------------------- /+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_PALAnechoic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_PALAnechoic.m -------------------------------------------------------------------------------- /+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_rir_generator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_rir_generator.m -------------------------------------------------------------------------------- /+Room_Acoustics/BatchJob_Script__Reverberant_MSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/BatchJob_Script__Reverberant_MSR.m -------------------------------------------------------------------------------- /+Room_Acoustics/BatchJob_Script__Reverberant_MSR_Analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/BatchJob_Script__Reverberant_MSR_Analysis.m -------------------------------------------------------------------------------- /+Room_Acoustics/BatchJob_Script__Reverberant_MSR_Analysis_STI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/BatchJob_Script__Reverberant_MSR_Analysis_STI.m -------------------------------------------------------------------------------- /+Room_Acoustics/Generate_RIR_Database.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/Generate_RIR_Database.m -------------------------------------------------------------------------------- /+Room_Acoustics/NumberOfImages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/NumberOfImages.m -------------------------------------------------------------------------------- /+Room_Acoustics/Reverberant_MSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/Reverberant_MSR.m -------------------------------------------------------------------------------- /+Room_Acoustics/Reverberant_MSR_Analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/Reverberant_MSR_Analysis.m -------------------------------------------------------------------------------- /+Room_Acoustics/Room.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/Room.m -------------------------------------------------------------------------------- /+Room_Acoustics/Room_Setup_RoomSim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/Room_Setup_RoomSim.m -------------------------------------------------------------------------------- /+Room_Acoustics/checkMatchingReceivers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/checkMatchingReceivers.m -------------------------------------------------------------------------------- /+Room_Acoustics/getRIRDatabasePath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/getRIRDatabasePath.m -------------------------------------------------------------------------------- /+Room_Acoustics/loadRIRDatabaseFromSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/loadRIRDatabaseFromSetup.m -------------------------------------------------------------------------------- /+Room_Acoustics/loudspeakerIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/loudspeakerIR.m -------------------------------------------------------------------------------- /+Room_Acoustics/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/test.m -------------------------------------------------------------------------------- /+Room_Acoustics/test_plotRecSpectum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/test_plotRecSpectum.m -------------------------------------------------------------------------------- /+Room_Acoustics/useMeasuredATF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/useMeasuredATF.m -------------------------------------------------------------------------------- /+Room_Acoustics/useSimulatedATF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Room_Acoustics/useSimulatedATF.m -------------------------------------------------------------------------------- /+Soundfield_Database/+LUT_Builders/Build_LUT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/+LUT_Builders/Build_LUT.m -------------------------------------------------------------------------------- /+Soundfield_Database/+LUT_Builders/Orthogonal_Planewave_Selection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/+LUT_Builders/Orthogonal_Planewave_Selection.m -------------------------------------------------------------------------------- /+Soundfield_Database/Direct_Error_Between_LUTs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/Direct_Error_Between_LUTs.m -------------------------------------------------------------------------------- /+Soundfield_Database/Error_Between_LUTs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/Error_Between_LUTs.m -------------------------------------------------------------------------------- /+Soundfield_Database/N_Planewave_LUT_Effect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/N_Planewave_LUT_Effect.m -------------------------------------------------------------------------------- /+Soundfield_Database/PESQ_Between_LUTs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/PESQ_Between_LUTs.m -------------------------------------------------------------------------------- /+Soundfield_Database/Plot_Example_LUT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/Plot_Example_LUT.m -------------------------------------------------------------------------------- /+Soundfield_Database/getDatabasePath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/getDatabasePath.m -------------------------------------------------------------------------------- /+Soundfield_Database/getZoneSpectrumFromDB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/getZoneSpectrumFromDB.m -------------------------------------------------------------------------------- /+Soundfield_Database/loadDatabaseFromSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/loadDatabaseFromSetup.m -------------------------------------------------------------------------------- /+Soundfield_Database/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Soundfield_Database/test.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/Calibrate_MSR_Loudspeaker_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/Calibrate_MSR_Loudspeaker_Signals.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/Confirm_Calibration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/Confirm_Calibration.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/IRsFromRecordings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/IRsFromRecordings.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/Perform_Full_Calibration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/Perform_Full_Calibration.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/SplitRecording.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/SplitRecording.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/applyInverseFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/applyInverseFilters.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/getCalibrationFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/getCalibrationFilters.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/getGainAdjustments.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/getGainAdjustments.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/getInverseFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/getInverseFilters.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/getTimeAlignIRs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/getTimeAlignIRs.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/linTFalign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/linTFalign.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/testCalibrate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/testCalibrate.m -------------------------------------------------------------------------------- /+Speaker_Setup/+Calibration/test_Calibrate_Loudspeaker_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/+Calibration/test_Calibrate_Loudspeaker_Signals.m -------------------------------------------------------------------------------- /+Speaker_Setup/Build_Occlusion_Animation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/Build_Occlusion_Animation.m -------------------------------------------------------------------------------- /+Speaker_Setup/Build_Weighting_Animation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/Build_Weighting_Animation.m -------------------------------------------------------------------------------- /+Speaker_Setup/SpkrComparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/SpkrComparison.m -------------------------------------------------------------------------------- /+Speaker_Setup/createSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/createSetup.m -------------------------------------------------------------------------------- /+Speaker_Setup/example_Build_Animation_SpeakerVersion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/example_Build_Animation_SpeakerVersion.m -------------------------------------------------------------------------------- /+Speaker_Setup/loudspeaker_setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/loudspeaker_setup.m -------------------------------------------------------------------------------- /+Speaker_Setup/loudspeaker_setup_VelocityControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/loudspeaker_setup_VelocityControl.m -------------------------------------------------------------------------------- /+Speaker_Setup/loudspeaker_weights.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/loudspeaker_weights.m -------------------------------------------------------------------------------- /+Speaker_Setup/printSetupDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/printSetupDetails.m -------------------------------------------------------------------------------- /+Speaker_Setup/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/test.m -------------------------------------------------------------------------------- /+Speaker_Setup/test2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/test2.m -------------------------------------------------------------------------------- /+Speaker_Setup/test_ImpResp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/test_ImpResp.m -------------------------------------------------------------------------------- /+Speaker_Setup/test_SpkrComparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/test_SpkrComparison.m -------------------------------------------------------------------------------- /+Speaker_Setup/test_VelocityControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/test_VelocityControl.m -------------------------------------------------------------------------------- /+Speaker_Setup/test_fromSRsystem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/test_fromSRsystem.m -------------------------------------------------------------------------------- /+Speaker_Setup/test_suppression.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/+Speaker_Setup/test_suppression.m -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/.gitmodules -------------------------------------------------------------------------------- /BuildDoc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/BuildDoc.m -------------------------------------------------------------------------------- /GUI/Main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/GUI/Main.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/LICENSE -------------------------------------------------------------------------------- /MSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR.m -------------------------------------------------------------------------------- /MSR/PackagingLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/PackagingLog.txt -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR.dll -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR.jar -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR/Class1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR/Class1.java -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR/Class1Remote.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR/Class1Remote.java -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR/MSR.ctf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR/MSR.ctf -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR/MSRMCRFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR/MSRMCRFactory.java -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR/__init__.py -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR/package-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR/package-info.java -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSRNative.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSRNative.dll -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/MSR_overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/MSR_overview.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/default_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/default_icon.ico -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/MSR/Class1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/MSR/Class1.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/MSR/Class1Remote.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/MSR/Class1Remote.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/MSR/MSRMCRFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/MSR/MSRMCRFactory.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/MSR/package-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/MSR/package-frame.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/MSR/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/MSR/package-summary.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/MSR/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/MSR/package-tree.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/allclasses-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/allclasses-frame.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/allclasses-noframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/allclasses-noframe.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/constant-values.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/constant-values.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/deprecated-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/deprecated-list.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/help-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/help-doc.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/index-all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/index-all.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/index.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/overview-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/overview-tree.html -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/package-list: -------------------------------------------------------------------------------- 1 | MSR 2 | -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/resources/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/resources/background.gif -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/resources/tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/resources/tab.gif -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/resources/titlebar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/resources/titlebar.gif -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/resources/titlebar_end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/resources/titlebar_end.gif -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/script.js -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/doc/html/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/doc/html/stylesheet.css -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/readme.txt -------------------------------------------------------------------------------- /MSR/for_redistribution_files_only/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_redistribution_files_only/setup.py -------------------------------------------------------------------------------- /MSR/for_testing/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/Class1.cs -------------------------------------------------------------------------------- /MSR/for_testing/Class1Native.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/Class1Native.cs -------------------------------------------------------------------------------- /MSR/for_testing/MSR.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR.dll -------------------------------------------------------------------------------- /MSR/for_testing/MSR.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR.jar -------------------------------------------------------------------------------- /MSR/for_testing/MSR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR.xml -------------------------------------------------------------------------------- /MSR/for_testing/MSR/Class1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR/Class1.java -------------------------------------------------------------------------------- /MSR/for_testing/MSR/Class1Remote.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR/Class1Remote.java -------------------------------------------------------------------------------- /MSR/for_testing/MSR/MSR.ctf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR/MSR.ctf -------------------------------------------------------------------------------- /MSR/for_testing/MSR/MSRMCRFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR/MSRMCRFactory.java -------------------------------------------------------------------------------- /MSR/for_testing/MSR/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR/__init__.py -------------------------------------------------------------------------------- /MSR/for_testing/MSR/package-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR/package-info.java -------------------------------------------------------------------------------- /MSR/for_testing/MSRNative.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSRNative.dll -------------------------------------------------------------------------------- /MSR/for_testing/MSRNative.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSRNative.xml -------------------------------------------------------------------------------- /MSR/for_testing/MSR_overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/MSR_overview.html -------------------------------------------------------------------------------- /MSR/for_testing/classes/MSR/Class1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/classes/MSR/Class1.class -------------------------------------------------------------------------------- /MSR/for_testing/classes/MSR/Class1Remote.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/classes/MSR/Class1Remote.class -------------------------------------------------------------------------------- /MSR/for_testing/classes/MSR/MSR.ctf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/classes/MSR/MSR.ctf -------------------------------------------------------------------------------- /MSR/for_testing/classes/MSR/MSRMCRFactory.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/classes/MSR/MSRMCRFactory.class -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/MSR/Class1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/MSR/Class1.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/MSR/Class1Remote.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/MSR/Class1Remote.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/MSR/MSRMCRFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/MSR/MSRMCRFactory.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/MSR/package-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/MSR/package-frame.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/MSR/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/MSR/package-summary.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/MSR/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/MSR/package-tree.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/allclasses-frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/allclasses-frame.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/allclasses-noframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/allclasses-noframe.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/constant-values.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/constant-values.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/deprecated-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/deprecated-list.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/help-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/help-doc.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/index-all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/index-all.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/index.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/overview-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/overview-tree.html -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/package-list: -------------------------------------------------------------------------------- 1 | MSR 2 | -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/resources/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/resources/background.gif -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/resources/tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/resources/tab.gif -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/resources/titlebar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/resources/titlebar.gif -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/resources/titlebar_end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/resources/titlebar_end.gif -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/script.js -------------------------------------------------------------------------------- /MSR/for_testing/doc/html/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/doc/html/stylesheet.css -------------------------------------------------------------------------------- /MSR/for_testing/mccExcludedFiles.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/mccExcludedFiles.log -------------------------------------------------------------------------------- /MSR/for_testing/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/readme.txt -------------------------------------------------------------------------------- /MSR/for_testing/requiredMCRProducts.txt: -------------------------------------------------------------------------------- 1 | 35000 35010 -------------------------------------------------------------------------------- /MSR/for_testing/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/setup.py -------------------------------------------------------------------------------- /MSR/for_testing/test.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/test.bat -------------------------------------------------------------------------------- /MSR/for_testing/test2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/MSR/for_testing/test2.bat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/README.md -------------------------------------------------------------------------------- /TEST_SCRIPT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/TEST_SCRIPT.m -------------------------------------------------------------------------------- /TestRealWorldResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/TestRealWorldResponse.m -------------------------------------------------------------------------------- /Untitled.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/Untitled.m -------------------------------------------------------------------------------- /ZipRelease.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/ZipRelease.m -------------------------------------------------------------------------------- /doc/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/.gitignore -------------------------------------------------------------------------------- /doc/MATLAB_Help_Report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/MATLAB_Help_Report.html -------------------------------------------------------------------------------- /doc/MATLAB_Help_Report_files/matlab-report-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/MATLAB_Help_Report_files/matlab-report-styles.css -------------------------------------------------------------------------------- /doc/MATLAB_Help_Report_files/matlabreports.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/MATLAB_Help_Report_files/matlabreports.js -------------------------------------------------------------------------------- /doc/html/+All_Settings/Global_Settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+All_Settings/Global_Settings.html -------------------------------------------------------------------------------- /doc/html/+All_Settings/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+All_Settings/index.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_FlatMask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_FlatMask.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_OffsetNoise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_OffsetNoise.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_StereoNoise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Clean_from_LUT_ZoneWeightedMask_AliasCtrl_StereoNoise.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/FlatMasker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/FlatMasker.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask_AliasCtrlHPF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ParametricMask_AliasCtrlHPF.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Passed_from_MicrophoneSignals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/Passed_from_MicrophoneSignals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilt_SS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilt_SS.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_AliasCtrl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_AliasCtrl.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_PassbandNorm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_PassbandNorm.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_ZoneSpect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/PreFilter_ZoneSpect.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker_AliasCtrl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/ZoneWeightedMasker_AliasCtrl.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/getMSRLoudspeakerSignals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/getMSRLoudspeakerSignals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/getPredictedLoudspeakerSignals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/getPredictedLoudspeakerSignals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/index.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/saveLoudspeakerSignals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Loudspeaker_Signal_Calculation/saveLoudspeakerSignals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/Clean_from_RIR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/Clean_from_RIR.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/getMicrophoneSignals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/getMicrophoneSignals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/index.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/saveMicrophoneSignals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/+Microphone_Signal_Calculation/saveMicrophoneSignals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/FFT_custom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/FFT_custom.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/Generate_Loudspeaker_Signals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/Generate_Loudspeaker_Signals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/Generate_Loudspeaker_Signals_batchfunc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/Generate_Loudspeaker_Signals_batchfunc.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/Generate_Microphone_Signals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/Generate_Microphone_Signals.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/Generate_Microphone_Signals_batchfunc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/Generate_Microphone_Signals_batchfunc.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/OverlapAdd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/OverlapAdd.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/PredictiveFraming.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/PredictiveFraming.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/getAliasingFrequency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/getAliasingFrequency.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/getLoudspeakerSignalPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/getLoudspeakerSignalPath.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/getMicrophoneSignalPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/getMicrophoneSignalPath.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/getSignalPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/getSignalPath.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/index.html -------------------------------------------------------------------------------- /doc/html/+Broadband_Tools/power_norm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Broadband_Tools/power_norm.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/Evaluate_Current_System.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/Evaluate_Current_System.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/IEEELetters2017_System_A.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/IEEELetters2017_System_A.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/IEEELetters2017_System_B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/IEEELetters2017_System_B.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/IEEETransactions_System_C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/IEEETransactions_System_C.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/IEEETransactions_System_D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/IEEETransactions_System_D.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/IEEETransactions_System_E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/IEEETransactions_System_E.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/SR_System.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/SR_System.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/index.html -------------------------------------------------------------------------------- /doc/html/+Current_Systems/loadCurrentSRsystem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Current_Systems/loadCurrentSRsystem.html -------------------------------------------------------------------------------- /doc/html/+Hardware_Control/Play_and_Rec_System.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Hardware_Control/Play_and_Rec_System.html -------------------------------------------------------------------------------- /doc/html/+Hardware_Control/getMSR_Audio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Hardware_Control/getMSR_Audio.html -------------------------------------------------------------------------------- /doc/html/+Hardware_Control/getRealRecordingsPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Hardware_Control/getRealRecordingsPath.html -------------------------------------------------------------------------------- /doc/html/+Hardware_Control/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Hardware_Control/index.html -------------------------------------------------------------------------------- /doc/html/+Hardware_Control/playMSR_andRec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Hardware_Control/playMSR_andRec.html -------------------------------------------------------------------------------- /doc/html/+Hardware_Control/splitSaveRecording.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Hardware_Control/splitSaveRecording.html -------------------------------------------------------------------------------- /doc/html/+Orthogonal_Basis_Expansion/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Orthogonal_Basis_Expansion/index.html -------------------------------------------------------------------------------- /doc/html/+Orthogonal_Basis_Expansion/multizone_soundfield_OBE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Orthogonal_Basis_Expansion/multizone_soundfield_OBE.html -------------------------------------------------------------------------------- /doc/html/+Orthogonal_Basis_Expansion/spatial_zone.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Orthogonal_Basis_Expansion/spatial_zone.html -------------------------------------------------------------------------------- /doc/html/+Orthogonal_Basis_Expansion/todo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Orthogonal_Basis_Expansion/todo.html -------------------------------------------------------------------------------- /doc/html/+Parametric_Synthesis/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Parametric_Synthesis/index.html -------------------------------------------------------------------------------- /doc/html/+Parametric_Synthesis/parametric_soundfield.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Parametric_Synthesis/parametric_soundfield.html -------------------------------------------------------------------------------- /doc/html/+Perceptual_Tools/GreyNoise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Perceptual_Tools/GreyNoise.html -------------------------------------------------------------------------------- /doc/html/+Perceptual_Tools/Threshold_in_Quiet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Perceptual_Tools/Threshold_in_Quiet.html -------------------------------------------------------------------------------- /doc/html/+Perceptual_Tools/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Perceptual_Tools/index.html -------------------------------------------------------------------------------- /doc/html/+Publication/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Publication/index.html -------------------------------------------------------------------------------- /doc/html/+Publication/saveFigureForPublication.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Publication/saveFigureForPublication.html -------------------------------------------------------------------------------- /doc/html/+Results/+Axes_Builders/+Helpers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Axes_Builders/+Helpers/index.html -------------------------------------------------------------------------------- /doc/html/+Results/+Axes_Builders/+Helpers/setAxisParameters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Axes_Builders/+Helpers/setAxisParameters.html -------------------------------------------------------------------------------- /doc/html/+Results/+Axes_Builders/+Helpers/setErrorAxis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Axes_Builders/+Helpers/setErrorAxis.html -------------------------------------------------------------------------------- /doc/html/+Results/+Axes_Builders/SPL_Freq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Axes_Builders/SPL_Freq.html -------------------------------------------------------------------------------- /doc/html/+Results/+Axes_Builders/STOI_PESQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Axes_Builders/STOI_PESQ.html -------------------------------------------------------------------------------- /doc/html/+Results/+Axes_Builders/SUPPRESSION_Freq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Axes_Builders/SUPPRESSION_Freq.html -------------------------------------------------------------------------------- /doc/html/+Results/+Axes_Builders/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Axes_Builders/index.html -------------------------------------------------------------------------------- /doc/html/+Results/+Figure_Builders/+Helpers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Figure_Builders/+Helpers/index.html -------------------------------------------------------------------------------- /doc/html/+Results/+Figure_Builders/+Helpers/setLabels.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Figure_Builders/+Helpers/setLabels.html -------------------------------------------------------------------------------- /doc/html/+Results/+Figure_Builders/+Helpers/setLegend.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Figure_Builders/+Helpers/setLegend.html -------------------------------------------------------------------------------- /doc/html/+Results/+Figure_Builders/IEEE_Letters2017_A.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Figure_Builders/IEEE_Letters2017_A.html -------------------------------------------------------------------------------- /doc/html/+Results/+Figure_Builders/IEEE_Trans2016_C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Figure_Builders/IEEE_Trans2016_C.html -------------------------------------------------------------------------------- /doc/html/+Results/+Figure_Builders/IEEE_Trans2016_E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Figure_Builders/IEEE_Trans2016_E.html -------------------------------------------------------------------------------- /doc/html/+Results/+Figure_Builders/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/+Figure_Builders/index.html -------------------------------------------------------------------------------- /doc/html/+Results/Plot_Results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/Plot_Results.html -------------------------------------------------------------------------------- /doc/html/+Results/createFit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/createFit.html -------------------------------------------------------------------------------- /doc/html/+Results/deleteResultsFile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/deleteResultsFile.html -------------------------------------------------------------------------------- /doc/html/+Results/generatePlotData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/generatePlotData.html -------------------------------------------------------------------------------- /doc/html/+Results/getRecordingsPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/getRecordingsPath.html -------------------------------------------------------------------------------- /doc/html/+Results/getResultsPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/getResultsPath.html -------------------------------------------------------------------------------- /doc/html/+Results/import_SoundPressureLevels_vs_Freq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/import_SoundPressureLevels_vs_Freq.html -------------------------------------------------------------------------------- /doc/html/+Results/import_SpeechIntelligibility_Reverb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/import_SpeechIntelligibility_Reverb.html -------------------------------------------------------------------------------- /doc/html/+Results/import_Suppression_vs_Freq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/import_Suppression_vs_Freq.html -------------------------------------------------------------------------------- /doc/html/+Results/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Results/index.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Convolve_SpkrSigs_and_RIRs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Convolve_SpkrSigs_and_RIRs.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis_batchfunc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_Analysis_batchfunc.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_batchfunc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Reverberant_MSR_batchfunc.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_PESQ_Result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_PESQ_Result.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_Recording.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_Recording.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_SNR_Result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_SNR_Result.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_SPLs_Result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_SPLs_Result.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_STI_Result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_STI_Result.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_STOI_Result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_STOI_Result.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_Suppression_Result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/Save_Reverb_Suppression_Result.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+Apply_RIRs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+Apply_RIRs/index.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_PALAnechoic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_PALAnechoic.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_rir_generator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+RIR_Generation/RIR_from_loudspeaker_setup_rir_generator.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/+RIR_Generation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/+RIR_Generation/index.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/Generate_RIR_Database.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/Generate_RIR_Database.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/Reverberant_MSR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/Reverberant_MSR.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/Reverberant_MSR_Analysis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/Reverberant_MSR_Analysis.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/Room.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/Room.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/getRIRDatabasePath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/getRIRDatabasePath.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/index.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/loadRIRDatabaseFromSetup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/loadRIRDatabaseFromSetup.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/loudspeakerIR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/loudspeakerIR.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/todo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/todo.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/useMeasuredATF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/useMeasuredATF.html -------------------------------------------------------------------------------- /doc/html/+Room_Acoustics/useSimulatedATF.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Room_Acoustics/useSimulatedATF.html -------------------------------------------------------------------------------- /doc/html/+Soundfield_Database/+LUT_Builders/Build_LUT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Soundfield_Database/+LUT_Builders/Build_LUT.html -------------------------------------------------------------------------------- /doc/html/+Soundfield_Database/+LUT_Builders/Orthogonal_Planewave_Selection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Soundfield_Database/+LUT_Builders/Orthogonal_Planewave_Selection.html -------------------------------------------------------------------------------- /doc/html/+Soundfield_Database/+LUT_Builders/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Soundfield_Database/+LUT_Builders/index.html -------------------------------------------------------------------------------- /doc/html/+Soundfield_Database/getDatabasePath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Soundfield_Database/getDatabasePath.html -------------------------------------------------------------------------------- /doc/html/+Soundfield_Database/getZoneSpectrumFromDB.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Soundfield_Database/getZoneSpectrumFromDB.html -------------------------------------------------------------------------------- /doc/html/+Soundfield_Database/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Soundfield_Database/index.html -------------------------------------------------------------------------------- /doc/html/+Soundfield_Database/loadDatabaseFromSetup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Soundfield_Database/loadDatabaseFromSetup.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/Calibrate_MSR_Loudspeaker_Signals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/Calibrate_MSR_Loudspeaker_Signals.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/IRsFromRecordings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/IRsFromRecordings.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/Perform_Full_Calibration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/Perform_Full_Calibration.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/applyInverseFilters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/applyInverseFilters.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/getCalibrationFilters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/getCalibrationFilters.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/getInverseFilters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/getInverseFilters.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/index.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/+Calibration/linTFalign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/+Calibration/linTFalign.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/createSetup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/createSetup.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/index.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/loudspeaker_setup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/loudspeaker_setup.html -------------------------------------------------------------------------------- /doc/html/+Speaker_Setup/printSetupDetails.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Speaker_Setup/printSetupDetails.html -------------------------------------------------------------------------------- /doc/html/+Tools/ArbitraryOctaveFilt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/ArbitraryOctaveFilt.html -------------------------------------------------------------------------------- /doc/html/+Tools/LTASS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/LTASS.html -------------------------------------------------------------------------------- /doc/html/+Tools/STI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/STI.html -------------------------------------------------------------------------------- /doc/html/+Tools/STI_BandFilters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/STI_BandFilters.html -------------------------------------------------------------------------------- /doc/html/+Tools/addNoise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/addNoise.html -------------------------------------------------------------------------------- /doc/html/+Tools/confidence_intervals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/confidence_intervals.html -------------------------------------------------------------------------------- /doc/html/+Tools/extractIR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/extractIR.html -------------------------------------------------------------------------------- /doc/html/+Tools/fconv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/fconv.html -------------------------------------------------------------------------------- /doc/html/+Tools/frame_data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/frame_data.html -------------------------------------------------------------------------------- /doc/html/+Tools/generateNoise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/generateNoise.html -------------------------------------------------------------------------------- /doc/html/+Tools/getAllFiles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/getAllFiles.html -------------------------------------------------------------------------------- /doc/html/+Tools/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/index.html -------------------------------------------------------------------------------- /doc/html/+Tools/interpVal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/interpVal.html -------------------------------------------------------------------------------- /doc/html/+Tools/interpVal_2D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/interpVal_2D.html -------------------------------------------------------------------------------- /doc/html/+Tools/invFIR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/invFIR.html -------------------------------------------------------------------------------- /doc/html/+Tools/invSweepFFT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/invSweepFFT.html -------------------------------------------------------------------------------- /doc/html/+Tools/invimplms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/invimplms.html -------------------------------------------------------------------------------- /doc/html/+Tools/keepFilesFromFolder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/keepFilesFromFolder.html -------------------------------------------------------------------------------- /doc/html/+Tools/octaveBandMean.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/octaveBandMean.html -------------------------------------------------------------------------------- /doc/html/+Tools/pesq_mex_fast_vec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/pesq_mex_fast_vec.html -------------------------------------------------------------------------------- /doc/html/+Tools/pesq_mex_vec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/pesq_mex_vec.html -------------------------------------------------------------------------------- /doc/html/+Tools/shapeSpectrum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/shapeSpectrum.html -------------------------------------------------------------------------------- /doc/html/+Tools/showTimeToCompletion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/showTimeToCompletion.html -------------------------------------------------------------------------------- /doc/html/+Tools/simpleWarning.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/simpleWarning.html -------------------------------------------------------------------------------- /doc/html/+Tools/stoi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/stoi.html -------------------------------------------------------------------------------- /doc/html/+Tools/stoi_d2percCorr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/stoi_d2percCorr.html -------------------------------------------------------------------------------- /doc/html/+Tools/synthSweep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/synthSweep.html -------------------------------------------------------------------------------- /doc/html/+Tools/todo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/+Tools/todo.html -------------------------------------------------------------------------------- /doc/html/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/alpha.png -------------------------------------------------------------------------------- /doc/html/c++.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/c++.png -------------------------------------------------------------------------------- /doc/html/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/c.png -------------------------------------------------------------------------------- /doc/html/demoicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/demoicon.gif -------------------------------------------------------------------------------- /doc/html/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/down.png -------------------------------------------------------------------------------- /doc/html/doxysearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/doxysearch.php -------------------------------------------------------------------------------- /doc/html/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/folder.png -------------------------------------------------------------------------------- /doc/html/fortran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/fortran.png -------------------------------------------------------------------------------- /doc/html/hp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/hp.png -------------------------------------------------------------------------------- /doc/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/index.html -------------------------------------------------------------------------------- /doc/html/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/left.png -------------------------------------------------------------------------------- /doc/html/linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/linux.png -------------------------------------------------------------------------------- /doc/html/matlabicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/matlabicon.gif -------------------------------------------------------------------------------- /doc/html/matlabicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/matlabicon.png -------------------------------------------------------------------------------- /doc/html/matlabicon_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/matlabicon_.png -------------------------------------------------------------------------------- /doc/html/mex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/mex.png -------------------------------------------------------------------------------- /doc/html/mfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/mfile.png -------------------------------------------------------------------------------- /doc/html/pcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/pcode.png -------------------------------------------------------------------------------- /doc/html/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/right.png -------------------------------------------------------------------------------- /doc/html/sgi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/sgi.png -------------------------------------------------------------------------------- /doc/html/simulinkicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/simulinkicon.gif -------------------------------------------------------------------------------- /doc/html/solaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/solaris.png -------------------------------------------------------------------------------- /doc/html/soundzones.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/soundzones.css -------------------------------------------------------------------------------- /doc/html/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/up.png -------------------------------------------------------------------------------- /doc/html/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/doc/html/windows.png -------------------------------------------------------------------------------- /helloworld.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/helloworld.m -------------------------------------------------------------------------------- /release/mfiles/ArbitraryOctaveFilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/ArbitraryOctaveFilt.m -------------------------------------------------------------------------------- /release/mfiles/Build_LUT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Build_LUT.m -------------------------------------------------------------------------------- /release/mfiles/Calibrate_MSR_Loudspeaker_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Calibrate_MSR_Loudspeaker_Signals.m -------------------------------------------------------------------------------- /release/mfiles/Clean_from_LUT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Clean_from_LUT.m -------------------------------------------------------------------------------- /release/mfiles/Convolve_SpkrSigs_and_RIRs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Convolve_SpkrSigs_and_RIRs.m -------------------------------------------------------------------------------- /release/mfiles/Evaluate_Current_System.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Evaluate_Current_System.m -------------------------------------------------------------------------------- /release/mfiles/FFT_custom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/FFT_custom.m -------------------------------------------------------------------------------- /release/mfiles/FlatMasker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/FlatMasker.m -------------------------------------------------------------------------------- /release/mfiles/Generate_Loudspeaker_Signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Generate_Loudspeaker_Signals.m -------------------------------------------------------------------------------- /release/mfiles/Generate_Loudspeaker_Signals_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Generate_Loudspeaker_Signals_batchfunc.m -------------------------------------------------------------------------------- /release/mfiles/Generate_RIR_Database.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Generate_RIR_Database.m -------------------------------------------------------------------------------- /release/mfiles/Global_Settings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Global_Settings.m -------------------------------------------------------------------------------- /release/mfiles/IEEETransactions_System_E.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/IEEETransactions_System_E.m -------------------------------------------------------------------------------- /release/mfiles/IEEE_Trans2016_E.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/IEEE_Trans2016_E.m -------------------------------------------------------------------------------- /release/mfiles/IRsFromRecordings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/IRsFromRecordings.m -------------------------------------------------------------------------------- /release/mfiles/LTASS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/LTASS.m -------------------------------------------------------------------------------- /release/mfiles/Orthogonal_Planewave_Selection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Orthogonal_Planewave_Selection.m -------------------------------------------------------------------------------- /release/mfiles/ParametricMask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/ParametricMask.m -------------------------------------------------------------------------------- /release/mfiles/ParametricMask_AliasCtrlHPF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/ParametricMask_AliasCtrlHPF.m -------------------------------------------------------------------------------- /release/mfiles/Perform_Full_Calibration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Perform_Full_Calibration.m -------------------------------------------------------------------------------- /release/mfiles/Play_and_Rec_System.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Play_and_Rec_System.m -------------------------------------------------------------------------------- /release/mfiles/Plot_Results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Plot_Results.m -------------------------------------------------------------------------------- /release/mfiles/PreFilt_SS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/PreFilt_SS.m -------------------------------------------------------------------------------- /release/mfiles/PreFilter_AliasCtrl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/PreFilter_AliasCtrl.m -------------------------------------------------------------------------------- /release/mfiles/PreFilter_PassbandNorm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/PreFilter_PassbandNorm.m -------------------------------------------------------------------------------- /release/mfiles/PreFilter_ZoneSpect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/PreFilter_ZoneSpect.m -------------------------------------------------------------------------------- /release/mfiles/PredictiveFraming.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/PredictiveFraming.m -------------------------------------------------------------------------------- /release/mfiles/RIR_from_loudspeaker_setup_PALAnechoic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/RIR_from_loudspeaker_setup_PALAnechoic.m -------------------------------------------------------------------------------- /release/mfiles/RIR_from_loudspeaker_setup_rir_generator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/RIR_from_loudspeaker_setup_rir_generator.m -------------------------------------------------------------------------------- /release/mfiles/Reverberant_MSR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Reverberant_MSR.m -------------------------------------------------------------------------------- /release/mfiles/Reverberant_MSR_Analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Reverberant_MSR_Analysis.m -------------------------------------------------------------------------------- /release/mfiles/Reverberant_MSR_Analysis_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Reverberant_MSR_Analysis_batchfunc.m -------------------------------------------------------------------------------- /release/mfiles/Reverberant_MSR_batchfunc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Reverberant_MSR_batchfunc.m -------------------------------------------------------------------------------- /release/mfiles/Room.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Room.m -------------------------------------------------------------------------------- /release/mfiles/SPL_Freq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/SPL_Freq.m -------------------------------------------------------------------------------- /release/mfiles/SR_System.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/SR_System.m -------------------------------------------------------------------------------- /release/mfiles/STI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/STI.m -------------------------------------------------------------------------------- /release/mfiles/STI_BandFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/STI_BandFilters.m -------------------------------------------------------------------------------- /release/mfiles/Save_Reverb_PESQ_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Save_Reverb_PESQ_Result.m -------------------------------------------------------------------------------- /release/mfiles/Save_Reverb_Recording.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Save_Reverb_Recording.m -------------------------------------------------------------------------------- /release/mfiles/Save_Reverb_SNR_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Save_Reverb_SNR_Result.m -------------------------------------------------------------------------------- /release/mfiles/Save_Reverb_SPLs_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Save_Reverb_SPLs_Result.m -------------------------------------------------------------------------------- /release/mfiles/Save_Reverb_STI_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Save_Reverb_STI_Result.m -------------------------------------------------------------------------------- /release/mfiles/Save_Reverb_STOI_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Save_Reverb_STOI_Result.m -------------------------------------------------------------------------------- /release/mfiles/Save_Reverb_Suppression_Result.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/Save_Reverb_Suppression_Result.m -------------------------------------------------------------------------------- /release/mfiles/ZoneWeightedMasker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/ZoneWeightedMasker.m -------------------------------------------------------------------------------- /release/mfiles/ZoneWeightedMasker_AliasCtrl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/ZoneWeightedMasker_AliasCtrl.m -------------------------------------------------------------------------------- /release/mfiles/confidence_intervals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/confidence_intervals.m -------------------------------------------------------------------------------- /release/mfiles/createFit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/createFit.m -------------------------------------------------------------------------------- /release/mfiles/createSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/createSetup.m -------------------------------------------------------------------------------- /release/mfiles/deleteResultsFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/deleteResultsFile.m -------------------------------------------------------------------------------- /release/mfiles/extractIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/extractIR.m -------------------------------------------------------------------------------- /release/mfiles/fconv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/fconv.m -------------------------------------------------------------------------------- /release/mfiles/generatePlotData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/generatePlotData.m -------------------------------------------------------------------------------- /release/mfiles/getAliasingFrequency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getAliasingFrequency.m -------------------------------------------------------------------------------- /release/mfiles/getAllFiles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getAllFiles.m -------------------------------------------------------------------------------- /release/mfiles/getCalibrationFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getCalibrationFilters.m -------------------------------------------------------------------------------- /release/mfiles/getDatabasePath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getDatabasePath.m -------------------------------------------------------------------------------- /release/mfiles/getInverseFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getInverseFilters.m -------------------------------------------------------------------------------- /release/mfiles/getLoudspeakerSignalPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getLoudspeakerSignalPath.m -------------------------------------------------------------------------------- /release/mfiles/getMSRLoudspeakerSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getMSRLoudspeakerSignals.m -------------------------------------------------------------------------------- /release/mfiles/getMSR_Audio.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getMSR_Audio.m -------------------------------------------------------------------------------- /release/mfiles/getRIRDatabasePath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getRIRDatabasePath.m -------------------------------------------------------------------------------- /release/mfiles/getRealRecordingsPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getRealRecordingsPath.m -------------------------------------------------------------------------------- /release/mfiles/getRecordingsPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getRecordingsPath.m -------------------------------------------------------------------------------- /release/mfiles/getResultsPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getResultsPath.m -------------------------------------------------------------------------------- /release/mfiles/getZoneSpectrumFromDB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/getZoneSpectrumFromDB.m -------------------------------------------------------------------------------- /release/mfiles/import_SoundPressureLevels_vs_Freq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/import_SoundPressureLevels_vs_Freq.m -------------------------------------------------------------------------------- /release/mfiles/interpVal_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/interpVal_2D.m -------------------------------------------------------------------------------- /release/mfiles/invFIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/invFIR.m -------------------------------------------------------------------------------- /release/mfiles/invSweepFFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/invSweepFFT.m -------------------------------------------------------------------------------- /release/mfiles/invimplms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/invimplms.m -------------------------------------------------------------------------------- /release/mfiles/keepFilesFromFolder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/keepFilesFromFolder.m -------------------------------------------------------------------------------- /release/mfiles/linTFalign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/linTFalign.m -------------------------------------------------------------------------------- /release/mfiles/loadCurrentSRsystem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/loadCurrentSRsystem.m -------------------------------------------------------------------------------- /release/mfiles/loadDatabaseFromSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/loadDatabaseFromSetup.m -------------------------------------------------------------------------------- /release/mfiles/loadRIRDatabaseFromSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/loadRIRDatabaseFromSetup.m -------------------------------------------------------------------------------- /release/mfiles/loudspeakerIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/loudspeakerIR.m -------------------------------------------------------------------------------- /release/mfiles/loudspeaker_setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/loudspeaker_setup.m -------------------------------------------------------------------------------- /release/mfiles/multizone_soundfield_OBE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/multizone_soundfield_OBE.m -------------------------------------------------------------------------------- /release/mfiles/octaveBandMean.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/octaveBandMean.m -------------------------------------------------------------------------------- /release/mfiles/parametric_soundfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/parametric_soundfield.m -------------------------------------------------------------------------------- /release/mfiles/pesq_mex_fast_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/pesq_mex_fast_vec.m -------------------------------------------------------------------------------- /release/mfiles/playMSR_andRec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/playMSR_andRec.m -------------------------------------------------------------------------------- /release/mfiles/power_norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/power_norm.m -------------------------------------------------------------------------------- /release/mfiles/printSetupDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/printSetupDetails.m -------------------------------------------------------------------------------- /release/mfiles/saveFigureForPublication.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/saveFigureForPublication.m -------------------------------------------------------------------------------- /release/mfiles/saveLoudspeakerSignals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/saveLoudspeakerSignals.m -------------------------------------------------------------------------------- /release/mfiles/setAxisParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/setAxisParameters.m -------------------------------------------------------------------------------- /release/mfiles/setLabels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/setLabels.m -------------------------------------------------------------------------------- /release/mfiles/setLegend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/setLegend.m -------------------------------------------------------------------------------- /release/mfiles/shapeSpectrum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/shapeSpectrum.m -------------------------------------------------------------------------------- /release/mfiles/showTimeToCompletion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/showTimeToCompletion.m -------------------------------------------------------------------------------- /release/mfiles/simpleWarning.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/simpleWarning.m -------------------------------------------------------------------------------- /release/mfiles/spatial_zone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/spatial_zone.m -------------------------------------------------------------------------------- /release/mfiles/splitSaveRecording.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/splitSaveRecording.m -------------------------------------------------------------------------------- /release/mfiles/stoi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/stoi.m -------------------------------------------------------------------------------- /release/mfiles/stoi_d2percCorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/stoi_d2percCorr.m -------------------------------------------------------------------------------- /release/mfiles/synthSweep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/synthSweep.m -------------------------------------------------------------------------------- /release/mfiles/useMeasuredATF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/useMeasuredATF.m -------------------------------------------------------------------------------- /release/mfiles/useSimulatedATF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/mfiles/useSimulatedATF.m -------------------------------------------------------------------------------- /release/release.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/release/release.zip -------------------------------------------------------------------------------- /startup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/startup.m -------------------------------------------------------------------------------- /template.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/template.m -------------------------------------------------------------------------------- /temporary_script.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/temporary_script.m -------------------------------------------------------------------------------- /tex/latex/APSIPA/N_Planewave_LUT_Effect.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/APSIPA/N_Planewave_LUT_Effect.pdf -------------------------------------------------------------------------------- /tex/latex/APSIPA/Psychoacoustic_Error_Reduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/APSIPA/Psychoacoustic_Error_Reduction.pdf -------------------------------------------------------------------------------- /tex/latex/APSIPA/Spatial_Error_Improvement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/APSIPA/Spatial_Error_Improvement.png -------------------------------------------------------------------------------- /tex/latex/APSIPA/Weighting_Affect_on_MSE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/APSIPA/Weighting_Affect_on_MSE.pdf -------------------------------------------------------------------------------- /tex/latex/APSIPA/test_N_Planewave_LUT_Effect.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/APSIPA/test_N_Planewave_LUT_Effect.tex -------------------------------------------------------------------------------- /tex/latex/ChinaSIP/Example_High_Res_LUT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ChinaSIP/Example_High_Res_LUT.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STI&PESQ_room_9x14x3_matlab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STI&PESQ_room_9x14x3_matlab.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STI&PESQ_room_All.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STI&PESQ_room_All.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STI_AllRooms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STI_AllRooms.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_room_10x10x10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_room_10x10x10.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_room_10x10x10_matlab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_room_10x10x10_matlab.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_16_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_16_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_16_room_10x10x10_matlab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_16_room_10x10x10_matlab.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_CompactArray.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_CompactArray.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_linearLayout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_linearLayout.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_linearLayout2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight_linearLayout2.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_matlab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_24_room_10x10x10_matlab.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10ZoneWeightMaskAliasCtrlStereoNoise15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10ZoneWeightMaskAliasCtrlStereoNoise15.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10ZoneWeightMaskAliasCtrlStereoNoise30.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10ZoneWeightMaskAliasCtrlStereoNoise30.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMask.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrlOffsetNoise.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrlOffsetNoise.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq&OptWeight.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass&Eq.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Bandpass.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Eq.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_ZoneWeightMaskAliasCtrl_Eq.pdf -------------------------------------------------------------------------------- /tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_matlab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/ICASSP/SIC_STOI&PESQ_spkrs_32_room_10x10x10_matlab.pdf -------------------------------------------------------------------------------- /tex/latex/Intelligibility/SI_Contrast_Enhancement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/Intelligibility/SI_Contrast_Enhancement.pdf -------------------------------------------------------------------------------- /tex/latex/Intelligibility/SI_Contrast_Enhancement_All.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/MSR/HEAD/tex/latex/Intelligibility/SI_Contrast_Enhancement_All.pdf --------------------------------------------------------------------------------