LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convolution vi

Solved!
Go to solution

Just as an additional note, maybe saving you some time in your next project.

 

Let's look at the code you have posted:

  • index array is resizeable.
  • No need for dynamic data
  • etc.

Here's how identical code would look like cleaned up.

 

 

0 Kudos
Message 11 of 14
(1,511 Views)

I am so sorry. I thoought that I have understood what you said, but I do not!Smiley Sad

 

Can you please give more details (or vi) about this:  "take the subset from 25% to 75% of the output size to get the scaling correctly"

 

 

0 Kudos
Message 12 of 14
(1,497 Views)

Here's a quick example:

 

If the inputs are 1024 points, the output will be 2048 points. You need to take the subset starting with 512 and lenght 1024.

 

Download All
Message 13 of 14
(1,482 Views)

 

Very helpful. Thank you so much.

0 Kudos
Message 14 of 14
(1,438 Views)