Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about fs, t and data length in checker2 data #1

Open
binlbl opened this issue Jul 16, 2024 · 3 comments
Open

Question about fs, t and data length in checker2 data #1

binlbl opened this issue Jul 16, 2024 · 3 comments

Comments

@binlbl
Copy link

binlbl commented Jul 16, 2024

Dear Sir,

What is the meaning of fs, t in the checker2 data of MICCAI 2023 ?
I found fs to be 10778653, while 1/(t(2)-t(1)) is 86229224 and is 8 times of fs,
And the iq data length (925) is the same length as t, does it mean that the sampling rate for iq data is actually 86229224 instead?

fs and iq data are sent to das subroutine, why not use 1/(t(2)-t(1)) as the sampling rate?

Thank you very much!

@waltsims
Copy link
Owner

Hey @binlbl,

thanks for your question. fs is the sampling frequency of the decimated baseband iqdtata. The iqdata has been downshifted to baseband and decimated to save space. As you have noticed, the "downsampling factor" dsf is 8. The original sampling frequency before downshifting and decimation was fs_org = fs * dsf is 86229224. The downsample and decimated date are accounted for in the baseband interpolateor when sampling the data.

I hope this explanation helps.

Best,
Walter

@binlbl
Copy link
Author

binlbl commented Jul 17, 2024

Thanks, can I ask what is ‘t’? 1/(t(2)-t(1)) is not equal to fs.

fs_org = fs * dsf is 86229224.

@waltsims
Copy link
Owner

Nice catch! It looks like that value is erroneous but not used in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants