Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
6520b841
Commit
6520b841
authored
Jan 05, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
before using precisely anti-periodic target kernels
parent
02ce184f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
DttRad2.java
src/main/java/DttRad2.java
+2
-2
No files found.
src/main/java/DttRad2.java
View file @
6520b841
...
@@ -544,8 +544,8 @@ public class DttRad2 {
...
@@ -544,8 +544,8 @@ public class DttRad2 {
double
ej
;
double
ej
;
double
pi_2n
=
Math
.
PI
/(
2
*
n
);
double
pi_2n
=
Math
.
PI
/(
2
*
n
);
for
(
int
j
=
0
;
j
<
n
;
j
++){
for
(
int
j
=
0
;
j
<
n
;
j
++){
//
if ((j==0) || (j == (n-1))) ej= 0.5; // Math.sqrt(0.5);
if
((
j
==
0
)
||
(
j
==
(
n
-
1
)))
ej
=
0.5
;
// Math.sqrt(0.5);
if
(
j
==
0
)
ej
=
0.5
;
// Math.sqrt(0.5);
//
if (j==0) ej= 0.5; // Math.sqrt(0.5);
else
ej
=
1.0
;
else
ej
=
1.0
;
for
(
int
k
=
0
;
k
<
n
;
k
++){
for
(
int
k
=
0
;
k
<
n
;
k
++){
// CIIIe[t][j][k] = scale * ej * Math.cos(j*(2*k+1)*pi_2n);
// CIIIe[t][j][k] = scale * ej * Math.cos(j*(2*k+1)*pi_2n);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment