02-02-2006 08:57 AM
Kevin,
The vi moves whole rows. What about individual elements ?
02-02-2006 10:48 AM
I'm not sure quite what you're asking. If some elements can remain in their original position, you can just make sure that the values of the map array at those indices are equal to the index value. That'll map them right back to the same place.
If instead there are only a few elements that need to be changed at all and most of them remain in their original position, the mapping can probably be done more efficiently a different way. For example, the mapping array would have elements that are a cluster of 'source' and 'destination' index values. Then you would auto-index on the mapping array, and only operate on values that need to be moved.
Generally, try some things out. Experiment. Get to understand how the mapping works. Maybe you need to do something different than I guessed, but hopefully I've at least illustrated a way to begin thinking about a solution...
-Kevin P.
10-11-2007 03:15 PM
@Clint Eastwood wrote:Let me revisit the undersampling and get back to you. Can you check this Discussion Grp periodically ?
Clint E.
10-12-2007 05:37 AM
10-12-2007 06:26 AM
10-15-2007 12:53 PM
Hi Starfox,
I just wanted to let you know that I am the AE monitoring this thread. If you have any difficulties with Clint Eastwood’s suggestions, please post back. Have a great day!
10-16-2007 05:20 AM
Hi Ryan ( again !),
Do you remember this project ?? Did we oversample or undersample ?? I think I undersampled because of the amount of cards/channels. Undersampling would have made sense.
10-17-2007 05:18 PM
Hello everyone,
I’m actually a different Ryan! I have read through this thread, though, so I’m familiar with the project. Clint, you undersampled your signal.
Reply number 29 of 47 on page 3 by Kevin Price thoroughly explains how to undersample a signal. Also, reply number 22 of 47 on page 3 by Ryan V explains that M Series boards, in this case the 6225, only have one ADC and therefore have multiplexed input. This was the reason Clint needed to undersample. I recommend reading those posts and the rest of this thread, since there was some excellent discussion and a desirable solution was reached.
Have a great day!