minor changes büro

This commit is contained in:
Silas Oettinghaus
2023-06-07 13:50:56 +02:00
parent b640c013cb
commit 2868887a15
5 changed files with 186 additions and 84 deletions

View File

@@ -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);