Skip to content

sandslamsal/WaveProbeSpacing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wave Probe Spacing Checker

This repository contains the MATLAB function checkProbeSpacing, which checks the spacing between wave probes to avoid critical conditions that could affect wave reflection analysis.

Functionality

The checkProbeSpacing function evaluates the spacing between probes based on the wavelength to ensure they do not fall into critical spacings as outlined by "The Measurement of Incident and Reflected Spectra Using a Least Squares Method" by Mansard and Funke (1980). It is essential to avoid spacings where the distances are even multiples of half the wavelength or where one distance is an integer multiple of another, as these can lead to indeterminate results in wave analysis.

How to Use

To use this function, simply call it with the wavelength of interest. For example:

checkProbeSpacing(2);

About

MATLAB tool to check wave probe spacings against critical conditions for accurate wave reflection analysis, based on established research guidelines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages