Friday, September 30, 2016

Stereophile Hatchets the Crystal Cable Arabesque Minissimo Diamond

This is kind of a follow up on my original article Stereophile - The Data Doesn't Lie and, to be honest, this is a tempest in a teacup as well. It's just one sentence that lit a fire under me.

First, I've never heard the Arabesque Minissimo, nor can I really morally justify the purchase of small home speakers that cost $20,000, whether from Crystal or Magico.

Even then I am nothing if not a hero for truth and justice so it was inevitable that the latest online review from Stereophile would completely piss me off. For the most part, it's a too crappy and short for a pair of speakers with such pedigree.

Stereophile Listening Tests 

The listening section is only one page, and very little devoted to actual music listening. Also, John Atkinson seems to write that he relies on test tones and his ears to tell "tonality" instead of oh, I don't know, music? I mean, your ears are for music, not test tones. If you have the gear, you don't need to be using test tones and aural guessing.

The biggest problem is that by JA's own admission, the speakers could not be placed optimally in his room. Instead of realizing there was significant "operator error" JA goes on to blame the speaker's and claims "treble tailoring" will only play nice with some music.

So what happened? Speaker/reviewer mismatch.

To have the maximum possible sensitivity and simplest crossover it seems that the Minissimo foregoes "baffle-step compensation" or BSC, and requires close wall placement. I have highlighted this region under the line in the chart at the left. This rising bass effect happens as the woofer's output goes from omni-directional to half space, and is related to the woofer and the baffle width. Notice it does not show up in his near field graphs...that's a whole other story of mess too long for this post. 

You might look at that and say "what a crappy speaker!" but you'd be wrong.  There's nothing wrong with designing a speaker for a specific environment, and we need more speakers that don't try to dominate your living room. This kind of design approach can yield exceptional results. Unlike almost all "high end" speakers, the Minissimo's were never designed to be a "one size fits all" model. They are ideal for a salon where discretely beautiful speakers could play wonderfully while leaving space for everything else. Listening to the Minissimo's in the middle of the room will sound like a mosquito orchestra, which seems to be just what happened.

JA rigidly reviewed them as middle-of-the-room stand mounts and blames the speaker when he should be blaming his closed mind and lack of understanding. With these measurements in hand, JA should have stopped or found a better place to listen to the Minissimos, or held of on publishing the review. Instead he attributed the weak response to the "tailored treble." His excuse that his furniture did not allow him to place the speakers correctly is the height of professional whinery. Either move them to the right place, or let some one who can and wants to them properly so. Don't compromise by writing a half-ass review with the speakers in a poor location.

The Bottom Line

The Crystal Cable Minissimo designers took truly refined components with a minimalist design aesthetic and made a high quality, beautiful looking pair that will stay out of your living space. Comparing the Minissimo to the slightly less expensive, but equally insensitive, Magico S1 Mk. II, the S1 requires much more floor space to sound it's best. To me, a small speaker that actually needs so much space is kind of a weird situation. On the other hand, the Minissimo is small (for a speaker with a 6" woofer) and perfectly happy to get cozy to the art on the wall.

With this in mind, if you are a music lover who wants top tier, beautiful speakers made from rare materials that don't take over your room I strongly encourage you to listen to them for yourself and pay no attention to the critic behind the curtain.

Saturday, August 20, 2016

Ubuntu Mytek Brooklyn DSD Setup Guide

Update August, 2018:

These instructions are still valid, but I've gotten direct DSD working as well.  Please visit my updated post here:




I'm happy to report that the Mytek Brooklyn DAC is not only great sounding but it's a real treat to set up with Ubuntu. Why would you care if you are an OSX or Windows person? Because it's really inexpensive to set up a music server with Ubuntu.  From under $100 Raspberri Pi 3 to my own mini box which was under $500. In all cases, an Ubuntu server competes very well with $2,000 or more dedicated streamers. 

One major feature that is missing from a lot of "audiophile" solutions is Android app support.  This is something we will overcome quite easily.

Also, since this is really a driverless installation, these instructions will probably work for any other modern USB 2.0 DAC that claims to be "driverless" for OSX and Linux. The catch will be in setting the right device (SL_SOUNDCARD, below) but that part is easy.

There is a known limitation. Currently Squeezelite only supports DoP, which is horribly bandwidth inefficient. DoP is DSD over PCM. It is not the same thing as direct or native DSD play.

It's not my code, but I'm working on it.

Introducton to the Logitech Media Server

There are a lot of Lunix music players out there, I'm going to go with the easiest one that gives me bit-perfect playback: Logitech Media Server 7.9 and Squeezelite.  You need at least 7.9 to get DSD player support as it's a fairly recent feature. I think it was introduced in 7.8, but I never tried it.

Originally developed for the highly regarded streamers created by Squeezebox and bought by Logitech, LMS has pretty much transcended Logitech AND Squeezebox and now has a robust and active Open Source development community. It's easy to use, convenient and free, and has Android and iPhone apps available. On Android I use Squeezer but on iPhone you can try the original controller app or SlimLibrary.

The one thing that is missing from LMS is a music management feature. It doesn't tag, organize, or do much else but play music. On the other hand, it does this VERY well and without complications. For this you'll have to find another application of which there are legion.

Also, LMS has fantastic and simple Internet radio discovery and playback. It's a real marvel in this manner for which on Linux I have no better alternative, nor do I want one.


Preparation

First, you must have Xubuntu/Ubuntu 14 or greater set up. I am on 16.04 LTS, but 14.04 LTS was identical.  If you have another Linux distro, see the link to the details, below. I will say in the past I used to run Fedora and LMS was one of the main reasons I quit it, so if that's your distro and this is difficult, you have my sympathies. May the gods have mercy on your heathen soul.

Decide where your music and playlists are going to be. I prefer to put public media in /opt, so:

cd /opt
sudo mkdir Music Playlist log
sudo chown bob:bob *

Replace "bob" with your user account name.  Notice we are creating a log directory as well.  This is where any messages from the player (squeezelite) will be put.

Server Installation

First, install LMS from the public repo.  There are only nightly builds but seem pretty stable. You'll find detailed instructions here.

I used this script:
url="http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=deb"
latest_lms=$(wget -q -O - "$url")
mkdir -p ~/sources
cd ~/sources
wget $latest_lms
lms_deb=${latest_lms##*/}
sudo dpkg -i $lms_deb

Mine is just a little different because I don't like cluttering up the root directory. This will look for the latest build, download to ~/source and install it.

After it's installed LMS should be running and available on port 9000. So open up firefox and click here:

http://localhost:9000

Follow instructions on the screen.  You'll need to setup your directories. Click on the lower right of the page, "Settings." and setup your music and playlist folders. The only tricky part left in LMS now is to enable the DSD player.  Click on the "Plugins" tab and enable "DSDPlayer."

Very cool part of this is that DSD files will be automatically transcoded if your player doesn't support DSD directly. I have a Squeezebox Touch that does not, so that gets transcoded to 88.2kHz PCM automatically for me.

Make sure your music and playlist folders are universally readable.

Player Installation

OK, that's it for the server.  Now we need to get your PC to talk to the DAC. This is even easier since the Ubuntu distribution includes squeezelite. Let's install it:
sudo apt-get install squeezelite
I've tried the distro version with Ubuntu 14 and 16, and both work great with the Mytek Brooklyn. DSD and HiRes PCM played without a hitch on both so don't feel put out if you don't have the latest version. It's not worth the trouble to get the nightly or the source and build.

Make sure your DAC is now plugged in and turned on.

You'll find the configuration file for Squeezelite in /etc/default/squeezelite.

Here is how I configured it:
# The name for the squeezelite player:
SL_NAME="Brooklyn_DAC"

# ALSA output device:
SL_SOUNDCARD=""hw:CARD=DAC,DEV=0"

# Squeezebox server (Logitech Media Server):
# Uncomment the next line if you want to point squeezelite at the IP address of
# your squeezebox server. This is usually unnecessary as the server is
# automatically discovered.
#SB_SERVER_IP="192.168.x.y"

# Additional options to pass to squeezelite:
SB_EXTRA_ARGS="-D -f /opt/log/squeezelite.log -d all=info"
# As above, but without the log file
# SB_EXTRA_ARGS="-D"


The key part is the SL_SOUNDCARD setting. If you aren't using the Brooklyn, I'm not sure this will be right.  I found it by using "squeezelite -l" and looking for the entry that said :
USB Audio - Direct hardware device without any conversions
There were other entries that worked, but I found they would convert whatever I played to 48/32, no matter the original.

Another important switch is -D which enables playing of DSD without transcoding to PCM.  Without this switch your DAC will always get PCM.

You'll see two versions of SB_EXTRA_ARGS. The first adds a log file, but really once you've got it all working it's not very useful. Once you are happy it's working comment it, and uncomment the last line, then restart.

One last command and you should be running:
sudo service squeezelite restart
Assuming all went well, you should see "Brooklyn_DAC" (set by SL_NAME, above) appear as an available player in LMS on the top right.  Select it and play some music! If you have music but it's not showing up you need to scan your library. Click on the bottom right "Settings" and in the "Basic" tab check the media folder is correct, then click "Rescan" and your files should get imported quickly.

If you need to free up your DAC for movies, or games use the player OFF switch in the LMS screen on the top right.

Now of course it is time to download some good sounding DSD music, for which I highly recommend Blue Coast Records.


Happy Listening!

Tuesday, July 19, 2016

Meridian Quality Authenticated - It's Snake Oil, until it's not

MQA 


Update: After a lot of reading, MQA is NOT lossless. What a shame.
A full treatment is available from this post at Benchmark Media

In fact, it's such a good and thorough post that I'm going to delete the rest of my original posting and let it speak for itself. 

I will also add that you can listen to MQA files and compare them to the originals via the 2L test site here. 

After listening for a while with a Mytek Brooklyn DAC I can honestly say I hear no difference between an MQA file which claims 384k to the "merely" PCM 96k/24 bit files. 

Saturday, July 16, 2016

Wyred4Sound Remedy - First Listening Impressions

I have hooked up the Remedy between my Logitech Squeezebox and my Audio Research DAC 8.  The only true jitter measurements I could find were for it's slightly newer cousin, the DSPre.  It seems that the DSPre is wildly sensitive to jitter, at least the measurements are, so I'm just going to assume the DAC 8 is the same or worse.

Most of my listening these days is to Internet radio, including Toronto Jazz FM 91, which in addition to having great programming also streams at 24/96.   The other station was KDFC 90.1, Bay Area Classical.

In the middle of this my power regulator has started to hum, so I can't do the remedy justice until I move it to a quieter location.

Still, here's what I think so far.

The remedy works much more noticeably with low-resolution stations, but it IS better. The sense of space inside the sound stage and the treble decay. Sometimes it feels worse though. During mass string crescendos the sound gets too complicated.  With Jazz 91 the improvements seem much less pronounced, but still there.

However this is really hard to gauge with radio.  I'll give this a better listen soon, when my biggest noise sources have been fixed.


Update August 28, 2016
So I had thought my impressions might greatly change, but they did not. I think this is a good tool but only for more source sensitive DAC's like I had (just sold it), the ARC DAC 8. That DAC played brilliantly when driven by an Ayre CD player, but when I brought it home it was much fussier.

With high resolution music (96k and above) I could honestly not tell if it was working or not, which I guess is a good thing. So, overall I would recommend this to clean up the sound of a mid-Fi CD player or Internet radio or inexpensive streamer like my Squeezebox Touch. 

I have however switched over to a Mytek Brooklyn DAC which sounds as good as the Wyred4Sound + ARC DAC 8 without the remedy in place, regardless of how it was driven.

I'm now driving the Brooklyn with a 2TB Linux streamer I built myself ($650) and it's very happy to play PCM, MQA and DSD from it.

Monday, July 11, 2016

Digital Audio - Upsampling and Oversampling Explained

Many types of digital sources, accessories and Digital to Analog Converters (DACs) provide some sort of sample data magic called oversampling or upsampling.  Put simply it means you end up with more digital data than you started with.

There are some benefits, but none of these methods truly gets you closer to the original music. They are all just ways of trying to make the experience more pleasant. Think of it as looking out your window with a screen. You may take a picture and find that you can see the screen itself in the image, or you can do some editing with Gimp or PhotoShop and remove it. The new image can't possibly contain more true to life data than you started with, but the picture should be much more pleasant to look at.

Many audiophiles have been led to believe that this kind of digital math can do things like you might see on the TV shows CSI or NCIS. Somehow four pixels on a grainy satellite image can be processed over and over again until the criminal's face is clearly visible. It's just not true.

Looking at it another way, the frequency response of up and oversampling does not change. A 44.1 kHz file is not going to have 30kHz created after 4x upsampling.  The frequency range and content density is unchanged. What may happen is that digital filtering becomes smoother and easier on the ears, or that jitter is improved somewhat by the use of higher data rates.


Differences Explained

Let's take original data.  Since digital music is always integer, I'll imagine two consecutive samples with convenient values of 24 and 28. Now lets see what happens at 4x up or oversampling. If the original data was 44kHz/16 bits the DAC will now see a sample rate of 176.4 kHz but the bit depth may or may not. So, just to be thorough, here is our original data:

  • 24
  • 28



at a sample rate of 44.1 kHz these two samples represent:

  • 2 samples / 44,100  = 45 microseconds of music. 
 Remember that we are adding samples in between the time slots, so we don't want to stretch out our time, that would result in pitch changes. Instead we increase the rate (samples / second) at which we feed the DAC, keeping the pitch constant.
So, instead of 2 samples, we have 8, but with a new sample rate.  Lets redo the math:

  • 8 samples / 176.4kHz = 45 microseconds of music.
Thhat's great, because if that didn't work the sound would be 4 times slower. :)

Oversampling

This is the oldest trick in the book. Almost immediately after CD players became commercially available oversampling became a buzz-word. I am no longer sure, but this may have only worked with so-called Delta-Sigma or 1-bit DAC's.

It's so simple you don't think it should work. Take a sample, and repeat it several times. It's that simple. It does not attempt to provide any more data but may shift some noise far above the Nyquist frequency.  No math is involved, just counting.  With 4x oversampling the DAC our orignal two samples become:


  • 24
  • 24
  • 24
  • 24
  • 28
  • 28
  • 28
  • 28
It's weird it helps, but it does. In fact, with oversampling, only 1 sample really matters at a time.


Upsampling

Bit Perfection

One of the objections to upsampling, is that the signal is no longer bit-perfect.  The DAC no longer gets the original facts, but the original facts, plus a lot more. That "lots more" is pure mathematical conjecture. However, there are some real benefits to be had.

Things get even more muddled when upsampling is used for ASRC, Asynchronous Sample Rate Conversion, but also more beneficial, as it's one of the best ways to reduce jitter.  More on that in a future post.

Technically and mathematically more challenging, there are two general approaches. To take the best advantage of this it's better if the bit depth increases beyond the original. So if the original was 16 bits, 24 or 32 bits will provide better resolution.  However remember that this doesn't really make it more true to life. It just makes some things easier to do and helps us keep more of our results. There are some VERY nice 32 bit DAC chips out there though, so taking full advantage of them may also get us much closer to true 24 bit resolution. That's a topic for someone else.

Linear Interpolation

Imagine two points on a chart. Draw a straight line between them. That's simple interpolation. It's no more complicated than simple algebra. Calculate the rise, divide it by the number of intervening samples, and add that much for each "new" sample. For linear interpolation, the sample rate converter needs to know two samples at a time in order to figure out the rate at which the intermediate samples should change.


Again, consider our original two samples, 24 and 28. The rate of change is 4/sample.  4/4 = 1. Now the DAC gets:

  • 24 +1 =
  • 25 +1 =
  • 26 +1 =
  • 27 +1 =
  • 28
We'll just assume there's no bit-depth changes, or that in this case no extra resolution was required. Of course, I chose 24 and 28 to make the math here easy.


Spline

A much more advanced way to create more samples is by using what are called splines. Remember the "French Curve" tools you may have used in drawing school?

Technically you only need 2 samples for a spline, but the result is the same as linear interpolation, so we'll ignore that case. With spline math we take a number of samples, usually under 20,  to draw a much softer curve. Wadia was the first company I know of who introduced this concept. In this case it really helps to have more bits, as the extra bits help with more fine grained results. As you might imagine, the math and CPU power required is greatest for this example.

If this was floating point math our working data set would be:

  • (nine samples before)
  • 24.000
  • 25.185
  • 26.355
  • 27.888
  • 28.000
  • (nine  samples after)
Remember that what's really going on is that the algorithm is taking more samples into account than our original two in order to fit the curve properly.  So why the third sample is 27.888 instead of 27.978 or 26.500 has to do with the nine samples in the original file before the first (24) and after the last (28) shown here. It is believed, without a lot of proof, that this method may provide the most natural resulting sound.

Are Splines Really Better?

Splines are very cool, but it may be argued, convincingly, that we are not doing much more than you could achieve with a capacitor and resistor with the proper time constants. In other words, it's a lot of math and hardware for what could be done with $2 or less in parts. The real potential benefit of this advanced though is in custom algorithms. You can be as creative as you want to in your algorithms.

What About Sound Quality? 

Personally I have come to believe that the analog output stages matter much more than interpolating algorithms and sample rates or bit depth but the devil is in the implementation details. As always, buy what you like, and what is most pleasant to your ears. Don't buy algorithms or chips. Buy results, and spend no money that isn't pleasing to you.

Wyred4Sound Remedy - Snake Oil or a True Panacea?

I've just ordered a Wyred4Sound Remedy.  I had been drinking and needed a pick-me-up and based on Digital Audio Review's positive impressions I ordered it.

What I have just realized however is that the Remedy is not the product I thought it was in a couple of ways.

Mind you, it's clear that for some kinds of low-grade digital audio sources the Remedy is probably a very good solution. I'm thinking of Sonos, Apple TV and Chromecast specifically. However, it is a terribly over-hyped product which smells of snake oil.

What Kind of Product is the Remedy? 

Of course, marketing people, being devoid of souls at birth, are free to call a tomato a vacuum cleaner and there's rarely any legal consequences. In my world however the Remedy should properly be called a sample rate converter (SRC) or Asynchronous Sample Rate Converter, a feature built into many of the top DAC chips today.  SRCs always includes re-clocking, so calling it an SRC with reclocker is redundant.

Using an ASRC is a very good way (and a little lazy by itself) to ensure minimal jitter with possibly very jittery sources, such as Internet radio.  The reason I'm kind of on the fence about this is that an ASRC is no longer bit perfect, but time-perfect. To ensure that every x picoseconds a new sample is processed, regardless of how the input signal may vary in the short and long term an ASRC resorts to a mathematical brute-force method, the details of which are beyond the scope of this posting.  Suffice it to say you can kiss bit-perfection goodbye, and not just for the interpolated samples either.

One major annoyance, that relegates the Remedy to mid-fi sources is that the input signal is ALWAYS recreated. What's worse is that if you have music with a higher sample rate, such as  24/192kHz, the Remedy will actually DOWN-sample it to 24/96kHz. This, plus having no input switching makes his solution seem kind of dopey.

For about three times more a more robust option is the Mytek Stereo 192 SRC. It gives you much better control over what you want to do with the signal, up, down or no change with equivalent or better jitter reduction, as well as being able to convert up to 24/192kHz

Of course, this is all spec-manship. Listening is the true arbiter of what you should buy.


Is it really a femto-clock?

Having examined one, it seems W4S has used one of the best commonly available Crystek oscillators, the CCHD-957 series, which does in fact have very good phase noise characteristics, among those affordable to mere mortals.  I'm still confused though. Based on W4S's own measurements this does not appear to be a femto-clock grade solution but a pico clock. What's the difference? About 1,000 times worse performance. It is possible that the internal clock device inside the case is a femto-clock class part, but that the other circuitry used can't take full advantage of it, or that it can only do so much in one pass. It would be very interesting to see measured comparisons using a standard Mac Mini or Apple TV to see how it measures to Mytek, M2Tech or Auralic with and without.

Consider this. The Auralic Vega with a true femto clock (and 10x more expensive) has jitter around 80 femto seconds. The image on W4S's own Remedy page shows jitter around 87 pico seconds. That's about 1,000 times worse performance. Of course, many would argue that you can't hear 80 pico seconds of jitter, but the point is the marketing hype. I don't like being lied to or misled.

Another similar device with a price point kind of in between is the M2Tech HiFace Evo 2. It is intended as a USB to SPDIF interface, but it will also take a coaxial SPDIF as an iput and allow you to select sample rate conversion.  Price is around $700 USD.


Why does this matter? 

My point to all of this is that the Remedy is doing more than just jitter reduction, and I would really have liked to know this before I ordered. Hiding major behavior is not a sign of a trustworthy vendor. Remedy is playing with the bits and I should have known that first. For more on why this is different, see my post on Upsampling and Oversampling.

It's a little odd as many DAC's make upsampling a key feature. They charge more for it and often tout their proprietary algorithms as being better one way or another.

In the end though I'll have to listen to it to evaluate the Remedy as having any sort of meaningful benefit. More on that in the next several weeks. One of my sources however will be Toronto Jazz 91 which streams at 24/96kHz already, this will let me do direct comparison to see if the jitter reduction is worthwhile, in addition to a small selection of 24/96kHz FLAC recordings I have.

Many listeners are easily swayed by "different." Even John Coltrane suffered this, always thinking his next performance was better. If jitter or SRC at these levels is audible it's quite possible many will be swayed by a different sound, but not necessarily a better sound.  I can imagine many will get worse jitter than they started with, and then proclaim how audible and beneficent the differences are!

Friday, July 8, 2016

So your CPAP treatment isn't working?

I've gone through seven or eight sleep studies. I've lost count of exactly how many, but the last three at the same sleep lab, without my symptoms being fully improved. I would estimate that at the beginning they were about 20-30% better, but years later seemed to fail completely.

What I eventually discovered is that exercise actually made my sleep quality much worse. If this sounds like  you, it might, then it is possible we share an odd, and previously unreported condition. The only other two conditions which I've read that can cause this is Cushing's Syndrome and Chronic Fatigue.  However, sleep apnea that is not fully treated can mimic both of these, including elevated cortisol levels. So if you have noticed, or are able to determine if exercise is bad for you, then we may share a condition, which is treatable!

The problem in my case only was that I have two modes of sleeping. The lazy day, fully rested mode, and the "I've worked out" mode.

Why didn't the previous sleep studies help?

The previous sleep studies did find a partial solution.

I didn't notice the problem at the time, but looking back it seems that since I slept poorly after exercising I learned not to exercise, even a little. I stopped taking the stairs and always chose an elvator, had groceries and food delivered, anything I could do to avoid physical labor. That is, my symptoms conditioned me not to exercise, so I would go get a study done after a couple of days of being fully rested, and as a result my full symptoms did not occur. I only know this after-the-fact because of the use of a Jawbone UP (lasted 3 months, but did the job) which allowed me to discover exactly when I had good and bad days of sleep.


After using the Jawbone for several months looking for clues to my problem I was able to completely correlate exercise with poor sleep the next several nights. This is the exact opposite of what should happen for most people but for me was the wall I could not overcome.


Confounds

Moderate exercise (5,000 steps / day) would not cause this problem to occur immediately.  It would sneak up on me.  I needed it to be vigorous, or weight bearing to cause the symptoms to show up faster.

Another thing that seems to trigger this effect is calcium channel blocking medications, or medications which are related. These can be prescribed for a range of issues from depression to high blood pressure.  The good news is that if this is you then your sleep studies should show up without having to go through the exercise portion of this experiment. 

Further, the post-exercise crashes would last for days, sometimes even a week.


How can I tell if this fits me?

If you have a Jawbone, FitBit or ResMed S+ you may see your deep sleep very disturbed, or lots of wakings, despite the CPAP measuring otherwise low AHI numbers and tolerable leaks.

In the picture on the left I share an image from the Jawbone UP application showing my very worst night of sleep.  See how many different periods I have of deep and light sleep?  There should be about 8 of them.  Instead I have about 17.  Also notice the time I slept. Over 11 hours! That's because the sleep quality was so poor.

You should have big chunks, around 6-9 of deep sleep/light sleep cycles with no awakenings. 





Be Your Own Guinea Pig


If you want to investigate on your own first, try to correlate it over a couple of weekends.  One weekend take it completely easy. Do no physical labor for two days, see how well you sleep Sunday night. If weekends are your housework days, hire a cleaning service this once. If you are already in a disturbed sleep cycle though you may need to do this for several days until your symptoms clear.  Only after you are in a "good" cycle should you attempt to disturb your sleep with exercise.

The next weekend, attempt to exercise normally both days. I don't mean do your normal routine, I mean work out 30-45 minutes each day, see how much of a difference this makes to your sleep Sunday night. If you find that your first Monday was great, and your second Monday terrible, you fit this profile.  However, there are many unanswered questions that remain, and I've noticed in addition to exercise a secondary, cyclical pattern which I have yet to pin down.

Notice that the ResMed S+ was less sensitive for me than the Jawbone for this particular issue.


How can I get better?

Schedule another sleep study, but this time make sure you exercise normally the day of the study, if not two days before the study. In my case this was really a challenge, since my symptoms had been getting worse, my energy levels and moods had been suffering, causing me to exercise less and less.

It really helps to hire house keepers and have friends to support you.  Let them know what you are up to and that you'll need extra help while you try this. Take time off from work if needed. If you are like me, you'll crash for 3-5 days and be completely unproductive after the exercise portions.

It's also important to stress that immediately after exercising I felt great. My lungs felt clear, I felt light on my feet, it was such a great thing. It was only after I slept and failed to recover that symptoms appear.


Tips:

Remember that exercise IS recommended as part of almost every sleep improvement regimen, so you aren't breaking any rules by following the advice here. In all cases follow the advice of your doctors and personal trainers, but the guidelines here should be in compliance with them.

Right now as far as I know, there is no guidance on exercise before a sleep study/titration, however it's generally recommended not to exercise in the late afternoon evening as it can wake you up and prevent you from sleeping fully. 

The day before the sleep study:
  • Have no alcohol.  Zero.
  • Stop caffeine and chocolate after noon. 
  • Have a couple of bananas.  
The bananas and stretching do nothing for sleep, they are to help prevent leg cramps, skewing your study, and possibly disconnecting your wires. If you aren't used to exercising, a little extra potassium will help.  Any other potassium-rich food will do of course, if you are allergic, or just don't like them.

The day of the sleep study:
  • Have no alcohol, Zero, nada, zilch. 
  • Exercise as much as you should be able to do if you had no sleep issues.
  • Exercise vigorously 30-45 minutes in the morning if possible, but no later than early afternoon. Get into your aerobic zone for most of it. Again, be an adult and follow the advice of your doctors and qualified exercise instructors. For me, it seems that weight bearing causes the symptoms faster than aerobic exercise, so a few squats to tire your legs out may be all you need. Climb stairs with a couple of gallons of water in each hand should do the trick as well if a gym is out of your reach.
  • Make sure to cool down and stretch your legs.
  • Have a couple of bananas after your workout.
You may be desperate for an answer, but if you are like me, this doesn't take THAT much effort to tip your body over, so don't give yourself a heart attack before your sleep lab!

In my case, it was like magic, symptoms that had never shown up before became clearly and consistently visible during the lab work. The CPAP machine that was fine for the first 6 studies was completely inadequate now.


By challenging your body, and your CPAP machine you'll have the best study possible.

If you are a sleep specialist, or researcher, and would like detailed information I would be willing to make that available privately.  Please leave me a comment with information about your publicly visible contact information and I'll reach out to you.