Hi,
In Conti and Demer (2006) and Calise and Skaret (2011), the equations for computing the number of cylinders and phase standard deviation are functions of the krill length and incident frequency:
$$N=N_0 \frac{f L}{f_0 L_0}$$
$$sd_{\phi}=sd_{\phi_0} \frac{N_0 L}{N L_0}$$
However, in the BSTS_SDWBA.m script, the equations exclude the length terms, and are instead computed as:
$$N=N_0 \frac{f}{f_0}$$
$$sd_{\phi}=sd_{\phi_0} \frac{N_0}{N}$$
So I'm curious as to why the length terms are left out. I understand that the krill shape vectors are resized to the desired length, but I don't think this would affect how the number of cylinders is computed, as that resized krill shape would still require a certain number of cylinders to maintain the desired ratio of wavelength to the length of each cylinder.
Hi,
In Conti and Demer (2006) and Calise and Skaret (2011), the equations for computing the number of cylinders and phase standard deviation are functions of the krill length and incident frequency:
However, in the BSTS_SDWBA.m script, the equations exclude the length terms, and are instead computed as:
So I'm curious as to why the length terms are left out. I understand that the krill shape vectors are resized to the desired length, but I don't think this would affect how the number of cylinders is computed, as that resized krill shape would still require a certain number of cylinders to maintain the desired ratio of wavelength to the length of each cylinder.