I wasn't going to bring up Bessel functions because then I'd have to exmplain them. But glad someone did.No need to. A FM signal of a carrier fo doesn't in general have the same period as an AM signal of a carrier fo, like your calculations are assuming. Only for small deviations the FM spectrum can be assimilated with an AM signal, otherwise, for large deviations, the spectrum trends to a continuum governed by a Bessel function.
But once the OP's got the feedback he wanted / needed, does it really matter what happens to the thread afterwords?That's the way of these threads. The OP usually disappears after a few days either shocked by the responses from Engineering minded types or because they were just trolling anyway. Sagen is doggedly hanging in for now though
Then things either drift completely off topic, or become a slanging match, or both. Then people get bored and drift off or the mods step in. Been repeating this pattern almost since the forum started.
I wasn't going to bring up Bessel functions because then I'd have to exmplain them.
It's simple, every drummer knows about 🤣.
Nope. The Purefi page says, "he carrier frequency is 1.38kHz, the modulation frequency is 43Hz." Where are the harmonics?yes, I have explained that twice. the modulation signal (AM demodulated signal ) is a sine with some harmonics.
I see the 43Hz quite clearly modulating the envelope.no, it shows the AM signal as is. How can you see some low level harmonics by eye sight?
And since the resultin AM and FM spectrums are NOT the same, and neither is the waveform or peak value, thus there's no question as to an audibple difference, I suggest the Purefi site article be...um...amended. A bit.
Absolute nonsense, no such a thing as a warm or anything sounding resistor, they are all absolutely flat within the audible range so absolutely neutral.
Anybody saying otherwise is only trying to separate you from your money or has no clue or is pulling your leg.
Strong opinion, however like my wife, completely wrong.
Read Bruce Hofer's work;
https://hifisonix.com/wordpress/wp-content/uploads/2017/11/Designing_for_Ultra-Low_THD_N-1.pdf
1% Vishay RN60D thin metal film are good resistors and will not break the bank. Even the standard 1/4 and 1/2 Watt thin metal film resistors are not bad at a few cents each.
Vishay PTF series low ppm TCR thin metal film resistors measure better but cost 5 or 6 dollars each.
Z Metal-foil resistors stink at least when I measure them with the AP analyzer on my bench.
Thanks DT
Put scripts and codes inside Code or Inline Code tags, the buttons are circulated in the picture below, click the 3 vertical dots to get those buttons visible:sorry, Matlab code seems to give smileys
Check whether some script or code turn into smileys or not but toggling the Preview button in the upper right corner in the text editing box:
Here below is the script without smileys, please check if everything looks ok.
The script is here:
Code:[ya,Fs] = audioread('PureAM.wav'); [yf,Fs] = audioread('PureFM.wav'); N=size(ya,1); %% Ha=fft(ya:),1))/N; Ha(Ha==0)=1e-8; % avoid minus inf dB [~,id]=max(dBa); f=(0:(N/2-1))'/N*Fs; f0=f(id) dBa=20*log10(abs(Ha(1:N/2))); Hf=fft(yf:),1))/N; Hf(Hf==0)=1e-8; % avoid minus inf dB dBf=20*log10(abs(Hf(1:N/2))); %compare magnitude spectra idn=find((dBa>-100) & (dBf>-100) & (f>0)); [maxdifdB,idm]=max(abs(dBa(idn)-dBf(idn))) f(idn(idm)), plot(f,dBa); axis([f0-500 f0+500 -80 0])
which echoes:
maxdifdB =
0.0050
idm =
7
ans =
1.5073e+03View attachment 1039529
:)
We have found in hi end audio an audible difference in resistors, even between 1% or better thin film types. Vishay seems to make some pretty practical ones that sound good. Older Holco resistors have a slightly 'forgiving' sound so we once used them primarily for feedback resistors. Older Roderstein resistors sounded very 'balanced' and were used as the primary resistors in the Vendetta Research SCP-2 phono stage, and in the CTC Blowtorch preamp. Old Holco and older Vishay (original resistors) were sometimes used to improve the sonic balance, especially in the CTC Blowtorch. I still maintain a lot of older Roderstein resistors in my inventory, but for new products we usually Vishay DALE branded (brown color) resistors, that don't look real pretty, but both measure and sound good. Thanks to Ed Simon for his measurements of these devices.
I think you answered a different question from that asked. most people would interpret 'warm' wrt audio as a frequency change, although a big jump in H2 might also give that. IMHO a resistor would have to be in the pathalogical category to cause either.Strong opinion, however like my wife, completely wrong.
Read Bruce Hofer's work;
https://hifisonix.com/wordpress/wp-content/uploads/2017/11/Designing_for_Ultra-Low_THD_N-1.pdf
FM modulated by a pure 43Hz sine. The AM counterpart has some harmonics (because of your Bessel functions)Nope. The Purefi page says, "he carrier frequency is 1.38kHz, the modulation frequency is 43Hz." Where are the harmonics?
goodI see the 43Hz quite clearly modulating the envelope.
Waveforms are of course different. However the magnitude spectra are the same within 0.005dB unless you want to question Matlab. What is your point?And since the resultin AM and FM spectrums are NOT the same, and neither is the waveform or peak value, thus there's no question as to an audibple difference, I suggest the Purefi site article be...um...amended. A bit.
Looking at the Purifi article, it appears to be commentary on the common overreliance on typical phase-free spectral analysis to judge audio equipment performance and quality, estimate audibility of distortion products, etc. IIRC Scott Wurcer made the same point regarding overreliance.
Perhaps comfort with the measurements arises from the assumption that humans are insensitive to phase. Maybe not exactly true for every person under all conditions. For one type of example, IIRC 1audio remarked that humans can be very sensitive to phase that is changing. Similarly ESS noted in their slide deck they believe changing excess phase may be audible to some people. Of course the ESS comment is in reference to very low distortion and very low noise level dacs, not something as imperfect as loudspeakers.
Is there too much reliance on that type of spectral analysis or not?
Perhaps comfort with the measurements arises from the assumption that humans are insensitive to phase. Maybe not exactly true for every person under all conditions. For one type of example, IIRC 1audio remarked that humans can be very sensitive to phase that is changing. Similarly ESS noted in their slide deck they believe changing excess phase may be audible to some people. Of course the ESS comment is in reference to very low distortion and very low noise level dacs, not something as imperfect as loudspeakers.
Is there too much reliance on that type of spectral analysis or not?
Last edited:
I would say too much reliance on a belief that ears and brains are infallible on this forum.Is there too much reliance on that type of spectral analysis or not?
WHERE does he talk about "warm sounding" resistors?
Which can be clearly detected just by ear?
Are you answering to this thread?
Dear John.We have found in hi end audio an audible difference in resistors, even between 1% or better thin film types. Vishay seems to make some pretty practical ones that sound good. Older Holco resistors have a slightly 'forgiving' sound so we once used them primarily for feedback resistors. Older Roderstein resistors sounded very 'balanced' and were used as the primary resistors in the Vendetta Research SCP-2 phono stage, and in the CTC Blowtorch preamp. Old Holco and older Vishay (original resistors) were sometimes used to improve the sonic balance, especially in the CTC Blowtorch. I still maintain a lot of older Roderstein resistors in my inventory, but for new products we usually Vishay DALE branded (brown color) resistors, that don't look real pretty, but both measure and sound good. Thanks to Ed Simon for his measurements of these devices.
You are a respected designer with a lot of good products in your History.
Sadly lately you seem to be drifting bit by bit into the subjective/fairy dust area of Audio.
Pity.
I would say too much reliance on a belief that ears and brains are infallible on this forum.
Far left side of the Bonsai 360-review personality-type related graphic below?
Attachments
My point is that the waveforms are different, so the auditory stimulus MUST be different, opening a possibility of audible difference. Your magnatude spectra is wrong. I've run several actual FFTs. Must be an error in the setup of Matlab. Peak values are very different.FM modulated by a pure 43Hz sine. The AM counterpart has some harmonics (because of your Bessel functions)
good
Waveforms are of course different. However the magnitude spectra are the same within 0.005dB unless you want to question Matlab. What is your point?
I believe your point is that the spectrums are identical (they aren't), so its somehow amazing that the two are audibly different (it isn't), and you attribute that to sideband phase shift. And from that, you're somehow trying to push some form of magic audio theory on the unsuspecting public.
The waveforms and spectra are different. Provable. They are audibly different. Provable. Big deal, and no magic.
We're done here.
Hey, you're the reference expert here. Why don't you go off and do your thing now, and find the papers that show how relatively insensitive humans are to in-band phase shift? Come on now, this goes both ways. Oh, and no manufactureres propaganda, we need real papers, like AES papers etc.Looking at the Purifi article, it appears to be commentary on the common overreliance on typical phase-free spectral analysis to judge audio equipment performance and quality, estimate audibility of distortion products, etc. IIRC Scott Wurcer made the same point regarding overreliance.
Perhaps comfort with the measurements arises from the assumption that humans are insensitive to phase.
Again I suggest, since you summarily dismiss any information given you here, that you honestly try to answer your own questions with Google. You seem to be good at it. But be honest, and do NOT just try to validate your own opinions. You will learn nothing doing that.Maybe not exactly true for every person under all conditions. For one type of example, IIRC 1audio remarked that humans can be very sensitive to phase that is changing. Similarly ESS noted in their slide deck they believe changing excess phase may be audible to some people. Of course the ESS comment is in reference to very low distortion and very low noise level dacs, not something as imperfect as loudspeakers.
Is there too much reliance on that type of spectral analysis or not?
OMG! There's no right vector anywhere! What the heck?Far left side of the Bonsai 360-review personality-type related graphic below?
if you consider 0.005dB a difference to be audible then you have a point and that would be spectacular if the difference was attributable to 0.005dB. Otherwise, not. You claim my amplitude spectra to be wrong - that is a very strong claim without shred of evidence and I have posted the exact Matlab script running in double precision). I have tried to explain to you that spectral windows as normally used prior to FFT analysis is spreading the signal energy into neighboring FFT bins including into other sidebands which means that the peak spectral values are not exact. Your spectra showed characteristic skirts from a window. Without knowing the exact algorithm behind your plot it is of course hard to get any closer to an explanation.My point is that the waveforms are different, so the auditory stimulus MUST be different, opening a possibility of audible difference. Your magnatude spectra is wrong. I've run several actual FFTs. Must be an error in the setup of Matlab. Peak values are very different.
it's surprising that two signals with identical spectra (proved) sound so different. Its up to others to theorize about whyI believe your point is that the spectrums are identical (they aren't), so its somehow amazing that the two are audibly different (it isn't), and you attribute that to sideband phase shift. And from that, you're somehow trying to push some form of magic audio theory on the unsuspecting public.
at least one thing to agree onWe're done here.
I don't consider 0.005dB an audible difference. The two samples are much more different than that in peak value.if you consider 0.005dB a difference to be audible then you have a point and that would be spectacular if the difference was attributable to 0.005dB.
I posted my FFT results. Sorry if you missed them. .005dB? Of what? RMS? Sure. Peak? Heck no, they are 3dB apart. Matlab isn't making the mistake here.Otherwise, not. You claim my amplitude spectra to be wrong - that is a very strong claim without shred of evidence and I have posted the exact Matlab script running in double precision).
Still valid, window or not. And my amplitude figures are correct too, the two are not the same.I have tried to explain to you that spectral windows as normally used prior to FFT analysis is spreading the signal energy into neighboring FFT bins including into other sidebands which means that the peak spectral values are not exact. Your spectra showed characteristic skirts from a window. Without knowing the exact algorithm behind your plot it is of course hard to get any closer to an explanation.
I don't agree that it's surprising because the spectra are different, which I did prove and post, and the peak amplitude is different. And the envelope is different. And....geez man, if you can't see the obvious, I can't help you. Not a surprise at all. Different waveforms, different auditory stimulli.it's surprising that two signals with identical spectra (proved) sound so different. Its up to others to theorize about why
at least one thing to agree on
- Home
- Design & Build
- Construction Tips
- Placement of resistors in signal path.