Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Former-commit-id: e9480d1
  • Loading branch information
hochunlin authored Nov 30, 2023
1 parent 37174ef commit a849307
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ wf_reg_focus = exp.(-1im*channels_ave_epsilon.kydx_prop*(m0_focus)) .* exp.(-1im

# build projection matrix C on the low side
C_low = channels_low.sqrt_nu_prop.*exp.((-1im*dn)*channels_low.kzdx_prop).*convert(Matrix, adjoint(channels_low.u_x_m(channels_low.kydx_prop)))
proj_coefficient = conj(C_low*Ex_field[:,pml_npixels+1])
proj_coefficient = C_low*Ex_field[:,pml_npixels+1]

# specify two input incident wavefronts:
# (1) regular focusing wavefront
Expand Down Expand Up @@ -252,4 +252,4 @@ println("I_phase_congugation(y_0,z_0)/I_reg(y_0,z_0) = ", @sprintf("%d", round(a
```
```text:Output
I_phase_congugation(y_0,z_0)/I_reg(y_0,z_0) = 1800
```
```

0 comments on commit a849307

Please sign in to comment.