Feedback Control of Dynamic Systems, Global Edition | 7:e upplagan
- Danskt band, Engelska, 2014
- Författare: Gene F. Franklin, Abbas Emami-Naeini, J Powell
- Betyg:
Butikslager
Onlinelager
Ej i lager
$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 senior-level or first-year graduate-level courses in control analysis and design, and related courses within engineering, science, and management Feedback Control of Dynamic Systems covers the material that every engineer, and most scientists and prospective managers, needs to know about feedback control-including concepts like stability, tracking, and robustness. Each chapter presents the fundamentals along with comprehensive, worked-out examples, all within a real-world context and with historical background information. The authors also provide case studies with close integration of MATLAB throughout. Teaching and Learning ExperienceThis program will provide a better teaching and learning experience-for you and your students. It will provide: An Understandable Introduction to Digital Control: This text is devoted to supporting students equally in their need to grasp both traditional and more modern topics of digital control. Real-world Perspective: Comprehensive Case Studies and extensive integrated MATLAB/SIMULINK examples illustrate real-world problems and applications. Focus on Design: The authors focus on design as a theme early on and throughout the entire book, rather than focusing on analysis first and design much later.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781292068909
Upplaga:
7
Utgiven:
2014-08-05
Förlag:
Pearson Education
Sidantal:
880
Hur man citerar Feedback Control of Dynamic Systems, Global Edition
Klicka på -knappen för att kopiera citatet till urklipp. Kom ihåg att alltid dubbelkolla dina referenser.
Harvard
Gene F. Franklin, Abbas Emami-Naeini och J Powell (2014) Feedback Control of Dynamic Systems, Global Edition. 7:e uppl. Pearson Education
Gene F. Franklin, Abbas Emami-Naeini och J Powell (2014) Feedback Control of Dynamic Systems, Global Edition. 7:e uppl. Pearson Education
APA (7:e upplagan)
Gene F. Franklin, Abbas Emami-Naeini, och J Powell (2014). Feedback Control of Dynamic Systems, Global Edition (7:e uppl.). Pearson Education
Gene F. Franklin, Abbas Emami-Naeini, och J Powell (2014). Feedback Control of Dynamic Systems, Global Edition (7:e uppl.). Pearson Education
MLA
Gene F. Franklin, Abbas Emami-Naeini, och J Powell. Feedback Control of Dynamic Systems, Global Edition. 7:e uppl., Pearson Education, 2014.
Gene F. Franklin, Abbas Emami-Naeini, och J Powell. Feedback Control of Dynamic Systems, Global Edition. 7:e uppl., Pearson Education, 2014.
Vancouver
Gene F. Franklin, Abbas Emami-Naeini, J Powell. Feedback Control of Dynamic Systems, Global Edition. 7:e uppl.. Pearson Education; 2014.
Gene F. Franklin, Abbas Emami-Naeini, J Powell. Feedback Control of Dynamic Systems, Global Edition. 7:e uppl.. Pearson Education; 2014.
IEEE
Gene F. Franklin, Abbas Emami-Naeini, J Powell, Feedback Control of Dynamic Systems, Global Edition, 7:e uppl.. Pearson Education, 2014.
Gene F. Franklin, Abbas Emami-Naeini, J Powell, Feedback Control of Dynamic Systems, Global Edition, 7:e uppl.. Pearson Education, 2014.
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"
>