Skip to content

Commit

Permalink
v1.0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zoran-grujic committed Sep 12, 2024
1 parent be038ae commit f43dba9
Show file tree
Hide file tree
Showing 8 changed files with 673 additions and 1,121 deletions.
3 changes: 1 addition & 2 deletions CrameRaoFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ def white_noise(rho, sr, n, mu=0):
A - amplitude
NSD - Noise Spectral Density
T - Period of acquisition
T2 - Relaxation rate
T2 - Inverse relaxation rate
N - Number of samples
ret - sigma, sigma2, C
return: STD, C
"""


def cr(A, NSD, T, N, T2=0):
if T2 == 0:
C = 1
Expand Down
Loading

0 comments on commit f43dba9

Please sign in to comment.