Jump to content

Victor Rubilar

Members
  • Posts

    56
  • Joined

  • Last visited

Profile Information

  • Location
    Chile
  • About
    Bachelor in Arts and Ciences of Sound

Recent Profile Visitors

1,122 profile views
  1. I imagine it with a very big touch screen, some butons, and maybe 2 knobs, the other knobs in an external device like FP8, plus a new fader controller.
  2. thanks Senator, I didnt know the patent had been just published. All my general conclusions were correct since the begining. If people know how it works, then they can make better choices on how to use it to get the best audio. resume of main points in the oficial patent (if I understand it correctly): http://patents.justia.com/patent/8878708 - diference of aproximately 20 dB of input level of the 2 converters through a gain stage or an atenuation stage. - " due to uncompensated differences between the two preamplifier circuits" and the use of the user selectable gain, to match the 2 signals into the digital domain, the system applyes a "pre" digital gain called CCG factor to make a stable diference between both signal levels, This factor is constantly calculated because in analog system the gain varies whith temperature,etc, - the switching can or can not be crossfaded. - the switching from the first to the second signal is at -3 dBfs - there is a small but important error in the text I found. Maybe it is not in the originaly submitted document by zaxcom. This paragraph describes the normal operation. "At 324, process 300 determines whether the value of the Timer variable is greater than zero. If no, process 300 proceeds to 328, at which the ADCComp [ first signal multiplyed by the CCG factor] audio sample calculated at step 318 is output to an outgoing audio circuit... " When a sample over -3 dBfs is detected, the "Timer" is set from zero to 1000 and the second signal must engage... "If, at 324, the value of the Timer variable is not greater than zero, process 300 proceeds to 326, at which the ADC2 [second signal] audio sample is output to an outgoing audio circuit. That is, the outgoing audio is switched to use the sample received from ADC2 rather than the calculated ADCComp sample..." It says " is not " and must say IS for the system to switch the signal. - the release time for switch-back from the second to the first signal is controlled by the "Timer". It is set to "aprox". (?) 1000 every time there is a switch to the second converter, and decremented by "1" every time there is new "sample" , It says that it takes aprox. 10 miliseconds to reach 0 (release time), so 1 Timer unit is not equivalent to a sample?!!! , (if it was as they say, the release time would be aprox 20 miliseconds [see below] . I believe this part is not so well drafted). But then it says that the 10 ms. release time can be substituted. So the Tmer can be set higher in the real implementation. When in the second signal, the Timer is set to 1000 (again and again) every time there is a sample over -6 dBfs. So, the signal must be at least 1000 continuous samples under -6 dBfs for the Timer to reach down to zero, When the Timer reach zero, the system switch back to the first signal. Acording to a fast calculation, defining the switch back to -6 dBfs with this system allows for a release time of 18.75 ms (3/8 of a wave cycle) in order to suport a 20 hz signal input.at 48khzSF, and 22.6 ms. at 44.1khzSF.
  3. it is not compression since the level is never attenuated acording a threshold level of a control signal. It is merely a constant attenuation to all the audio before being recorded into a 24 bit word, since the signal can contain higher values than a 24 bit word is able to. If when recording you set the gain so the input signal never goes over 0 dBfs, it is not necessary to use any attenuation. It works like a normal system. But If the level goes over 0 dBfs, it is necessary to use attenuation to disk. The internal 32 bit float mixer is capable of work with higher than 0 dBfs levels, but the recorded audio file is 24 bit and cannot contain values over 0dBFS. with the new available data I conclude this: Never clip in more detail 0 dBfs is the maximum peak voltage a normal system is designed to work with. When connecting "that" voltage level, the normal converter will generate a 24 bit sample word filled with "1" (so any voltage over that value will be coded with the same 24 bit word full of "1" i.e. clipping). In the never clip case, at 0dB fs voltage, the first converter wil generate a 32 bit float word that consist of : -the same 24 bit word full of "1", -and an 8 bit exponent that in this case doesnt count because it represents the number "0". (any voltage over 0 dBfs will be coded with the same 24 bit word full of "1" i.e. clipping). And here comes the "magic" The second converter is conected to a 20 db attenuated signal, so it will generate a 32 bit float word that consist of: - a 24 bit word representig 20 dB less than the first converter, - and an 8 bit exponent representing the number "0". Because the analog input signal is 20 dB lower, the signal /noise gets 20 dB worse than that of the first converter Then, the internal digital 32 bit float mixer aply a 20 dB digital gain to this signal, so the sample becomes approximately "equal" to the sample of the first signal, restoring the attenuation of the analog input. So, for a voltage input of 0 dBfs, the second converter plus the digital mixer will "finally" generate a 32 bit float word that consist of : - a 24 bit word full of "1" and - an 8 bit exponent representing "0" ( None of the never clip "converters" can generate a sample word representing a value over 24 bit,nor any of them can code voltage levels over 0dBfs , so the exponent in the 32 bit float word directly after the converters is allways zero. They are normal 24 bit converters.) When connecting voltages over 0 dBfs, the first converter will always clip. but the second converter analog input is 20 dB attenuated, so the second converter will start cliping (coding a sample word of 24 bit full of "1") when conecting an input voltage of +20 dBfs. Also, because of the digital gain applied after the second converter ,when connecting input voltages over 0 dBfs, there wil be digital signal levels representing voltage levels higher than 0 dBfs, and the internal 32 bit float mixer, will start to use the exponent on the second signal, because when using the exponent it can represent values higher than is possible with the 24 bit word. For coding voltages over 0 dBfs it is necesary to use the exponent, and then the system is really working in 32 bit float. ( I think this is the difference with never clip in wireless, since it should use a 24 bit processor) in the end, the system have 2 nearly identical signals: - the first with the better quality but allways with a 32 bit float sample word with an exponent equal to zero. If the input voltage exceeds 0 dBfs the signal will clip. - the second with 20 dB more noise, and his 32 bit float sample word could include an exponent different from zero if the input voltage exceeds 0 dBfs. Switching: (see my next post for the real switching system taken from the patent ) The system is normaly operating with the first signal. the switching probably uses some crossfade . switching from the first signal to the second: When conecting a voltage over 0 dBfs to a never clip input, the first signal will clip , but when the internal mixer detects a 24 bit sample word very close to full of "1" (signal clipping), it switches to the second unclipped signal,( this signal will be unclipped up to + 20 dBfs). Since the recording format is 24 bit type, when exceeding 0 dBfs at the input voltage, the 32 bit float signal must be attenuated before going to disk so the exponent becomes zero, then , when sending to disk, the zero exponent is ignored. Remenber that this is attenuation, it is diferent than truncation. The less significant bits are there, the noise go down, but te signal does it to. If you truncate (replace whit zeros the LSBs, so loosing them) you lose presicion and increse the noise. The reduced noise level for the quiet sounds with never clip is because the system uses the first (cleaner) signal to record them, but this lower noise is relevant Only if there is a big dinamic range in the acustic sound being captured , i.e. there must be loud sounds too, so the second signal is used, and so then there is a need for the atenuation . The loud sounds are recorded from the second noisier signal, with the extra noise "covered " by the loud sound itself. The quiet sounds are recorded from the first cleaner signal. If the input voltage didnt go over 0 dBfs, then neverclip was not used, and atenuation was not needed, Atenuatting the signal will not improve the recording if never clip was not activated. If digital attenuation is used, there is an increse in noise due to imprecise calulation of the attenuation but this is absolutely inaudible in this case in a 32 bit float system, so aplying digital gain or normalizing a digitaly attenuated signal doesnt have an audible effect . If the input voltage doesnt go over 0 dBfs, then it is not necesary to attenuate the signal, the exponent of the 32 bit float samples will allways be zero and the system will just ignore it before sending to disk. switching from the second signal to the first: to perfectly do this, it is necesary to use a long buffer, but that would introduce to much latency, so it is not possible. The switching from the first to the second signal can be immediate, but switching from the second to the first needs a release time (using the full of "1" 24 bit sample word system for this will lead in a switch about every 90 degree fase change in the input signal, so it is useless). The system ideally needs to analize the second signal for a time enough to cover the longest ( higher "period" ) signal ( 20 Hz signal= 50 miliseconds, this is the minimum but probably the product implemented time is longuer) to detect a real decrease in level under 0 dBfs before switching back. But using such a time can in some scenarios lead to a noticeable residual noise as described in another thread, when recording pulsating or fast decaying sounds. Remember that the second signal has 20 db higher noise floor, so, when recording signal voltages over 0 dBfs and there is a fast decay of the sound, the 20 db extra noise floor remains for at least 50 miliseconds before the system switch back to the first cleaner signal. This is more noticeable when recording very quiet sounds, because normaly you would set the gain very high, and with this you raise the noise floor, and, plus the extra 20 db noise of the second signal, the noise floor becomes audible when there is no sound to cover it (after the fast decay) The release time have been adjusted by zaxcom to minimise this residual noise at least in the 742 plug on tx, I supose this is done by Hipassing the signal to 80 hz (in order to excluding the longer period signals), With this, they could lower the release time to nearly a minimum of 12.5 to 20 miliseconds, So, when recording quiet and pulsating sounds, If you are sure there wil not be loud sounds, it is better to set the gain so never clip does not engages. finaly Never clip is for high dinamic range acoustic sound material. Is for saving you of the sudden scream, the unscripted performance changue, sudden laughs. It replaces the limiter, but is not intended to replace a proper gain setting. it is not for you to constantly peaking over 0 dBfs on purpose.
  4. in my TV, receiving from the open AIR transmission, some times the sound apears out of sync. Changing to other channel, and then returning to original channel solves the problem.
  5. to mister Larry: would you tell us why your wireless tx dont have an internal back up recorder? or is it to much an intromission? It is an exelent feature. I just saw that only the tascam lav beltpack is not for sell in USA, but the XLR version seems to be available, at least at tascam web site, I think the only diference between both units is the type of mic suport.
  6. since a patent can specify a solution for a problem, (like "wearable recorder",etc), I think zaxcom may have pantented something like " system/solution for a belt pack recorder for lav mics" . This can include the TRX and specialy in this case the ZFR recorders.
  7. it was an old technic, trying to fighft the feedback unity gain. Phase reversed signal from a second mic(for monitors) that is gaf-taped to the main mic (for front of house). I have never did that, and dont know if it realy works. You can see it in old live rock videos. It is not in use anymore, replaced by graphic eqs.
  8. maybe a case of amplitude versus peak to peak measurement?
  9. Yes, bias signal is for correction of the hysteresis ( a type of non linearity) when magnetizing a material.
  10. I think is the compresor what is making the noise apear louder than a normal NC with ISO atenuation, making it like having 40 db higher noise instead of the normal 20 db extra for the second converter. I Think zaxcom needs to offer the atenuation prior to recording and transmiting, and leave the compresor as an option.
  11. i have just got the redirection from google search to that URLshort .info site. I recently deleted the internet cache of Chrome, and then the redirection hapens again, but just once. I have tried several google searches for jwsoundgroup but can not get the rediredction .
  12. "The H6 Omni Headset, with its new watertight connector, is submersible to one meter. It's ready to take on dust, sweat and make-up on stage and screen."
  13. i apologize to you, ill try to write more carefully, I readed to quick and mixed some things in my response. I got into this thread because some people didnt bilieve that never clip was capable of doing what it states. I have explained a way of obtain the same results.(I believe that it is the same methot that neverclip is using), All the known information at this moment agree with my theory.
  14. Digital gain is only a multiplication operation, I would not call it a technology. This post have lot of confussion, mixing diferent and unrelated cases. Sorry, I can not give you an answer to that. 153 dB of dinamic range is by faaaaaaar more dinamic range than any microphone will have ever. regarding the input voltage of the never clip inputs, there is a video where Glenn S. says: " ...the microphone output wil distort before the input of the recorder..."
×
×
  • Create New...