@@ -494,10 +494,20 class DigitalRFReader(ProcessingUnit): | |||||
494 | self.count = self.count + 1.0 |
|
494 | self.count = self.count + 1.0 | |
495 | return |
|
495 | return | |
496 |
|
496 | |||
497 | def __readNextBlock(self, seconds=30, volt_scale=1): |
|
497 | def __readNextBlock(self, seconds=30, volt_scale=1/20000.0): | |
498 | ''' |
|
498 | ''' | |
|
499 | NOTA: APLICACION RADAR METEOROLOGICO | |||
|
500 | VALORES OBTENIDOS CON LA USRP, volt_scale = 1,conexion directa al Ch Rx. | |||
|
501 | ||||
|
502 | MAXIMO | |||
|
503 | 9886 -> 0.980 Voltiospp | |||
|
504 | 4939 -> 0.480 Voltiospp | |||
|
505 | 14825 -> 1.440 Voltiospp | |||
|
506 | 18129 -> 1.940 Voltiospp | |||
|
507 | Para llevar al valor correspondiente de Voltaje, debemos dividir por 20000 | |||
|
508 | y obtenemos la Amplitud correspondiente de entrada IQ. | |||
|
509 | volt_scale = (1/20000.0) | |||
499 | ''' |
|
510 | ''' | |
500 |
|
||||
501 | # Set the next data |
|
511 | # Set the next data | |
502 | self.__flagDiscontinuousBlock = False |
|
512 | self.__flagDiscontinuousBlock = False | |
503 | self.__thisUnixSample += self.__samples_to_read |
|
513 | self.__thisUnixSample += self.__samples_to_read |
General Comments 0
You need to be logged in to leave comments.
Login now