Skip to content
Snippets Groups Projects
Commit 820937fc authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update projOp.m

parent 6e004ccd
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ function [Ft] = projOp(F, sampling, kappa, c1, c2, N1, N2) ...@@ -10,6 +10,7 @@ function [Ft] = projOp(F, sampling, kappa, c1, c2, N1, N2)
% c2 Determines translation in column direction, vector of length 2. % c2 Determines translation in column direction, vector of length 2.
% N1 Cutting index in row direction, natural number. % N1 Cutting index in row direction, natural number.
% N2 Cutting index in column direction, natural number. % N2 Cutting index in column direction, natural number.
%
% OUTPUT: Fp Projected far field matrix, nxhat*nd-array. % OUTPUT: Fp Projected far field matrix, nxhat*nd-array.
% %
% SYNTAX: projOp(F, sampling, kappa, c1, c2, N1, N2) % SYNTAX: projOp(F, sampling, kappa, c1, c2, N1, N2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment