from Histogram to XY graph?
from Histogram to XY graph?
(OP)
Hove to connect Histogram outputs: h(x) and X Values to XY graph?
Which diagram element to use and where is it?
Which diagram element to use and where is it?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
from Histogram to XY graph?
|
RE: from Histogram to XY graph?
X data goes into upper half of bundle
h(X) data wired into lower half of bundle.
Wire output of bundle to XY graph.
You do not need to wire the middle portion of the bundle function (used for pre-defined cluster constants)
That about bundles it up :)
Wheels within wheels / In a spiral array
A pattern so grand / And complex
Time after time / We lose sight of the way
Our causes can't see / Their effects.
RE: from Histogram to XY graph?
Thank you for yours time;…
I don’t wont to disturb but I have more problems:
I watch sinus signal from the SINE PATERN on the WAVE FORM GRAPH. And I have 16 points of samples. I don't know hove to use ARRAY to see this samples in number values.
I’ll tray to express me more specifically: I need this numbers for calculate values of standard deviation and variance for comparre it with labView results. So I need 16 “y” values of sampling points on the sinus wave signal in number.
I can’t do that.
I have these errors:
Front panel errors:
Array ‘ array’ : control has undefined type
Block diagrams errors:
Array size: contains unwired or bad terminal
You have connected two terminals of different types.
Thanks