le 04-27-2021 02:55 AM
Bonjour à tous ,
je souhaiterais convertir un waveform numérique( signal binaire) en donnes dynamique .
Comment je dois faire ?
merci à vous.
Cordialement
Résolu ! Accéder à la solution.
04-27-2021 03:01 AM - modifié 04-27-2021 03:02 AM
Hi asmae,
@asmae97 wrote:
I would like to convert a digital waveform (binary signal) to dynamic data. How should I do ?
Why do you want that? Why do you need DDT wires at all?
(As DDT is based on (arrays of) analog waveforms you cannot convert digital waveforms directly into DDT.)
Btw. when posting in this English speaking forum you should write in English. (Or use the French regional board…)
le 04-27-2021 03:18 AM
thank you for your reply .
I want to do a monchester coding, and I chose to generate a random binary signal not a square signal.
and I want to convert the two signal (clk, data) to digital data to build a waveform.
I don't know if it is so clear or not.
04-27-2021 04:51 AM - modifié 04-27-2021 04:51 AM
Hi asmae,
@asmae97 wrote:
I want to do a monchester coding, and I chose to generate a random binary signal not a square signal. and I want to convert the two signal (clk, data) to digital data to build a waveform. I don't know if it is so clear or not.
No, it's not clear to me! Why do you want to convert to DDT?
All you want is to convert from digital waveform to analog waveform, even though I don't know how that could help with your task:
le 04-28-2021 03:43 AM
Thank you very much for your answer .
I have to do a direct chain of transmission (generate a binary signal (0, 1) in a random way + encoding (I chose the manchester encoding) + modulation (BPSK)
I did the 3 blocks separately.
The problem is, I can't seem to put them together in a single VI.
Thank you.
Best regards
04-28-2021 04:23 AM - modifié 04-28-2021 04:38 AM
Hi asmae,
this is a solution without syntax errors:
I'm not sure if it fits to your requirements, check for yourself.
(The multiplication of those integer arrays is the same as ANDing boolean signals. An AND seems more natural to me…)
As I mentioned before: stay away from ExpressVIs and their DDT wires!
le 04-28-2021 07:29 AM
I made the same diagram but I did not find the same result (manch) I do not know whatis the problem exactly.
you can send me your VI please?.
Thank you so much
04-28-2021 07:34 AM - modifié 04-28-2021 07:34 AM
Hi asmae,
@asmae97 wrote:
I made the same diagram but I did not find the same result (manch) I do not know whatis the problem exactly. you can send me your VI please?.
No, I didn't save the VI after posting the image.
When you have problems with your VI you are the one who should post the VI…
le 04-28-2021 07:51 AM
I found at the output a triangular signal (manch)
04-28-2021 08:10 AM - modifié 04-28-2021 08:12 AM
Hi asmae,
take a closer look: compare my plot properties (visible in my image above) and your plot properties!
Then change the plot properties as needed (it's the interpolation style!)…
@asmae97 wrote:
I found at the output a triangular signal (manch)
Lessons learned: