- Phase_shift.m
- fk_main.m
- tp_main.m
- HRLRT_main.m
- Modified_FJ_Main.m
Each of these scripts has a main code and a corresponding function code.
-
f-c transform:
- Main code: "Phase_shift.m"
- Function code: "phase_shift_fun.m"
-
f-k transform:
- Main code: "fk_main.m"
- Function code: "fk_fun.m"
-
t-p transform:
- Main code: "tp_main.m"
- Function code: "tp_fun.m"
-
HRLRT transform:
- Main code: "HRLRT_main.m"
- Function code: "HRLRT_fun.m"
-
F-J transform:
- Main code: "Modified_FJ_Main.m"
- Function code: "Modified_FJ_fun.m"
The field data used in the study is provided in ".xlsx" format:
- 'Nandanam_4s_2.5m@1m'
- 'iisc_aerofield_noisy_2s_2.5m@0.5m'
- 'Love_2s_5m@1m'
- 'dalmoro_1s_5m@2m'
The naming format is: "Description_RecordingTime_SourceOffset@SensorSpacing"
To run the code, follow these steps:
- Open the main code file (e.g., 'fk_main.m').
- Read the data in the "insert data" section.
- Modify the required parameters as needed.
- Run the script.
Note: Ensure you have all necessary data files and dependencies in your working directory.