D2G board sample duration

Announcements

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User18660
Level 1
Level 1
First question asked
Hi, I am using D2G board (doppler mode) to extract raw data to matlab for processing.

Using the function provided, I can get the 256 points IQ signal just like the time domain plot in infineon toolbox software.
But I would like to know what is the period/time duration that the 256 samples represent, since the x-axis of the plot is samples instead of time.
Where can I find it? Thanks.
0 Likes
1 Solution
User17566
Level 2
Level 2
First solution authored 5 replies posted First reply posted
If you know your sampling rate, then you can calculate the amount of time elapsed per sample (total_sampling_time = num_samples / sampling_rate). The interface should provide a way to retrieve and set your sampling rate.

View solution in original post

0 Likes
1 Reply
User17566
Level 2
Level 2
First solution authored 5 replies posted First reply posted
If you know your sampling rate, then you can calculate the amount of time elapsed per sample (total_sampling_time = num_samples / sampling_rate). The interface should provide a way to retrieve and set your sampling rate.
0 Likes