-
Notifications
You must be signed in to change notification settings - Fork 881
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
Feature request: Select bit in "Interpretation" and jump to them in "analysis" #443
Comments
Did you try to set the pause threshold to 16 instead of 0? As the pause between actual messages is much greater than between sync and data I see no reason to disable message breaking entirely with pause threshold 0. |
i could and it will probably work but then i will have 4 messages (instead of 7):
The problem is that i will have preamble and sync+data and there is no point in comparing them, also i could not set a label as preamble and other as sync+data because they will be on the same line (again split message problem). |
Happy to be useful ^_^ |
I have tried using message types as suggested, and found a bug, opened here: #451 |
Awesome. glad it works for you. 👍 |
signal that i'm analyzing is visible here (#338):
I have a signal compossed by a preamble, a pause, sync+short pause+data, everything expect the preamble repeated equal three times.
I'd like to analyze it, so i recorded multiple messages with different temperatures and humidity values.
each recording is one trasmission/one pair of temp+hum
Problem: program split the message in multiple parts making the result simply useless.
Not-so-good-solution: disable message break on pause (set pause threshold =0)
new problem: in analysis i see a looong ammount of 0 since pause has been removed
new imperfect solution: use ZeroHide plugin, now everything is good, i only need to add labels like preamble, sync1, data1, sync2, data2, sync3, data3; and after set as visible only one data label (the fact that preamble and sync is always equal has been checked by hand long time ago)
problem: pauses have been removed so i have no idea where the sync start and end.
possible solution: this feature request :) i mark the sync part, jump to it in analysis, it will mark the whole sync so i see where it start and end and add a new label.
It would be nicer if there is a way to keep the pause in interpretation and also in analysis, but don't split the message on multiple lines!
some ideas:
all without going to new line
I LOVE THIS PROGRAM <3
it automate so many tasks so that the only thing that i have to do more than once is recording signals :)
if you find a way to keep the pause visible and not split on multiple lines so that i can add labels easily it will be perfect :)
The text was updated successfully, but these errors were encountered: