Re: MPSK SNR Estimator Probe

2023-02-15 Thread Marcus Müller
Hi Symon, As explained in our FAQ[1], you need to have a source of known power and observe it. Then you can put your observation of signals of interest into relation to that. In this case, you'd need a reference transmitter for PSK of known power at your receiver input. Best regards,

Re: MPSK SNR Estimator

2021-12-09 Thread Rachida SAROUI
Tag debug works perfect for me, thank you. The purpose is just taking those values to excel to draw BER vs SNR. Best regards, Rachida Le mer. 8 déc. 2021 à 20:33, Marcus Müller a écrit : > "read" for what purpose? What will you do with the value afterwards? > > On 08.12.21 16:49, Rachida

Re: MPSK SNR Estimator

2021-12-08 Thread Marcus Müller
"read" for what purpose? What will you do with the value afterwards? On 08.12.21 16:49, Rachida SAROUI wrote: Yes that’s what I was looking for, the block I should be using to read SNR estimate. Thank you Envoyé de mon iPhone Le 8 déc. 2021 à 16:34, Marcus Müller a écrit : Ok, context,

Re: MPSK SNR Estimator

2021-12-08 Thread Daniel Estévez
Hi, Probably not what you'll in your final solution, but perhaps the "Tag Debug" block is useful to print out the values of the tags added by the MPSK SNR Estimator. Best, Daniel. El 8/12/21 a las 16:49, Rachida SAROUI escribió: Yes that’s what I was looking for, the block I should be

Re: MPSK SNR Estimator

2021-12-08 Thread Rachida SAROUI
Yes that’s what I was looking for, the block I should be using to read SNR estimate. Thank you Envoyé de mon iPhone > Le 8 déc. 2021 à 16:34, Marcus Müller a écrit : > > Ok, context, please. Where do you want to use it? As the MPSK SNR estimator > block documentation says: > > > It

Re: MPSK SNR Estimator

2021-12-08 Thread Marcus Müller
Ok, context, please. Where do you want to use it? As the MPSK SNR estimator block documentation says: > It copies the input stream to the output stream, but adds a tag that contains the estimated SNR every N samples So, generally, you read the tag using a downstream block. This might or

Re: MPSK SNR Estimator

2021-12-08 Thread Rachida SAROUI
How can I use it? Thank you! Le mer. 8 déc. 2021 à 15:58, Marcus Müller a écrit : > It's a function of the block class itself. > > Best regards, > Marcus > > On 08.12.21 15:26, Rachida SAROUI wrote: > > Hello everyone, > > > > I'm using the block MPSK SNR Estimator to calculate the SNR of a >

Re: MPSK SNR Estimator

2021-12-08 Thread Marcus Müller
It's a function of the block class itself. Best regards, Marcus On 08.12.21 15:26, Rachida SAROUI wrote: Hello everyone, I'm using the block MPSK SNR Estimator to calculate the SNR of a received signal. Yet, I don't know how to get its value (the output is a complex signal). I searched in