Discussions au sujet de NI LabVIEW

annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 

conversion des donnes

Résolu !
Accéder à la solution

Bonjour à tous ,

 

je souhaiterais convertir un waveform numérique( signal binaire)  en donnes dynamique .

Comment je dois faire ?

merci à vous.

 

Cordialement

0 Compliments
Message 1 sur 10
1 461 Visites

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…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 sur 10
1 454 Visites
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.

 1.jpg

0 Compliments
Message 3 sur 10
1 444 Visites

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:

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 sur 10
1 405 Visites
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

 

Tout télécharger
0 Compliments
Message 5 sur 10
1 366 Visites
Solution
Accepté par l'auteur du sujet asmae97

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 sur 10
1 355 Visites
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 

 

0 Compliments
Message 7 sur 10
1 340 Visites

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 8 sur 10
1 338 Visites
I found at the output a triangular signal (manch)
0 Compliments
Message 9 sur 10
1 334 Visites

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:

  • Provide your VI when you have problems with it.
  • Provide a good error description, right from the beginning!
  • Don't use the "code"-box when you write messages! Just type plain text…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Compliments
Message 10 sur 10
1 329 Visites