Refactoring
This commit is contained in:
3
Matlab/qs_avg_factor.m
Normal file
3
Matlab/qs_avg_factor.m
Normal file
@@ -0,0 +1,3 @@
|
||||
function factor = qs_avg_factor(th, n1, n2)
|
||||
factor = 0.5*(qs_factor(th, 0, n1, n2) + qs_factor(th, pi/2, n1, n2));
|
||||
end
|
||||
Reference in New Issue
Block a user