LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

zerro-padding application to graph

Hi,

 

How can i perform zero-padding to graph at labview( block diagram )? 

0 Kudos
Message 1 of 5
(2,352 Views)

Your question isn't very clear, but I'll take shot:

 

Initialize an array with the total number of data points (including padding) with zeros.  Then, use replace array subset to insert your actual data.  Based on the insertion point, you can pad with zeros before or after.

 

 

If this doesn't help, please post your code.

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 5
(2,339 Views)

Thanks but could you please show block diagram?

0 Kudos
Message 3 of 5
(2,332 Views)

Here you go

 

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 4 of 5
(2,307 Views)

thanks again

0 Kudos
Message 5 of 5
(2,297 Views)