Audio Conversion With ADS1243Line level audio and muxingData communication via audio channelHow exactly do USB audio interfaces interface with a computer? (specifically ADC)Converting analog stereo to digital stereoHow to design a single-ended to differential converter with audio transformer?How to convert 4 wire speaker level output to 3 wire line levelConvert PWM to Analog using a DAC chip in order to emulate a Potentiometer for audioAudio Switch Board GroundingUnbalanced to balanced audio signal conversionInterfacing audio ADC WITH PIC32MX250128B
Why is the sentence "Das ist eine Nase" correct?
How to travel to Japan while expressing milk?
Placement of More Information/Help Icon button for Radio Buttons
Forgetting the musical notes while performing in concert
Notepad++ delete until colon for every line with replace all
What is required to make GPS signals available indoors?
In Bayesian inference, why are some terms dropped from the posterior predictive?
What is the fastest integer factorization to break RSA?
Why didn't Boeing produce its own regional jet?
How can saying a song's name be a copyright violation?
ssTTsSTtRrriinInnnnNNNIiinngg
What Exploit Are These User Agents Trying to Use?
Can someone clarify Hamming's notion of important problems in relation to modern academia?
How can a day be of 24 hours?
Car headlights in a world without electricity
Fair gambler's ruin problem intuition
My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?
One verb to replace 'be a member of' a club
how do we prove that a sum of two periods is still a period?
Is this answer explanation correct?
Is there a hemisphere-neutral way of specifying a season?
How do I exit BASH while loop using modulus operator?
How does a dynamic QR code work?
Does int main() need a declaration on C++?
Audio Conversion With ADS1243
Line level audio and muxingData communication via audio channelHow exactly do USB audio interfaces interface with a computer? (specifically ADC)Converting analog stereo to digital stereoHow to design a single-ended to differential converter with audio transformer?How to convert 4 wire speaker level output to 3 wire line levelConvert PWM to Analog using a DAC chip in order to emulate a Potentiometer for audioAudio Switch Board GroundingUnbalanced to balanced audio signal conversionInterfacing audio ADC WITH PIC32MX250128B
$begingroup$
How can I use the TI ADS1243 8-channel ADC to convert a line-level audio signal (ideally balanced) to a digital 24-bit (as stated on data-sheet) stream.
audio texas-instruments
$endgroup$
add a comment |
$begingroup$
How can I use the TI ADS1243 8-channel ADC to convert a line-level audio signal (ideally balanced) to a digital 24-bit (as stated on data-sheet) stream.
audio texas-instruments
$endgroup$
add a comment |
$begingroup$
How can I use the TI ADS1243 8-channel ADC to convert a line-level audio signal (ideally balanced) to a digital 24-bit (as stated on data-sheet) stream.
audio texas-instruments
$endgroup$
How can I use the TI ADS1243 8-channel ADC to convert a line-level audio signal (ideally balanced) to a digital 24-bit (as stated on data-sheet) stream.
audio texas-instruments
audio texas-instruments
asked 2 days ago
James ConwayJames Conway
1317
1317
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
You can't. The datasheet is surprisingly vague on this point, but this is a low-speed ADC, intended for instrumentation applications. The analog bandwidth is just a few tens of Hz at most.
$endgroup$
add a comment |
$begingroup$
You don't.
The ADS1243 datasheet gives an analog bandwidth of maximum 14.6 Hz.
That's well below what anyone would normally call audio.
The ADS1243 is intended for high resolution sampling of slow changing measurements - the datasheet mentions weight scales and blood analysis as intended uses.
Certainly nothing about using it in a stereo system.
There are multichannel 24 bit audio codecs out there. The ADS1243 isn't one of them, though.
$endgroup$
$begingroup$
Do you know of any "multichannel 24 bit audio codecs"
$endgroup$
– James Conway
2 days ago
1
$begingroup$
Google barfed up a long list when I used that search term. Also, check Mouser or Digikey using those keywords. I've never built anything that needed such a beast.
$endgroup$
– JRE
2 days ago
2
$begingroup$
Something like this is the wildest I've ever used. Also low speed. The biggest difficulty you will have is in actually making use of 24 bits. It can be a challenge to keep noise and crosstalk down to the point that those 24 bits represent signal instead of noise.
$endgroup$
– JRE
2 days ago
$begingroup$
Something like mouser.co.uk/Texas-Instruments/Semiconductors/Interface-ICs/… be suitable?
$endgroup$
– James Conway
2 days ago
$begingroup$
@JamesConway That looks like an appropriate choice to me.
$endgroup$
– Alex Hajnal
2 days ago
add a comment |
$begingroup$
The ADS1234 is a part designed for use in low bandwidth high resolution sensor sampling applications. In particular bridge style sensors are supported where gain is applied to the sensor reading and even 50/60 Hz filtering is performed. It indicates right in the "Features" section of the data sheet that signal sample rates of 10 or 80 samples per second are supported.
Audio sampling on the other hand is done at much higher rates. High performance audio sampling for CD is typically done at 44.1kHz and DVD at 48kHz. So as you can see, this device is not at all suitable for what you intend.
$endgroup$
1
$begingroup$
Okay, I have to ask, how did you do that cut effect in your image there? Do you use some screenshot software that automates it, or did you do it manually?
$endgroup$
– Hearth
2 days ago
$begingroup$
@Hearth - It is done manually in Microsoft Paint program. I could describe the steps that make it easy to if you are really interested.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
Nah, I can see how to do it manually. I was just wondering if you had some quick and easy way to do it. Thanks!
$endgroup$
– Hearth
2 days ago
$begingroup$
Well my technique does not require me to do tedious manual erase of the text.
$endgroup$
– Michael Karas
2 days ago
add a comment |
$begingroup$
From the datasheet
When a 2.4576MHz crystal is used, the device can be programmed for an output data rate of 15Hz, 7.5Hz, or 3.75Hz. Under these conditions, the digital filter rejects both 50Hz and 60Hz interference.
With a maximum datarate of 15Hz, I think you can kiss audio goodbye
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
);
);
, "mathjax-editing");
StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "135"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f429949%2faudio-conversion-with-ads1243%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can't. The datasheet is surprisingly vague on this point, but this is a low-speed ADC, intended for instrumentation applications. The analog bandwidth is just a few tens of Hz at most.
$endgroup$
add a comment |
$begingroup$
You can't. The datasheet is surprisingly vague on this point, but this is a low-speed ADC, intended for instrumentation applications. The analog bandwidth is just a few tens of Hz at most.
$endgroup$
add a comment |
$begingroup$
You can't. The datasheet is surprisingly vague on this point, but this is a low-speed ADC, intended for instrumentation applications. The analog bandwidth is just a few tens of Hz at most.
$endgroup$
You can't. The datasheet is surprisingly vague on this point, but this is a low-speed ADC, intended for instrumentation applications. The analog bandwidth is just a few tens of Hz at most.
edited 2 days ago
answered 2 days ago
Dave Tweed♦Dave Tweed
123k9152265
123k9152265
add a comment |
add a comment |
$begingroup$
You don't.
The ADS1243 datasheet gives an analog bandwidth of maximum 14.6 Hz.
That's well below what anyone would normally call audio.
The ADS1243 is intended for high resolution sampling of slow changing measurements - the datasheet mentions weight scales and blood analysis as intended uses.
Certainly nothing about using it in a stereo system.
There are multichannel 24 bit audio codecs out there. The ADS1243 isn't one of them, though.
$endgroup$
$begingroup$
Do you know of any "multichannel 24 bit audio codecs"
$endgroup$
– James Conway
2 days ago
1
$begingroup$
Google barfed up a long list when I used that search term. Also, check Mouser or Digikey using those keywords. I've never built anything that needed such a beast.
$endgroup$
– JRE
2 days ago
2
$begingroup$
Something like this is the wildest I've ever used. Also low speed. The biggest difficulty you will have is in actually making use of 24 bits. It can be a challenge to keep noise and crosstalk down to the point that those 24 bits represent signal instead of noise.
$endgroup$
– JRE
2 days ago
$begingroup$
Something like mouser.co.uk/Texas-Instruments/Semiconductors/Interface-ICs/… be suitable?
$endgroup$
– James Conway
2 days ago
$begingroup$
@JamesConway That looks like an appropriate choice to me.
$endgroup$
– Alex Hajnal
2 days ago
add a comment |
$begingroup$
You don't.
The ADS1243 datasheet gives an analog bandwidth of maximum 14.6 Hz.
That's well below what anyone would normally call audio.
The ADS1243 is intended for high resolution sampling of slow changing measurements - the datasheet mentions weight scales and blood analysis as intended uses.
Certainly nothing about using it in a stereo system.
There are multichannel 24 bit audio codecs out there. The ADS1243 isn't one of them, though.
$endgroup$
$begingroup$
Do you know of any "multichannel 24 bit audio codecs"
$endgroup$
– James Conway
2 days ago
1
$begingroup$
Google barfed up a long list when I used that search term. Also, check Mouser or Digikey using those keywords. I've never built anything that needed such a beast.
$endgroup$
– JRE
2 days ago
2
$begingroup$
Something like this is the wildest I've ever used. Also low speed. The biggest difficulty you will have is in actually making use of 24 bits. It can be a challenge to keep noise and crosstalk down to the point that those 24 bits represent signal instead of noise.
$endgroup$
– JRE
2 days ago
$begingroup$
Something like mouser.co.uk/Texas-Instruments/Semiconductors/Interface-ICs/… be suitable?
$endgroup$
– James Conway
2 days ago
$begingroup$
@JamesConway That looks like an appropriate choice to me.
$endgroup$
– Alex Hajnal
2 days ago
add a comment |
$begingroup$
You don't.
The ADS1243 datasheet gives an analog bandwidth of maximum 14.6 Hz.
That's well below what anyone would normally call audio.
The ADS1243 is intended for high resolution sampling of slow changing measurements - the datasheet mentions weight scales and blood analysis as intended uses.
Certainly nothing about using it in a stereo system.
There are multichannel 24 bit audio codecs out there. The ADS1243 isn't one of them, though.
$endgroup$
You don't.
The ADS1243 datasheet gives an analog bandwidth of maximum 14.6 Hz.
That's well below what anyone would normally call audio.
The ADS1243 is intended for high resolution sampling of slow changing measurements - the datasheet mentions weight scales and blood analysis as intended uses.
Certainly nothing about using it in a stereo system.
There are multichannel 24 bit audio codecs out there. The ADS1243 isn't one of them, though.
answered 2 days ago
JREJRE
23k53875
23k53875
$begingroup$
Do you know of any "multichannel 24 bit audio codecs"
$endgroup$
– James Conway
2 days ago
1
$begingroup$
Google barfed up a long list when I used that search term. Also, check Mouser or Digikey using those keywords. I've never built anything that needed such a beast.
$endgroup$
– JRE
2 days ago
2
$begingroup$
Something like this is the wildest I've ever used. Also low speed. The biggest difficulty you will have is in actually making use of 24 bits. It can be a challenge to keep noise and crosstalk down to the point that those 24 bits represent signal instead of noise.
$endgroup$
– JRE
2 days ago
$begingroup$
Something like mouser.co.uk/Texas-Instruments/Semiconductors/Interface-ICs/… be suitable?
$endgroup$
– James Conway
2 days ago
$begingroup$
@JamesConway That looks like an appropriate choice to me.
$endgroup$
– Alex Hajnal
2 days ago
add a comment |
$begingroup$
Do you know of any "multichannel 24 bit audio codecs"
$endgroup$
– James Conway
2 days ago
1
$begingroup$
Google barfed up a long list when I used that search term. Also, check Mouser or Digikey using those keywords. I've never built anything that needed such a beast.
$endgroup$
– JRE
2 days ago
2
$begingroup$
Something like this is the wildest I've ever used. Also low speed. The biggest difficulty you will have is in actually making use of 24 bits. It can be a challenge to keep noise and crosstalk down to the point that those 24 bits represent signal instead of noise.
$endgroup$
– JRE
2 days ago
$begingroup$
Something like mouser.co.uk/Texas-Instruments/Semiconductors/Interface-ICs/… be suitable?
$endgroup$
– James Conway
2 days ago
$begingroup$
@JamesConway That looks like an appropriate choice to me.
$endgroup$
– Alex Hajnal
2 days ago
$begingroup$
Do you know of any "multichannel 24 bit audio codecs"
$endgroup$
– James Conway
2 days ago
$begingroup$
Do you know of any "multichannel 24 bit audio codecs"
$endgroup$
– James Conway
2 days ago
1
1
$begingroup$
Google barfed up a long list when I used that search term. Also, check Mouser or Digikey using those keywords. I've never built anything that needed such a beast.
$endgroup$
– JRE
2 days ago
$begingroup$
Google barfed up a long list when I used that search term. Also, check Mouser or Digikey using those keywords. I've never built anything that needed such a beast.
$endgroup$
– JRE
2 days ago
2
2
$begingroup$
Something like this is the wildest I've ever used. Also low speed. The biggest difficulty you will have is in actually making use of 24 bits. It can be a challenge to keep noise and crosstalk down to the point that those 24 bits represent signal instead of noise.
$endgroup$
– JRE
2 days ago
$begingroup$
Something like this is the wildest I've ever used. Also low speed. The biggest difficulty you will have is in actually making use of 24 bits. It can be a challenge to keep noise and crosstalk down to the point that those 24 bits represent signal instead of noise.
$endgroup$
– JRE
2 days ago
$begingroup$
Something like mouser.co.uk/Texas-Instruments/Semiconductors/Interface-ICs/… be suitable?
$endgroup$
– James Conway
2 days ago
$begingroup$
Something like mouser.co.uk/Texas-Instruments/Semiconductors/Interface-ICs/… be suitable?
$endgroup$
– James Conway
2 days ago
$begingroup$
@JamesConway That looks like an appropriate choice to me.
$endgroup$
– Alex Hajnal
2 days ago
$begingroup$
@JamesConway That looks like an appropriate choice to me.
$endgroup$
– Alex Hajnal
2 days ago
add a comment |
$begingroup$
The ADS1234 is a part designed for use in low bandwidth high resolution sensor sampling applications. In particular bridge style sensors are supported where gain is applied to the sensor reading and even 50/60 Hz filtering is performed. It indicates right in the "Features" section of the data sheet that signal sample rates of 10 or 80 samples per second are supported.
Audio sampling on the other hand is done at much higher rates. High performance audio sampling for CD is typically done at 44.1kHz and DVD at 48kHz. So as you can see, this device is not at all suitable for what you intend.
$endgroup$
1
$begingroup$
Okay, I have to ask, how did you do that cut effect in your image there? Do you use some screenshot software that automates it, or did you do it manually?
$endgroup$
– Hearth
2 days ago
$begingroup$
@Hearth - It is done manually in Microsoft Paint program. I could describe the steps that make it easy to if you are really interested.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
Nah, I can see how to do it manually. I was just wondering if you had some quick and easy way to do it. Thanks!
$endgroup$
– Hearth
2 days ago
$begingroup$
Well my technique does not require me to do tedious manual erase of the text.
$endgroup$
– Michael Karas
2 days ago
add a comment |
$begingroup$
The ADS1234 is a part designed for use in low bandwidth high resolution sensor sampling applications. In particular bridge style sensors are supported where gain is applied to the sensor reading and even 50/60 Hz filtering is performed. It indicates right in the "Features" section of the data sheet that signal sample rates of 10 or 80 samples per second are supported.
Audio sampling on the other hand is done at much higher rates. High performance audio sampling for CD is typically done at 44.1kHz and DVD at 48kHz. So as you can see, this device is not at all suitable for what you intend.
$endgroup$
1
$begingroup$
Okay, I have to ask, how did you do that cut effect in your image there? Do you use some screenshot software that automates it, or did you do it manually?
$endgroup$
– Hearth
2 days ago
$begingroup$
@Hearth - It is done manually in Microsoft Paint program. I could describe the steps that make it easy to if you are really interested.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
Nah, I can see how to do it manually. I was just wondering if you had some quick and easy way to do it. Thanks!
$endgroup$
– Hearth
2 days ago
$begingroup$
Well my technique does not require me to do tedious manual erase of the text.
$endgroup$
– Michael Karas
2 days ago
add a comment |
$begingroup$
The ADS1234 is a part designed for use in low bandwidth high resolution sensor sampling applications. In particular bridge style sensors are supported where gain is applied to the sensor reading and even 50/60 Hz filtering is performed. It indicates right in the "Features" section of the data sheet that signal sample rates of 10 or 80 samples per second are supported.
Audio sampling on the other hand is done at much higher rates. High performance audio sampling for CD is typically done at 44.1kHz and DVD at 48kHz. So as you can see, this device is not at all suitable for what you intend.
$endgroup$
The ADS1234 is a part designed for use in low bandwidth high resolution sensor sampling applications. In particular bridge style sensors are supported where gain is applied to the sensor reading and even 50/60 Hz filtering is performed. It indicates right in the "Features" section of the data sheet that signal sample rates of 10 or 80 samples per second are supported.
Audio sampling on the other hand is done at much higher rates. High performance audio sampling for CD is typically done at 44.1kHz and DVD at 48kHz. So as you can see, this device is not at all suitable for what you intend.
answered 2 days ago
Michael KarasMichael Karas
45k348105
45k348105
1
$begingroup$
Okay, I have to ask, how did you do that cut effect in your image there? Do you use some screenshot software that automates it, or did you do it manually?
$endgroup$
– Hearth
2 days ago
$begingroup$
@Hearth - It is done manually in Microsoft Paint program. I could describe the steps that make it easy to if you are really interested.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
Nah, I can see how to do it manually. I was just wondering if you had some quick and easy way to do it. Thanks!
$endgroup$
– Hearth
2 days ago
$begingroup$
Well my technique does not require me to do tedious manual erase of the text.
$endgroup$
– Michael Karas
2 days ago
add a comment |
1
$begingroup$
Okay, I have to ask, how did you do that cut effect in your image there? Do you use some screenshot software that automates it, or did you do it manually?
$endgroup$
– Hearth
2 days ago
$begingroup$
@Hearth - It is done manually in Microsoft Paint program. I could describe the steps that make it easy to if you are really interested.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
Nah, I can see how to do it manually. I was just wondering if you had some quick and easy way to do it. Thanks!
$endgroup$
– Hearth
2 days ago
$begingroup$
Well my technique does not require me to do tedious manual erase of the text.
$endgroup$
– Michael Karas
2 days ago
1
1
$begingroup$
Okay, I have to ask, how did you do that cut effect in your image there? Do you use some screenshot software that automates it, or did you do it manually?
$endgroup$
– Hearth
2 days ago
$begingroup$
Okay, I have to ask, how did you do that cut effect in your image there? Do you use some screenshot software that automates it, or did you do it manually?
$endgroup$
– Hearth
2 days ago
$begingroup$
@Hearth - It is done manually in Microsoft Paint program. I could describe the steps that make it easy to if you are really interested.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
@Hearth - It is done manually in Microsoft Paint program. I could describe the steps that make it easy to if you are really interested.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
Nah, I can see how to do it manually. I was just wondering if you had some quick and easy way to do it. Thanks!
$endgroup$
– Hearth
2 days ago
$begingroup$
Nah, I can see how to do it manually. I was just wondering if you had some quick and easy way to do it. Thanks!
$endgroup$
– Hearth
2 days ago
$begingroup$
Well my technique does not require me to do tedious manual erase of the text.
$endgroup$
– Michael Karas
2 days ago
$begingroup$
Well my technique does not require me to do tedious manual erase of the text.
$endgroup$
– Michael Karas
2 days ago
add a comment |
$begingroup$
From the datasheet
When a 2.4576MHz crystal is used, the device can be programmed for an output data rate of 15Hz, 7.5Hz, or 3.75Hz. Under these conditions, the digital filter rejects both 50Hz and 60Hz interference.
With a maximum datarate of 15Hz, I think you can kiss audio goodbye
$endgroup$
add a comment |
$begingroup$
From the datasheet
When a 2.4576MHz crystal is used, the device can be programmed for an output data rate of 15Hz, 7.5Hz, or 3.75Hz. Under these conditions, the digital filter rejects both 50Hz and 60Hz interference.
With a maximum datarate of 15Hz, I think you can kiss audio goodbye
$endgroup$
add a comment |
$begingroup$
From the datasheet
When a 2.4576MHz crystal is used, the device can be programmed for an output data rate of 15Hz, 7.5Hz, or 3.75Hz. Under these conditions, the digital filter rejects both 50Hz and 60Hz interference.
With a maximum datarate of 15Hz, I think you can kiss audio goodbye
$endgroup$
From the datasheet
When a 2.4576MHz crystal is used, the device can be programmed for an output data rate of 15Hz, 7.5Hz, or 3.75Hz. Under these conditions, the digital filter rejects both 50Hz and 60Hz interference.
With a maximum datarate of 15Hz, I think you can kiss audio goodbye
answered 2 days ago
Neil_UKNeil_UK
78.5k284181
78.5k284181
add a comment |
add a comment |
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f429949%2faudio-conversion-with-ads1243%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown