├── Chapter_1 ├── Fig_1_2.m └── license.txt ├── Chapter_2 ├── Fig_2_1.m ├── Fig_2_10.m ├── Fig_2_11.m ├── Fig_2_12ac.m ├── Fig_2_12bd.m ├── Fig_2_13.m ├── Fig_2_2.m ├── Fig_2_3a.m ├── Fig_2_3b.m ├── Fig_2_4.m ├── Fig_2_6.m ├── Fig_2_7.m ├── Fig_2_8a.m ├── Fig_2_8b.m ├── Fig_2_9.m └── license.txt ├── Chapter_3 ├── Fig_3_11a.m ├── Fig_3_11b.m ├── Fig_3_14.m ├── Fig_3_16.m ├── Fig_3_17.m ├── Fig_3_18a.m ├── Fig_3_18b.m ├── Fig_3_19.m ├── Fig_3_2.m ├── Fig_3_21.m ├── Fig_3_22.m ├── Fig_3_23.m ├── Fig_3_24.m ├── Fig_3_25.m ├── Fig_3_26_Fig_3_27.m ├── Fig_3_3.m ├── Fig_3_30a_Fig_3_32a.m ├── Fig_3_30b.m ├── Fig_3_32b.m ├── Fig_3_5a.m ├── Fig_3_5b.m ├── Fig_3_6.m ├── Fig_3_8.m ├── Fig_3_9.m └── license.txt ├── Chapter_4 ├── Fig_4_11.m ├── Fig_4_13.m ├── Fig_4_14.m ├── Fig_4_15.m ├── Fig_4_16.m ├── Fig_4_17.m ├── Fig_4_18.m ├── Fig_4_19ace.m ├── Fig_4_19bdf.m ├── Fig_4_20ac.m ├── Fig_4_20bd.m ├── Fig_4_21.m ├── Fig_4_22.m ├── Fig_4_23.m ├── Fig_4_24.m ├── Fig_4_25.m ├── Fig_4_26.m ├── Fig_4_30.m ├── Fig_4_32.m ├── Fig_4_33a.m ├── Fig_4_33b.m ├── Fig_4_34.m ├── Fig_4_35.m ├── Fig_4_36.m ├── Fig_4_37_Fig_4_38_Fig_4_40.m ├── Fig_4_39.m ├── Fig_4_4.m ├── Fig_4_41.m ├── Fig_4_42.m ├── Fig_4_6.m ├── Fig_4_7_Fig_4_9.m └── license.txt ├── Chapter_5 ├── Fig_5_11.m ├── Fig_5_12_Fig_5_13.m ├── Fig_5_15.m ├── Fig_5_16a.m ├── Fig_5_16b.m ├── Fig_5_18.m ├── Fig_5_20.m ├── Fig_5_21.m ├── Fig_5_22.m ├── Fig_5_23.m ├── Fig_5_24_Fig_5_25.m ├── Fig_5_26.m ├── Fig_5_28.m ├── Fig_5_29.m ├── Fig_5_30a.m ├── Fig_5_30b.m ├── Fig_5_31_Fig_5_32b_Fig_33b.m ├── Fig_5_32a.m ├── Fig_5_33a.m ├── Fig_5_34.m ├── Fig_5_37_Fig_5_38.m ├── Fig_5_40.m ├── Fig_5_41.m ├── Fig_5_42ace.m ├── Fig_5_42bdf.m ├── Fig_5_43ac.m ├── Fig_5_43bd.m ├── Fig_5_45.m ├── Fig_5_45_rotated.m ├── Fig_5_46.m ├── Fig_5_47.m ├── Fig_5_47_rotated_ssd.m ├── Fig_5_47_rotated_trajectory.m ├── Fig_5_48.m ├── Fig_5_49a.m ├── Fig_5_49b.m ├── Fig_5_4_Fig_5_8.m ├── Fig_5_50a.m ├── Fig_5_50b_Fig_5_51_Fig_5_53.m ├── Fig_5_52a.m ├── Fig_5_52b.m ├── Fig_5_54a.m ├── Fig_5_54bc_Fig_55a.m ├── Fig_5_55b.m ├── Fig_5_57a.m ├── Fig_5_57b.m ├── Fig_5_57c.m ├── Fig_5_6.m ├── Fig_5_7.m ├── Fig_5_9_Fig_5_10.m └── license.txt ├── Common ├── Wigner3j │ ├── Wigner3j.m │ └── license.txt ├── __new │ ├── add_string_to_legend.m │ ├── all_labels_latex.m │ ├── apply_fractional_delay.m │ ├── colorbar_half_width.m │ ├── compute_transfer_function.m │ ├── convolve_signals.m │ ├── create_legend_string.m │ ├── cylinder_source.m │ ├── get_colors.m │ ├── get_hn_primemm_recursively.m │ ├── graph_defaults_erc.m │ ├── graph_defaults_presentation.m │ ├── graph_defaults_screen.m │ ├── h_n_m_prime_m.m │ ├── ls_system_id.m │ ├── noise.m │ ├── normalize_audio_signal.m │ └── plot_magnitude_spectrum.m ├── fftx │ ├── fftx.m │ └── ifftx.m ├── fig_print │ ├── crop_img.m │ ├── fig_print.m │ └── license.txt ├── genHyper_1.2 │ ├── README │ ├── genHyper.m │ ├── genHyper_mex.f90 │ ├── genHyper_mex.mexglx │ └── license.txt ├── license.txt ├── misc │ ├── Chi_extended_source.m │ ├── HOA25D_modal_filter.m │ ├── Lambda_projection.m │ ├── Psi_extended_source.m │ ├── Psi_projection.m │ ├── animate_sound_field.m │ ├── doublefactorial.m │ ├── fit_line_to_data.m │ ├── fit_line_to_ir_decay.m │ ├── mathring_w.m │ ├── myspectrogram.m │ ├── myspectrogram3d.m │ ├── point_source.m │ ├── transfer_function_circular_array_single_position.m │ ├── transfer_function_linear_array_single_position.m │ └── wfs_prefilter_100_1800_44100.wav ├── plot_tools │ ├── fig_size.m │ ├── graph_defaults.m │ ├── picture_size.m │ ├── revert_colormap.m │ ├── turn_imagesc.m │ ├── white_figure_background.m │ └── write_image.m └── spherical │ ├── asslegendre.m │ ├── e_symbol.m │ ├── gauss_sampling_grid.m │ ├── general_translation_coefficients.m │ ├── radius_covered_by_expansion.m │ ├── response_rigid_sphere.m │ ├── sectorial_translation_coefficients.m │ ├── sectorial_translation_coefficients_k.m │ ├── sphbesselh.m │ ├── sphbesseli.m │ ├── sphbesselj.m │ ├── sphbesselk.m │ ├── sphbessely.m │ ├── sphharm.m │ └── zonal_translation_coefficients.m ├── README.md └── license.txt /Chapter_1/Fig_1_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_1/Fig_1_2.m -------------------------------------------------------------------------------- /Chapter_1/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_1/license.txt -------------------------------------------------------------------------------- /Chapter_2/Fig_2_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_1.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_10.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_10.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_11.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_11.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_12ac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_12ac.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_12bd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_12bd.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_13.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_13.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_2.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_3a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_3a.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_3b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_3b.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_4.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_6.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_7.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_7.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_8a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_8a.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_8b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_8b.m -------------------------------------------------------------------------------- /Chapter_2/Fig_2_9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/Fig_2_9.m -------------------------------------------------------------------------------- /Chapter_2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_2/license.txt -------------------------------------------------------------------------------- /Chapter_3/Fig_3_11a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_11a.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_11b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_11b.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_14.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_14.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_16.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_16.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_17.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_17.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_18a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_18a.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_18b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_18b.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_19.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_19.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_2.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_21.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_21.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_22.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_22.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_23.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_23.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_24.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_24.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_25.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_25.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_26_Fig_3_27.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_26_Fig_3_27.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_3.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_30a_Fig_3_32a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_30a_Fig_3_32a.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_30b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_30b.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_32b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_32b.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_5a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_5a.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_5b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_5b.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_6.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_8.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_8.m -------------------------------------------------------------------------------- /Chapter_3/Fig_3_9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/Fig_3_9.m -------------------------------------------------------------------------------- /Chapter_3/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_3/license.txt -------------------------------------------------------------------------------- /Chapter_4/Fig_4_11.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_11.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_13.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_13.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_14.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_14.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_15.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_15.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_16.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_16.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_17.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_17.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_18.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_18.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_19ace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_19ace.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_19bdf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_19bdf.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_20ac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_20ac.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_20bd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_20bd.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_21.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_21.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_22.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_22.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_23.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_23.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_24.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_24.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_25.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_25.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_26.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_26.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_30.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_30.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_32.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_32.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_33a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_33a.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_33b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_33b.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_34.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_34.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_35.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_35.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_36.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_36.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_37_Fig_4_38_Fig_4_40.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_37_Fig_4_38_Fig_4_40.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_39.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_39.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_4.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_41.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_41.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_42.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_42.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_6.m -------------------------------------------------------------------------------- /Chapter_4/Fig_4_7_Fig_4_9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/Fig_4_7_Fig_4_9.m -------------------------------------------------------------------------------- /Chapter_4/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_4/license.txt -------------------------------------------------------------------------------- /Chapter_5/Fig_5_11.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_11.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_12_Fig_5_13.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_12_Fig_5_13.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_15.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_15.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_16a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_16a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_16b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_16b.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_18.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_18.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_20.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_20.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_21.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_21.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_22.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_22.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_23.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_23.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_24_Fig_5_25.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_24_Fig_5_25.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_26.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_26.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_28.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_28.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_29.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_29.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_30a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_30a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_30b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_30b.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_31_Fig_5_32b_Fig_33b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_31_Fig_5_32b_Fig_33b.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_32a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_32a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_33a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_33a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_34.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_34.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_37_Fig_5_38.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_37_Fig_5_38.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_40.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_40.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_41.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_41.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_42ace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_42ace.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_42bdf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_42bdf.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_43ac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_43ac.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_43bd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_43bd.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_45.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_45.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_45_rotated.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_45_rotated.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_46.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_46.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_47.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_47.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_47_rotated_ssd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_47_rotated_ssd.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_47_rotated_trajectory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_47_rotated_trajectory.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_48.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_48.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_49a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_49a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_49b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_49b.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_4_Fig_5_8.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_4_Fig_5_8.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_50a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_50a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_50b_Fig_5_51_Fig_5_53.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_50b_Fig_5_51_Fig_5_53.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_52a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_52a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_52b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_52b.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_54a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_54a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_54bc_Fig_55a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_54bc_Fig_55a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_55b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_55b.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_57a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_57a.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_57b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_57b.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_57c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_57c.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_6.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_7.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_7.m -------------------------------------------------------------------------------- /Chapter_5/Fig_5_9_Fig_5_10.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/Fig_5_9_Fig_5_10.m -------------------------------------------------------------------------------- /Chapter_5/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Chapter_5/license.txt -------------------------------------------------------------------------------- /Common/Wigner3j/Wigner3j.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/Wigner3j/Wigner3j.m -------------------------------------------------------------------------------- /Common/Wigner3j/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/Wigner3j/license.txt -------------------------------------------------------------------------------- /Common/__new/add_string_to_legend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/add_string_to_legend.m -------------------------------------------------------------------------------- /Common/__new/all_labels_latex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/all_labels_latex.m -------------------------------------------------------------------------------- /Common/__new/apply_fractional_delay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/apply_fractional_delay.m -------------------------------------------------------------------------------- /Common/__new/colorbar_half_width.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/colorbar_half_width.m -------------------------------------------------------------------------------- /Common/__new/compute_transfer_function.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/compute_transfer_function.m -------------------------------------------------------------------------------- /Common/__new/convolve_signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/convolve_signals.m -------------------------------------------------------------------------------- /Common/__new/create_legend_string.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/create_legend_string.m -------------------------------------------------------------------------------- /Common/__new/cylinder_source.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/cylinder_source.m -------------------------------------------------------------------------------- /Common/__new/get_colors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/get_colors.m -------------------------------------------------------------------------------- /Common/__new/get_hn_primemm_recursively.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/get_hn_primemm_recursively.m -------------------------------------------------------------------------------- /Common/__new/graph_defaults_erc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/graph_defaults_erc.m -------------------------------------------------------------------------------- /Common/__new/graph_defaults_presentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/graph_defaults_presentation.m -------------------------------------------------------------------------------- /Common/__new/graph_defaults_screen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/graph_defaults_screen.m -------------------------------------------------------------------------------- /Common/__new/h_n_m_prime_m.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/h_n_m_prime_m.m -------------------------------------------------------------------------------- /Common/__new/ls_system_id.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/ls_system_id.m -------------------------------------------------------------------------------- /Common/__new/noise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/noise.m -------------------------------------------------------------------------------- /Common/__new/normalize_audio_signal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/normalize_audio_signal.m -------------------------------------------------------------------------------- /Common/__new/plot_magnitude_spectrum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/__new/plot_magnitude_spectrum.m -------------------------------------------------------------------------------- /Common/fftx/fftx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/fftx/fftx.m -------------------------------------------------------------------------------- /Common/fftx/ifftx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/fftx/ifftx.m -------------------------------------------------------------------------------- /Common/fig_print/crop_img.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/fig_print/crop_img.m -------------------------------------------------------------------------------- /Common/fig_print/fig_print.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/fig_print/fig_print.m -------------------------------------------------------------------------------- /Common/fig_print/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/fig_print/license.txt -------------------------------------------------------------------------------- /Common/genHyper_1.2/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/genHyper_1.2/README -------------------------------------------------------------------------------- /Common/genHyper_1.2/genHyper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/genHyper_1.2/genHyper.m -------------------------------------------------------------------------------- /Common/genHyper_1.2/genHyper_mex.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/genHyper_1.2/genHyper_mex.f90 -------------------------------------------------------------------------------- /Common/genHyper_1.2/genHyper_mex.mexglx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/genHyper_1.2/genHyper_mex.mexglx -------------------------------------------------------------------------------- /Common/genHyper_1.2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/genHyper_1.2/license.txt -------------------------------------------------------------------------------- /Common/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/license.txt -------------------------------------------------------------------------------- /Common/misc/Chi_extended_source.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/Chi_extended_source.m -------------------------------------------------------------------------------- /Common/misc/HOA25D_modal_filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/HOA25D_modal_filter.m -------------------------------------------------------------------------------- /Common/misc/Lambda_projection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/Lambda_projection.m -------------------------------------------------------------------------------- /Common/misc/Psi_extended_source.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/Psi_extended_source.m -------------------------------------------------------------------------------- /Common/misc/Psi_projection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/Psi_projection.m -------------------------------------------------------------------------------- /Common/misc/animate_sound_field.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/animate_sound_field.m -------------------------------------------------------------------------------- /Common/misc/doublefactorial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/doublefactorial.m -------------------------------------------------------------------------------- /Common/misc/fit_line_to_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/fit_line_to_data.m -------------------------------------------------------------------------------- /Common/misc/fit_line_to_ir_decay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/fit_line_to_ir_decay.m -------------------------------------------------------------------------------- /Common/misc/mathring_w.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/mathring_w.m -------------------------------------------------------------------------------- /Common/misc/myspectrogram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/myspectrogram.m -------------------------------------------------------------------------------- /Common/misc/myspectrogram3d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/myspectrogram3d.m -------------------------------------------------------------------------------- /Common/misc/point_source.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/point_source.m -------------------------------------------------------------------------------- /Common/misc/transfer_function_circular_array_single_position.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/transfer_function_circular_array_single_position.m -------------------------------------------------------------------------------- /Common/misc/transfer_function_linear_array_single_position.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/transfer_function_linear_array_single_position.m -------------------------------------------------------------------------------- /Common/misc/wfs_prefilter_100_1800_44100.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/misc/wfs_prefilter_100_1800_44100.wav -------------------------------------------------------------------------------- /Common/plot_tools/fig_size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/plot_tools/fig_size.m -------------------------------------------------------------------------------- /Common/plot_tools/graph_defaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/plot_tools/graph_defaults.m -------------------------------------------------------------------------------- /Common/plot_tools/picture_size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/plot_tools/picture_size.m -------------------------------------------------------------------------------- /Common/plot_tools/revert_colormap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/plot_tools/revert_colormap.m -------------------------------------------------------------------------------- /Common/plot_tools/turn_imagesc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/plot_tools/turn_imagesc.m -------------------------------------------------------------------------------- /Common/plot_tools/white_figure_background.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/plot_tools/white_figure_background.m -------------------------------------------------------------------------------- /Common/plot_tools/write_image.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/plot_tools/write_image.m -------------------------------------------------------------------------------- /Common/spherical/asslegendre.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/asslegendre.m -------------------------------------------------------------------------------- /Common/spherical/e_symbol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/e_symbol.m -------------------------------------------------------------------------------- /Common/spherical/gauss_sampling_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/gauss_sampling_grid.m -------------------------------------------------------------------------------- /Common/spherical/general_translation_coefficients.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/general_translation_coefficients.m -------------------------------------------------------------------------------- /Common/spherical/radius_covered_by_expansion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/radius_covered_by_expansion.m -------------------------------------------------------------------------------- /Common/spherical/response_rigid_sphere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/response_rigid_sphere.m -------------------------------------------------------------------------------- /Common/spherical/sectorial_translation_coefficients.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sectorial_translation_coefficients.m -------------------------------------------------------------------------------- /Common/spherical/sectorial_translation_coefficients_k.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sectorial_translation_coefficients_k.m -------------------------------------------------------------------------------- /Common/spherical/sphbesselh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sphbesselh.m -------------------------------------------------------------------------------- /Common/spherical/sphbesseli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sphbesseli.m -------------------------------------------------------------------------------- /Common/spherical/sphbesselj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sphbesselj.m -------------------------------------------------------------------------------- /Common/spherical/sphbesselk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sphbesselk.m -------------------------------------------------------------------------------- /Common/spherical/sphbessely.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sphbessely.m -------------------------------------------------------------------------------- /Common/spherical/sphharm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/sphharm.m -------------------------------------------------------------------------------- /Common/spherical/zonal_translation_coefficients.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/Common/spherical/zonal_translation_coefficients.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/README.md -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JensAhrens/soundfieldsynthesis/HEAD/license.txt --------------------------------------------------------------------------------