10-15-2012 02:09 PM
Hi,
How can i perform zero-padding to graph at labview( block diagram )?
10-15-2012 03:33 PM - edited 10-15-2012 03:34 PM
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.
10-15-2012 03:45 PM
Thanks but could you please show block diagram?
10-16-2012 07:44 AM - edited 10-16-2012 07:44 AM
Here you go
10-16-2012 01:30 PM
thanks again