取消
显示结果 
搜索替代 
您的意思是: 

Removing a DC offset from Dynamic Data Type

I am using the DAQ Assistant to read 6 channels from a PXI-6281.  The signals of interest are approximately 90mVAC (60Hz) with up to 250mV DC Offset.  Can I programmatically subtract the offset from the acquired signals.  I tried the Express filter to no avail.  

 

Thanks,

 

Frosty JG

0 项奖励
1 条消息(共 7 条)
4,132 次查看
If you want to subtract, the subtract function works pretty well.
0 项奖励
2 条消息(共 7 条)
4,124 次查看

Substracting an array from Dynamic Data Type bundle after DAQ Assistant doesn't work though. https://decibel.ni.com/content/docs/DOC-4441 provides a solution. Would you have a more simple and elegant solution?

0 项奖励
3 条消息(共 7 条)
4,065 次查看

What could be simpler or more elegant than an add/subtract function. Why would you subtract an array? You simply use a constant.

0 项奖励
4 条消息(共 7 条)
4,058 次查看

See pic of the vi (LabVIEW 8.5.1). After some time (from 2 to 20 hours of run time) a dt error comes up.

0 项奖励
5 条消息(共 7 条)
4,052 次查看

What is the error? Why don't you have the subtract function inside the case statement. Then you would not need that silly local variable.

0 项奖励
6 条消息(共 7 条)
4,048 次查看

Good call about the subtract.

Error -1802 Waveforms have different dt values

0 项奖励
7 条消息(共 7 条)
4,043 次查看