Signals and Systems | 2:a upplagan
- Danskt band, Engelska, 2013
- Författare: Alan V Oppenheim, Alan Willsky, S. Nawab
- Betyg:
1195
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
For undergraduate-level courses in Signals and Systems.
This comprehensive exploration of signals and systems develops continuous-time and discrete-time concepts/methods in parallel -- highlighting the similarities and differences -- and features introductory treatments of the applications of these basic methods in such areas as filtering, communication, sampling, discrete-time processing of continuous-time signals, and feedback. Relatively self-contained, the text assumes no prior experience with system analysis, convolution, Fourier analysis, or Laplace and z-transforms.
This comprehensive exploration of signals and systems develops continuous-time and discrete-time concepts/methods in parallel -- highlighting the similarities and differences -- and features introductory treatments of the applications of these basic methods in such areas as filtering, communication, sampling, discrete-time processing of continuous-time signals, and feedback. Relatively self-contained, the text assumes no prior experience with system analysis, convolution, Fourier analysis, or Laplace and z-transforms.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781292025902
Upplaga:
2
Utgiven:
2013-07-29
Förlag:
Pearson Education
Sidantal:
948
Hur man citerar Signals and Systems
Klicka på -knappen för att kopiera citatet till urklipp. Kom ihåg att alltid dubbelkolla dina referenser.
Harvard
Alan V Oppenheim, Alan Willsky och S. Nawab (2013) Signals and Systems. 2:a uppl. Pearson Education
Alan V Oppenheim, Alan Willsky och S. Nawab (2013) Signals and Systems. 2:a uppl. Pearson Education
APA (7:e upplagan)
Alan V Oppenheim, Alan Willsky, och S. Nawab (2013). Signals and Systems (2:a uppl.). Pearson Education
Alan V Oppenheim, Alan Willsky, och S. Nawab (2013). Signals and Systems (2:a uppl.). Pearson Education
MLA
Alan V Oppenheim, Alan Willsky, och S. Nawab. Signals and Systems. 2:a uppl., Pearson Education, 2013.
Alan V Oppenheim, Alan Willsky, och S. Nawab. Signals and Systems. 2:a uppl., Pearson Education, 2013.
Vancouver
Alan V Oppenheim, Alan Willsky, S. Nawab. Signals and Systems. 2:a uppl.. Pearson Education; 2013.
Alan V Oppenheim, Alan Willsky, S. Nawab. Signals and Systems. 2:a uppl.. Pearson Education; 2013.
IEEE
Alan V Oppenheim, Alan Willsky, S. Nawab, Signals and Systems, 2:a uppl.. Pearson Education, 2013.
Alan V Oppenheim, Alan Willsky, S. Nawab, Signals and Systems, 2:a uppl.. Pearson Education, 2013.
Behöver du hjälp med referenser?
Dessa citat genereras automatiskt från bokens metadata. Kontrollera alltid att informationen är korrekt innan du använder den i ditt arbete.
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>