All times are UTC+02:00




Post new topic  Reply to topic  [ 2125 posts ]  Go to page Previous 116 17 18 19 20213 Next
Author Message
 Post subject: Re: Stereo Tool 6.10
PostPosted: Fri Mar 25, 2011 4:46 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Note: I'm working on a declipping filter (was doing that a few months ago, and picked it up now). See viewtopic.php?f=16&t=3595&start=15 . If you are using some declipping filter yourself, I'm curious about comparison results.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Fri Mar 25, 2011 12:38 pm 

Joined: Sun May 02, 2010 11:26 pm
Posts: 547
Quote:
@eldoradofm: I'm wondering if Leif's idea really works. Somehow, an FM receiver needs to filter out the RDS signal (which is very close to the stereo signal). Now the question is: Do receivers filter out frequencies above approx. 54.5 kHz before stereo decoding, or do they first decode the stereo and then remove the sounds above approx. 17.5 kHz (54.5-38)?
From what i've seen in some datasheets i see a 80 KHz LPF before the stereo decoder. So that means the RDS signal isn't filtered out. I could not find a datasheet with a steep filter which filters out the RDS before stereodecoding. In DSP versions they could use this probably.
When i look at the Left or Right output of my tuner i also see RDS signals around the 19 kHz pilot tone. But under normal circumstances you can't hear it because it's quite low.
The RDS decoder chip however has a very steep bandfilter so also no problems there for the RDS decoding part.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Fri Mar 25, 2011 2:00 pm 

Joined: Thu Dec 04, 2008 10:30 pm
Posts: 184
Location: on the www
Quote:
When i look at the Left or Right output of my tuner i also see RDS signals around the 19 kHz pilot tone. But under normal circumstances you can't hear it because it's quite low.
The RDS decoder chip however has a very steep bandfilter so also no problems there for the RDS decoding part.
The stuff you see around the 19Khz is intermodulation with the RDS signal. Normally the reason why they choose 57KHz is because it is the 3rd harmonic of 19KHz and shouldn't cause interferance.
Since RDS is using baseband modulation with a surpressed carrier (57KHz is actually not there) and is being modulated with 1187.5bit/s sec you are likely to get interferance in some cases because of the modulated psk. 19-1.1875 = 17.8KHz and 20.18KHz

The RDS substraction/filtering is done in most RDS IC's itself
http://home.scarlet.be/~wijnherm/tda7330.pdf

The reason why they will not really filter sharply below the RDS freq is because the phaze shifting of the filters will destroy the stereo separation.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Fri Mar 25, 2011 2:32 pm 

Joined: Sun May 02, 2010 11:26 pm
Posts: 547
@Luke thanks for some more detailed explanation.
@Hans do you still think this feature is useless? If so could you explain why.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Fri Mar 25, 2011 6:35 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
Orban has that feature for long time, i guess new Omnia too.

In my expirience, there is a difference at all my tuners between HPF filter at 15,5 and 17,5 kHz.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Mar 28, 2011 6:32 pm 
User avatar

Joined: Sun Oct 03, 2010 8:59 pm
Posts: 36
Quote:
Problem with VST window has been solved, I'll build a new BETA tonight.
Did the corrected beta get posted? I could not find it.

_________________
J0HN II


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Mar 28, 2011 11:07 pm 

Joined: Sun May 02, 2010 11:26 pm
Posts: 547
Quote:
Quote:
Problem with VST window has been solved, I'll build a new BETA tonight.
Did the corrected beta get posted? I could not find it.
I think Hans has forgotten, the BETA was not posted.
Quote:
In my expirience, there is a difference at all my tuners between HPF filter at 15,5 and 17,5 kHz.
I think you mean LPF instead of HPF.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Mon Mar 28, 2011 11:15 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
Quote:
I think you mean LPF instead of HPF.
yea... LPF :)


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Tue Mar 29, 2011 10:35 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
BETA620-018:

- VST window issue fixed (Sorry! Forgot to post it earlier... :oops: )
- Declipping filter added. Note: If you enable this filter, you'll get a 'This sound is processed by Stereo Tool' played over it every 60 seconds! The reason for this is that I want to release this filter as a new stand alone application as well, since it really seems to outperform all the well-known declipping filters (and on top of that it has a low latency!). I still have to decide how to put this into Stereo Tool.

Note that declipping uses a lot of CPU processing power (I'll make that configurable later).

The filter can be switched on or off at the right of the input level slider.

The 'maximum peak restore' slider does not work yet (dunny why, will check).

IMPORTANT: Set the 'clipping detection' level low enough such that ALL the clipped samples are recognized as being clipped (for a CD that's easy, 32767 should suffice, but for an MP3 you'll need to set it a bit - even upto 10%! - lower).

Hint: You can see that the declipping filter is working by comparing the input and output levels with NO other processing enabled.

IMPORTANT: Declipping can currently NOT be combined with non-phase linear highpass filtering!!!

Samples that are incorrectly seen as not-clipped (level set too high) can have a big effect on the audio.
Samples that are incorrectly seen as clipped (lever set too low) make things harder because basically Stereo Tool must treat them as if they are clipped at the selected level. So basically you add extra clipping before removing it.

Later I'll add some code for dynamic clipping detection. (Something with a histogram I guess).


Winamp DSP plugin: http://www.stereotool.com/download/dsp_ ... 20-018.exe
Stand alone version: http://www.stereotool.com/download/ster ... 20-018.exe
VST version: http://www.stereotool.com/download/vst_ ... 20-018.dll
VST version (No SSE2): http://www.stereotool.com/download/vst_ ... 20-018.dll
Command line version: http://www.stereotool.com/download/ster ... 20-018.exe
Linux command line version: http://www.stereotool.com/download/ster ... ETA620-018 NOT AVAILABLE
Linux GUI version: http://www.stereotool.com/download/ster ... ETA620-017 NOT AVAILABLE

TODO:
- Fix loading changed multiband frequencies
- Add buffer and filter for SCA output (SCA1 ok, SCA2 ok)
- Finish AGC improvement - make mono value configurable (replace checkbox by slider) 1 hour --> NO, not needed - anything else needed? -> NO
- Fix Punch
- Check what to do with new filters (such as bass AGC) - keep them, remove them, change them? --> KEEP
- Save new BASS_AGC setting in VST mode
- Loudness: Annoying cracking sound in bass. Slightly present in 5.00, worse in 6.00, maybe even worse in 6.10. Only when bass is too loud. Much worse than in Final Limiter (at same input level!) - so this clearly indicates a bug. Most likely cause: The filter that was added to remove bass artifacts....... :shock: - No, it's the louder bass. But it can be fixed by changing some settings. Default settings updated, and behavior for 'not Very strict' improved. Also Deep bass boost and Very deep bass protection are enabled for latency 512 now.
- Finish declipping filter.
- Add highpass filter for stereo signal (will cause a lot of extra latency!)
- Update presets? (BASS_AGC etc.)
- Change version number 1 hour
- Release 1 hour


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Tue Mar 29, 2011 12:11 pm 

Joined: Sun May 02, 2010 11:26 pm
Posts: 547
Could you add a line to the scopes display for setting the correct value?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2125 posts ]  Go to page Previous 116 17 18 19 20213 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited