Ensemble average

Signal acquisition, processing and output
pescecannuccia
beginner
beginner
Сообщения: 24
Зарегистрирован: 28 янв 2013, 14:47
Версия LabVIEW: 2012
Контактная информация:

Re: Ensemble average

Сообщение pescecannuccia »

I found the answer by myself; it is the routine of labview.
Thank you very much for your help mzu2006.
Аватара пользователя
mzu2006

Professionalism Tutorials Black
doctor
doctor
Сообщения: 2456
Зарегистрирован: 16 авг 2008, 02:12
Награды: 3
Версия LabVIEW: 7.1 10 11 12
Откуда: St-Petersburg (RU), Phila, Boston, Washington DC
Контактная информация:

Re: Ensemble average

Сообщение mzu2006 »

You're welcome. This is the way LabVIEW stores arrays in memory: the fastest changing index is column. In order to get a continuous chunk of memory you have to get row-by-row. If you want column-by-column you can insert "Transpose" before the auto-indexing terminal of the loop.
Ответить

Вернуться в «Signal processing»