YourVoicee
YourVoicee
Thank you for your reply! We calculate the velocity value from the function **angle_freq_to_velocity(w, f_0)**: `w = 2*np.pi*np.concatenate((np.arange(0, n_r//2), np.arange(-n_r//2, 0)[::-1]))` `velocities = omega_second*c/(4*np.pi*f_0)` If we take the maximum value...
Hello! It didn't even occur to me to check it out.... I fixed the code and now the values converge. I’m very thankful for your time and effort in responding....
Hi @NS-Nik! Could you please clarify a few things in your code? I'm not sure what x1 and y1 stand for, and where their values are coming from. Also, in...