|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Digital Line Level DACs, Digital Crossovers, Equalizers, etc. |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
diyAudio Member
Join Date: Apr 2009
|
Hi,
Does anyone have the two-tone test signal (19 & 20 kHz, -3dBFS each tone) so that I can burn it into a CD. I want to use this signal to performance a intermodulation test for my PA. Many thanks, BitPoint |
|
|
|
#2 | |
|
diyAudio Member
Join Date: Oct 2006
|
Quote:
Hi BitPoint, You will need -6dBFS each so it doesn't clip. If you can get a matlab script, here is the code to generate the test tone clc; TT = 60; %Total Time of Track in seconds FS = 44.1e3; %Sample Rate dB = 0; %Amplitude in dB BITS = 16; %Number Of Bits Per Sample F1 = 19e3; %Frequency 1 F2 = 20e3; %Frequency 2 AMP = 10^(dB/20) - .0001; y =(AMP)*sin(2*pi*F1.*[0:1/FS:TT])/2 +(AMP)*sin(2*pi*F2.*[0:1/FS:TT])/2; track = ['44p1k_19k_20k_16b.wav']; wavwrite([y' y'],FS,BITS,track); Dustin |
|
|
|
|
#3 |
|
diyAudio Member
Join Date: Mar 2006
Location: Switzerland
|
Hi BitPoint
Just in case you don't have matlab, I can send you a test signal as an email attachment. Send me your email address and tell me the maximum capacity you can handle. A one minute wav-file is approx. 10.6 MB. Kurt |
|
|
|
#4 |
|
diyAudio Member
Join Date: Mar 2006
Location: Switzerland
|
A word of caution: Be absolutely sure that amp and speakers are disconnected when you test with the CD. A 20 kHz tone at full level could easily destroy your tweeters!
|
|
|
|
#5 |
|
diyAudio Member
Join Date: Apr 2005
Location: Pilsen
|
You can do miracles with open source SoX http://sox.sourceforge.net/ .
Code:
sox -V -r 44100 -c 2 -b 16 -t wav -n intermodul.wav synth 300 sine create 20000 synth sine mix 19000 You can check spectrum of the resultant file by running Code:
sox intermodul.wav -n remix 1 spectrogram -y 4 |
|
|
|
#6 |
|
diyAudio Member
Join Date: Dec 2006
Location: Eindhoven
|
Every decent audio editer will generate the signals you want!
__________________
Systems that assume to know too much are more a hindrance than a help. (Software Tools) |
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Jitter test signal - 11025+229.6875hz. How to ? | percy | Digital Source | 5 | 25th April 2007 12:13 AM |
| Proposal of new test signal for amplifiers, with regard to HF interference | PMA | Solid State | 29 | 14th November 2006 05:45 AM |
| What's a good test signal to match two decks' azimuth with? | damianm | Analogue Source | 4 | 18th June 2006 02:00 PM |
| Best Digital (bit perfect) Test Signal? | drewm1980 | Digital Source | 3 | 23rd May 2005 12:09 AM |
| THD, Intermodulation, S/N | Diogo | Solid State | 13 | 4th September 2002 12:29 PM |
| New To Site? | Need Help? |
| Page generated in 0.09581 seconds (76.85% PHP - 23.15% MySQL) with 11 queries |