ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

USB-6211 delta-modulation

Hello everyone,

I have DAQ NI USB-6211 (http://sine.ni.com/nips/cds/view/p/lang/en/nid/203190) with witch help i need to create delta-modulation (http://en.wikipedia.org/wiki/Delta_modulation ). I was trying to do it ,but i don't know how to transformed input data (binary data type) convert to a graph data(dbl for example). I need that if signal is logic "1", then graph signal grow for one level, but if signal is logic "0", than graph signal decrease for one level.If anyone know the details please share it.

Regards

Jurijs
0 Kudos
Message 1 of 9
(5,474 Views)
Hello Jurijs,

Keep in mind Delta modulation, as stated in your above link evaluates an analog signal "with a series of segments. Each segment of the approximated signal compared to the" previous segment to modulate the signal. It appears from the attached code, you are probably not segmenting the data points appropriately to do a proper comparison.

What is the intended application, in which case performing this task in software may not be applicable.

Regards,
Glenn
0 Kudos
Message 2 of 9
(5,448 Views)
When what should I do? There is some other methode to make this exercise?
0 Kudos
Message 3 of 9
(5,435 Views)

Do you wish to only perform the software delta modulation or hardware delta modulation?

 

What is the intended application?


Regards,
Glenn
0 Kudos
Message 4 of 9
(5,416 Views)
I need it for hardware. I am trying to create virtual distance labrotory.
0 Kudos
Message 5 of 9
(5,400 Views)

Hello Jurijs,

I'm still unclear on you application. There are several NI Data Acquisition Devices, specifically the DSA (Dynamic Signal Acquisition) boards that uses a delta-sigma modulating ADC. If you would like a board that samples in this manner I can recommend some boards depending on your application.

Or, since this is for a virtual distance laboratory, were you looking for a vi that demonstrated the behavior of the delta-modulating ADC, similar to the following link?

 

(Quick Look) Filters and Delta Sigma Converters


Regards,
Glenn
0 Kudos
Message 6 of 9
(5,363 Views)

I don't speak english so good,that is why I will try to explain my aim by using the picture. Today's step is create a VI, which can acquire data from generator and convert it to 1-bit stream,which will be recreated in the same VI(real part is only a signal from generator).

Aim

 

0 Kudos
Message 7 of 9
(5,284 Views)

Hello CKOMOPOX,

 

It appears you want to visually see the digital representation of your analog signal. If that is the case navigate to the following pallette, Programming>>Waveform Analog to Digital.vi. There is also a Digital to Waveform.vi to the opposite manipulation. 


Regards,
Glenn
0 Kudos
Message 8 of 9
(5,255 Views)
Message Edited by CKOMOPOX on 02-11-2010 04:40 AM
0 Kudos
Message 9 of 9
(5,227 Views)