01-30-2009 04:21 AM
hello Dan
Could you tell me in wich training you are ?
@+
Tinnitus
01-30-2009 08:50 AM - edited 01-30-2009 08:53 AM
Hello...
Sorry, I did not understand your question, "which training?"
Thanks
Dan07
01-30-2009 11:28 AM
sorry,
what is tou study level, technician, engineer, at school or at work
best regards
01-30-2009 12:49 PM
Hello,
I am a PhD student on medical sciences, but I have a great interest in data analysis. I am improving my Labview skill, but sometimes some basic math concepts are missed and I don't know how to solve the problem.
Concerning my answer about how to match the 34 values for mean and stdvs and the 34 spectrogram rows (after the removal of first and last row), may I accept as true that the first mean and stdv value will correspond to the first row of the spectrogram? In other words, the data used to generate the first row of spectrogram is the same that used for first mean and stdv results?
Thanks for your great attention
Dan07
01-30-2009 02:29 PM
I made a mistake on the last message:
"Concerning my question" its the correct.... I wrote "Concerning my answer"
Dan07
01-30-2009 05:00 PM
I am a PhD student on medical sciences, but I have a great interest in data analysis. I am improving my Labview skill, but sometimes some basic math concepts are missed and I don't know how to solve the problem.
isn't it a little bit dangerous for patients ?
here the explanation see on attached jpeg,
1 is window used by stft
2 window used with for loop
That is why you have 2 more rows in final array , the first and the last ...
See you
Tinnitus
01-30-2009 05:52 PM
Thanks for explanation. So, I can remove the first and last rows of the spectrogram, and match the 34 rows of the spectrogram with the 34 means and stdvs values: first row of spectrogram matchs with first mean value, second row of spectrogram matchs with second mean value..... all right?
Thanks
Dan07
01-30-2009 06:04 PM
02-01-2009 12:15 AM
Hello...
After all your help, the code its working properly now... the only doubt that I still have concerns the huge difference between the absolute values showed by specgram (matlab) and spectrogram (labview). The normalized values (%) are exactly the same, but the absolute values returned by specgram (matlab) are much greater (40x greater, or sometimes 200x greater). Do you have a idea about what might be happening?
Thanks
Dan07
02-01-2009 03:03 AM
hello Dan,
did you compare graphic or array values .
did you compare right after specgram function ? because if i remember well there was a CxC* in matlab code
did you implement same in labview code ? conjugate block is in numeric->complex->...
tell if this helps
@+
Tinnitus