sanjeev a
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
288,862
of 295,527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Create a Gray level Mask using Matlab and write the same as a gray level image.
I am producing a gray level pattern to be loaded on my SLM (Spatial Light Modulator). The pattern is 1920x1080 pixels. I have 25...
7 years ago | 2 answers | 0
2
answersQuestion
Create a random Matrix with numbers in a distribution
I need to create a matrix of size (256,1). But each entry should be random one from (0:(0.2pi):2pi). I have written a code but...
7 years ago | 1 answer | 0
1
answerQuestion
How to measure the error between two speckle intensities?
I have two random speckle intensities say I1 and I2. How can I measure the error between them ? Will RMS error give a correct re...
7 years ago | 0 answers | 0
0
answersQuestion
how to measure he similarity between two 2D complex fields?
I have a matrix operation Y=B*A*X; ; where A=exp(1i.*pi*rand(50,50)); B=transpose(A); X is the input which is random X...
7 years ago | 1 answer | 0
1
answerQuestion
optimization problem of a random process
I have a random matrix A=rand(3,3); I have an operation F= Transpose(A)xAxG Problem is that A is not known before hand. I j...
7 years ago | 0 answers | 0
0
answersQuestion
I would like to see the output when an inpiut field passes through a diffuser and retraces its path through the same scattering medium. I have written the following code. Am I correct while retracing ? Please can someone advice me?
clear all close all %define diffuser diffuser=rand(100,100); %define input phase matrix Ein=exp(1i*rand(100,100...
7 years ago | 1 answer | 0