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

Signal processing #74

Open
smilezxq opened this issue Oct 31, 2024 · 0 comments
Open

Signal processing #74

smilezxq opened this issue Oct 31, 2024 · 0 comments

Comments

@smilezxq
Copy link

@ArthurOuaknine You guys did a wonderful job! I have one question about your signal processing part as following:

frame0 = np.reshape(adc0[0::2] + 1j*adc0[1::2], (self.numSamplePerChirp,self.numRxPerChip, self.numChirps), order ='F').transpose((0,2,1))

Why should we transform ADC data to complex form like this way?
Thank you!

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

1 participant