16cm 3-way, 3-speaker system |
PP woofer cone with square array pattern |
40mm midrange |
12mm tweeter |
5° angled direct sound |
260W peak input power |
Speaker System | 3-way 3-speaker System |
Speaker Type | Coaxial |
Peak Input Power | 270W |
Rated Input Power | 60W |
Speaker Size | 160mm |
Speaker Cone Design | Square array pattern |
Magnet Type | Ferrit |
Terminals | Slide types |
Installation Capabillity | Door/Rear Deck |
Peak Input Power | 270W |
RMS power (CEA spec) | 60 W |
Woofer Cone material | Injection P.P. Cone |
Speaker Basket | Steel |
Speaker Surround | Cloth |
Sensitivity | 88dB/W/m |
Frequency Response | 65Hz ~ 22000Hz |
Speaker Impedance | 4Ω |
Dimensions (W x H x D) | 168.4 x 168.4 x 70.7mm |
Mounting Depth | 45.5mm |
Mouting Hole Diameter Ø | 123mm |
Speaker Weight with Grille (pc.) | 834gr |
Speaker Weight w/o Grille (pc.) | 752gr |
Gross Weight | 1900gr |
Weight of Magnet | 220gr |
Cone Size | 40mm |
Cone Type | Water resistant paper cone |
Cone Size | 12mm |
Cone Material | Ceramic |
Screws (Parker-type) | Ø 4 x 25mm, 8 pieces |
Grille assembly included | Yes |
$('#product-product button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#product-product #form-upload').remove();
$('body').prepend('');
$('#product-product #form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#product-product #form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#product-product #form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after(' ' + json['error'] + ' ');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').val(json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->
|