LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Deign

hello Sir ,

Sorry for disturbing again I have used the PtByPt Mean as shown below but its not accepting the inputpt.PNG

0 Kudos
Message 11 of 19
(1,113 Views)

Hi Gowtham,

 

did you read the help for that mean function?

 

It does accept only scalar inputs so you need to place it in a loop to handle your Y data array.

And you should not reset it with each call as you do now.

I also used it to smooth the PSD output instead of its input data…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 19
(1,112 Views)

Hello Sir

I have done as per you said but still I'm not getting as yours output find the attached viptbypt.PNG

0 Kudos
Message 13 of 19
(1,108 Views)

Hello Sir

I have to generate 0.2v of white noise so I have given Standard deviation as 0.2 is that right...??

0 Kudos
Message 14 of 19
(1,107 Views)

Hi Gowtham,

 

I have done as per you said but still I'm not getting as yours output find the attached vi

I wrote:

And you should not reset it with each call as you do now.

I also used it to smooth the PSD output instead of its input data…

You still reset the Mean function all the time and you filter the PSD input instead of the output…

 

I have to generate 0.2v of white noise so I have given Standard deviation as 0.2 is that right...??

Apparently not right when you look at your waveform graphs…

How do you define "0.2 V of white noise"? (Again: what is your exact requirement?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 15 of 19
(1,104 Views)

Hello Sir,

Its like I want to generate a Gaussian White noise  of 0.2 Volts

0 Kudos
Message 16 of 19
(1,104 Views)

Hi Gowtham,

 

I want to generate a Gaussian White noise  of 0.2 Volts

Please define "0.2 V": RMS, max amplitude, peak-to-peak? Right now you only set the standard deviation…

 

On your VI: it also doesn't make (a lot of) sense to set the windowd length of the RunningAverage to your array size! Did you read the help for the RunningAverage and do you know how a RunningAverage works? (Wikipedia might be a godd source of information…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 17 of 19
(1,101 Views)

hello Sir,

I tried of smoothening the Noise after psd plot but the Psd output data is cluster of 3 elements so I thought of getting the waveform contents and then apply to the PtbyPt Mean but I am unable to get the Waveform Contents...??

0 Kudos
Message 18 of 19
(1,099 Views)

Hello Sir

0.2V of RMS

0 Kudos
Message 19 of 19
(1,096 Views)