@@ -457,16 +457,11 class SimulatorReader(JRODataReader, ProcessingUnit): | |||
|
457 | 457 | InBuffer[m_nR:m_nR+ps] = Pulso |
|
458 | 458 | InBuffer = Noise+ InBuffer |
|
459 | 459 | #····················· ANGLE ······························· |
|
460 | ||
|
461 | ||
|
462 | ||
|
463 | ||
|
460 | InBuffer.real[m_nR:m_nR+ps] = InBuffer.real[m_nR:m_nR+ps]*(math.cos( self.fAngle)*5) | |
|
464 | 461 | InBuffer.imag[m_nR:m_nR+ps] = InBuffer.imag[m_nR:m_nR+ps]*(math.sin( self.fAngle)*5) |
|
465 | 462 | InBuffer=InBuffer |
|
466 | 463 | self.datablock[i][k]= InBuffer |
|
467 | #plot_cts(InBuffer,H0=H0,DH0=DH0 | |
|
468 | ||
|
469 | ||
|
464 | #plot_cts(InBuffer,H0=H0,DH0=DH0) | |
|
470 | 465 | #wave_fft(x=InBuffer,plot_show=True) |
|
471 | 466 | #time.sleep(1) |
|
472 | 467 | #················DOPPLER SIGNAL............................................... |
General Comments 0
You need to be logged in to leave comments.
Login now