Add files via upload

This commit is contained in:
thkummi
2021-08-19 17:05:08 +02:00
committed by GitHub
parent 470014eaee
commit b0ed5bf643
2 changed files with 25 additions and 4 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
#include "jpole.h"
void jpole_calc(float *f, float *unit_factor, float *lambda, float *l1, float *l2, float *l3, float *l4, float *raddiam){
*lambda = ( 29971000 / *f ) / 100;
*l1 = (0.96 * *lambda * 0.75) * *unit_factor;
@@ -45,4 +44,4 @@ void jpole_print(float *f, float *unit_factor, float *lambda, float *l1, float *
printf("\n");
printf("\n");
printf("\n");
}
}