07-16-2023 03:04 AM
I am finding sinad of signal. When I am using MATLAB function of sinad it gives its sinad to be 68dB and when I am using labview sinad block it gives its sinad to be 45dB. Can u please guide what could be possible reason ? I have changed export mode to every option available but it still gives the same. I have also changed advance search option. Still no change.
07-16-2023 03:33 AM
You have not show us how you are using LabVIEW. We can't even tell what result (68 or 45) you consider correct.
Can you attach your VI and some typical data?
07-16-2023 04:46 AM
Actually 68db is much closer and better result. What actually I am doing is. I have the file of data acquired saved as excel format. Now I uploaded that file in MATLAB and used a function X= sinad(y,Fs) . And same I am doing on labview . I am uploading the excel file and getting it's waveform and then using sinad block simply to get the sinad. Now in labview I am not setting any Fs before getting the sinad because I don't know how to set that.
07-16-2023 04:59 AM
Since you are a new member of the LabVIEW Forum, you might not know how best to help us help you.
Please:
Bob Schor
07-16-2023 11:30 AM
@77hybbr wrote:
Actually 68db is much closer and better result. What actually I am doing is. I have the file of data acquired saved as excel format. Now I uploaded that file in MATLAB and used a function X= sinad(y,Fs) . And same I am doing on labview . I am uploading the excel file and getting it's waveform and then using sinad block simply to get the sinad. Now in labview I am not setting any Fs before getting the sinad because I don't know how to set that.
Depending on your implementation the Fs is set as dt when you read the signal as Analog Waveform.