LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can ı fixed pdf (probability density func.) in labview

Hello ,

I did a study for the probability density function. In this study, my teacher asked me to edit some things. First of all, PDF graph should change direction, that is, amplitude and time will change places. How can I do this?
Secondly, when the noise is 0, there is a mistake in the pdf graph and it asked me to find it, but I couldn't find what was wrong. Can you help me ? What is the problem and how can I fix it?

I have attached my project as an attachment.

 

Thank you so much 

0 Kudos
Message 1 of 2
(986 Views)

Well, maybe start with the learning resources listed at the top of the forum.

 

This code is ancient (LabVIEW 8.6)! Do you know who wrote it? How much LabVIEW experience do you have?

 

To swap the axes, all you need is change the x and y inputs and relabel.

If the noise is zero, you get all zeroes. What else do you expect. Please define your term "mistake".

 

There are serious flaws, some points:

  • terminals without labels.
  • no toplevel loop! (Is the user supposed to use the continuous run button???? Bad!)
  • No obvious timing.
  • What's the point of taking the derivative of the integral?
  • What's the purpose of the FOR loop?
  • What's the point of bundling followed by unbundling?
  • .etc.etc.
0 Kudos
Message 2 of 2
(951 Views)