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

baseband filename template #1253

Open
rs1729 opened this issue Dec 16, 2023 · 2 comments
Open

baseband filename template #1253

rs1729 opened this issue Dec 16, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@rs1729
Copy link
Contributor

rs1729 commented Dec 16, 2023

Recording baseband, filename template $r would put "Unknown" in the filename:

const char* modeStr = "Unknown";

Can baseband be something else than IQ data? If not, perhaps "IQ" would be the better choice

        const char* modeStr = "IQ";

cf.
#1166 (comment)

@rs1729 rs1729 added the enhancement New feature or request label Dec 16, 2023
@AlexandreRouma
Copy link
Owner

The point of naming it "unknown" is because the r template represents the modulation of the recorded signal, and since it's recording baseband, that modulation is 'unknown'. Having "IQ" in the name would be redundant with the "baseband" recording type

@rs1729
Copy link
Contributor Author

rs1729 commented Dec 16, 2023

Yes, using $t_$y$M$d_$h$m$s_$f_$rit would be redundant. Using $rI wouldn't need $t anymore. When I choose "audio" it puts the (de)modulation in the filename. For baseband it puts "unknown". And if the "unknown" string would be set to an empty string for baseband, the filename would be something like "baseband_20231216_060000_400000000Hz_.wav", still including the "_" at the end.
With $y$M$d_$h$m$s_$f_$ra filename like "20231216_060000_400000000Hz_IQ.wav" would tell me, it is baseband. No modulation, just IQ data. The "audio" recordings with chosen demodulation would have different names.

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

No branches or pull requests

2 participants