11-27-2018 08:53 PM
How I can read Signal data from One file and apply filter with each Imaging plot and finally save format into current file?
11-27-2018 11:56 PM
Heeee... what?
Give more information on what you really want to do.
What file format are you talking about and what do you want to do with the graph data.
Benoit
11-28-2018 12:51 AM
The attached file is the format of Data File. My work is (i) Read Signal data (in attach file where Y1.....Yn) from this format of file (attached file).
This Y1,Y2........ Yn are actually THz amplitude data which we can get from Optical to Electrical signal conversion through A/D converter and Lock -in-Amplifier... I need to make array of this series of data.. X-axis and Y-axis actually indicate the positions of laser pointer in two-dimensional axes, with position changing the value changing (Indicate in the attach file like 0,1,2,3 for axis , value for Y-axis 0,0,0,0 respectively like this way) ..
to -initial time and dt- time Interval for each position changing (Attach file)...
My second work is (ii) After reading data of said format of file, apply Low-pass filter (Which I attached in the first question) with each Imaging Plot (with each position of laser pointer changing, each Imaging is established)..
And my final task is (iii) Save the said format of file into the current file..
How I can do this in LAbview.. Thank you for your so quick reply
11-28-2018 08:02 AM
I assume you already have some LabVIEW (note -- there is no such thing as LAbview) code, as you seem to be illustrating (with a picture of a hand-drawn data structure) something that looks like an array of LabVIEW Waveforms.
One thing that is very helpful to understand what you are trying to do is to post your LabVIEW code. Once we see the code, you can explain things in terms of explaining the array of waveforms in terms of multiple runs, varying the position of a laser pointer in two dimensions (we should be able to see this in the code).
You mention an "Imaging Plot" -- what is this? Is this a plot of one waveform as a function of time, or a 3-d plot of intensity (at some fixed time) as a function of X and Y?
You say you want to save the output "into the current file" -- do you want to add it to the end of the file, overwrite the file, write a second "Filtered" file?
Bob Schor
11-29-2018 01:26 AM
Please check the Labview program where I am working on it according to above description. But I think my thinking is going 100% or according to my previous description.
I am looking forward to hear from you, Bob and thank you for your so quick reply
11-29-2018 04:16 AM
As i understand you never used LabVIEW.
I suggest you to start reading some beginner LabVIEW books and do some trial on smaller things.
What you are trying to do is very basic stuff. it looks like it's your school project.
Benoit
11-29-2018 09:29 AM
Your code makes little sense, and certainly does not seem consistent with the confusing picture you posted.
Here is a suggestion:
Bob Schor
11-29-2018 08:00 PM
Thank you Mr. Bob for your clear instruction with cool headed reply, not losing patience even though my condition looks very bad. I am going to improve my basic to do it. Whenever I shall finish it, I shall return back with my project file according to your instruction.