minor changes büro
This commit is contained in:
@@ -56,6 +56,7 @@ classdef Photodiode
|
||||
% Magnitude squared detection
|
||||
yout = sum( abs(xin) .^2*obj.responsivity, 2 ) ;
|
||||
|
||||
|
||||
% Shot Noise
|
||||
shot_noise = sqrt(k * obj.fsimu .* yout) .* randn(size(yout,1),1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user