izboljsal prikaz
parent
2389455278
commit
8a91491d47
|
@ -17,7 +17,7 @@ sd.default.device = 0
|
|||
fskala=np.linspace(0,fs/2,2*pts+1)[:-1] #Izračunaj frekvenčno skalo [Hz]
|
||||
|
||||
### podatki za kalibracijo sistema
|
||||
dSB = -61.95+15.53 #dB
|
||||
dSB = -61.86+15.33 #dB
|
||||
L = 1256 #metrov
|
||||
tau = L*1.4676/3e8
|
||||
|
||||
|
@ -50,6 +50,9 @@ fig,ax = plt.subplots()
|
|||
raw,pn, = ax.plot(f,initsum,f,initsum)
|
||||
ax.set_xlim(100, 100000)
|
||||
ax.set_ylim(-130,-30)
|
||||
ax.set_ylabel("Fazni šum [dBc/Hz]")
|
||||
ax.set_xlabel("Frekvenčni odmik [Hz]")
|
||||
plt.yticks(np.arange(-130,-29,10))
|
||||
plt.xscale('log')
|
||||
ax.grid(True)
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -47,6 +47,9 @@ fig,ax = plt.subplots()
|
|||
raw,pn, = ax.plot(f,initsum,f,initsum)
|
||||
ax.set_xlim(100, 100000)
|
||||
ax.set_ylim(-130,-30)
|
||||
ax.set_ylabel("Fazni šum [dBc/Hz]")
|
||||
ax.set_xlabel("Frekvenčni odmik [Hz]")
|
||||
plt.yticks(np.arange(-130,-29,10))
|
||||
plt.xscale('log')
|
||||
ax.grid(True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue