10-11-2022 02:47 AM
DAQアシスタントから直接周波数解析して保存する方法を教えてほしいです.
可能であれば1分間ごとに周波数解析をする方法を教えてほしいです.
10-11-2022 04:57 AM
Hi Nishinobu,
@nishinobu wrote:
I would like to know how to perform frequency analysis directly from the DAQ Assistant and save it.
If possible, please tell me how to perform frequency analysis every minute.
You cannot do FFT "directly in the DAQAssistent".
You can apply a FFT on the samples you read from your DAQ device. I recommend to use plain DAQmx functions instead of that "DAQAssistent"…
Recommendation: when you post in the English LabVIEW board you should write your messages in English. There's a regional board for Japanese users when you want to write Japanese messages…
10-12-2022 10:56 PM
Thank you for your reply, Mr.GerdW.
It is possible to use DAQ mx.
I will check it out.
[Recommendation]
I made a mistake in the settings for this....
I will be careful next time.
Thank you very much.