473,386 Members | 1,779 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Octet String Conversion

Guys i'm using a software to monitor the signal over noise factor of a traffic ...
The result is given under two formats ..
First an octet string
Second a decibel number

my question how can i jumo from the first to the second .. what's the relation ? doesn anyone know ? without progrmming it ..

Exemple:
In octet string : 31 32 2E 32 30
In Decibel : 12.017 dB
Jul 22 '08 #1
2 6252
r035198x
13,262 8TB
What does the documentation for your software say?
A decibel is nothing more than just a ratio between two quantities while an octet string is just a string composed of eight-bit quanties.
Jul 22 '08 #2
JosAH
11,448 Expert 8TB
Guys i'm using a software to monitor the signal over noise factor of a traffic ...
The result is given under two formats ..
First an octet string
Second a decibel number

my question how can i jumo from the first to the second .. what's the relation ? doesn anyone know ? without progrmming it ..

Exemple:
In octet string : 31 32 2E 32 30
In Decibel : 12.017 dB
If I interpret that octet string as ASCII (or UTF-8) it reads "12.20". Is that a coincidence? If not, one of the String constructors can do the job.

kind regards,

Jos
Jul 22 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Matthew | last post by:
I am working on some software that uses SNMP to get information from routers and switches. I am using the pysnmp module (v2.0.8) to do the snmp part. The problem that I am having is that when I...
10
by: Marcin Kalicinski | last post by:
Why string literals are regarded as char * not as const char *? (1) void f(char *); (2) void f(const char *); f("foo") will call version (1) of function f. I understand that the exact type...
1
by: AstroDrabb | last post by:
I am trying to update some Active Directory attributes in C#. The C# app creates new computer objects and then populates some attributes. However, I am having problems with one attribute named...
2
by: CVerma | last post by:
I'm using an html input control (System.web.UI.HTMLControls.HTMLInputFile) to upload files such as msword, excel, jpg, and pdf. I have the encType property set in the form:...
1
by: Guoqi Zheng | last post by:
Dear sir, I am not fully understand the meaning of octet. For example, if I have a string contains unicode data of some Chinese characters, how can I convert it to an array of octet? Thanks...
7
by: wenmang | last post by:
Hi all, I have a confusion for representation of hex number: For an unsigned long long number, its max value is: unsigned long long maxNum = 18446744073709551615; if I do: printf("max uint64_t...
0
by: mylog | last post by:
Hi, I am facing a problem regarding the application/octet-stream.I have written a code that downloads a file stored in the App_Data folder to C:/files/ folder and now what problem I am facing is...
6
by: itgaurav198 | last post by:
Hi, Is it possible to convert a string in "Binary Octet String".?Also, if possible, please make clear what "Binary Octet String" is. Thanks
2
by: DragonLord | last post by:
Hi guys, I am curently working with ADAM and AZMAN and I would like to store the users passord in the ADAM database. However it is of type Octet String. Being knew to the world of C# I have no...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.