@@ -1416,7 +1416,7 class PulsePair(Operation): | |||||
1416 | S = lag_0-self.noise |
|
1416 | S = lag_0-self.noise | |
1417 |
|
1417 | |||
1418 | #---------------- Frecuencia Doppler promedio --------------------- |
|
1418 | #---------------- Frecuencia Doppler promedio --------------------- | |
1419 | lag_1 = lag_1/(self.n-1) |
|
1419 | lag_1 = lag_1/((self.n-1)*(pwcode)) | |
1420 | R1 = numpy.abs(lag_1) |
|
1420 | R1 = numpy.abs(lag_1) | |
1421 |
|
1421 | |||
1422 | #---------------- Calculo del SNR---------------------------------- |
|
1422 | #---------------- Calculo del SNR---------------------------------- | |
@@ -1638,7 +1638,7 class PulsePair_vRF(Operation): | |||||
1638 | #-------------------- Power -------------------------------------------------- |
|
1638 | #-------------------- Power -------------------------------------------------- | |
1639 | data_power = lag_0/(self.n*self.nCohInt*pwcode) |
|
1639 | data_power = lag_0/(self.n*self.nCohInt*pwcode) | |
1640 | #--------------------CCF------------------------------------------------------ |
|
1640 | #--------------------CCF------------------------------------------------------ | |
1641 |
|
1641 | |||
1642 | if len(self.__buffer)>1: |
|
1642 | if len(self.__buffer)>1: | |
1643 | data_ccf =numpy.sum(cspc_pair01,axis=0)/(self.n*self.nCohInt) |
|
1643 | data_ccf =numpy.sum(cspc_pair01,axis=0)/(self.n*self.nCohInt) | |
1644 | else: |
|
1644 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now