05-22-2012 08:57 AM
I have a signal comes from a Photodiod array ( this photodiod array consists from 128 photodiod detector ) I want to build a VI to separate each signal comes from each photodiod alone ... I mean i want to get from the raw data which i got from the Photodiod 128 signals which represents the photodetectors. so can you help me , please ?
05-22-2012 09:01 AM
You have a one dimensional array of 128 elements and you want to view the value of each element?
05-22-2012 09:04 AM
If you are having 128 detectors and the array you are getting is of the size 128 means then each element will correspond to each detector ( Correct me if I am wrong ). If this is the case you can directly index the array and take. But my question is what you want to do by seperating the 128 elements?
05-22-2012 09:27 AM
I have recorded online signal from a people and this signal I want to separate it ... i tried to upload this signal , but the size is larger than allowed
05-22-2012 09:32 AM
This screen shot is the signal which i am dealing with it .
05-22-2012 09:38 AM
Ok how you are telling to seperate the signal depending on the detector?. Is there any order in which you get the data (like 128 element sets)? And also what do you mean by raw data? It would be easy to understand if you answer these questions.
05-22-2012 09:38 AM
have you got what I mean ?
05-22-2012 09:44 AM
I have set a hardware sensor which consists from two photodiods array TSL1401 and control these two by frequency clk and SDI which set them to read the signal coming from the tissue which i sent it from two different diods one red and another one infrared ... then after receiving the signal save it and like this ::::::: but the number of photodiods is 128 in each cycle
05-22-2012 09:46 AM
the raw data i mean by it the data i recorded directly from people
05-22-2012 10:30 AM
have you got it ?