
Giampiero Campa
I am originally from the Puglia region, in south-east Italy. I have received both Laurea (EE, 1996 with a period at Strathclyde University) and PhD (Robotics and Automation, 2000, with a period at Georgia Tech) from the University of Pisa, Italy. From 2000 to 2008 I have been a faculty member at West Virginia University. My research at WVU involved system identification, adaptive and nonlinear control, fault tolerant systems, machine vision, and sensor fusion, especially applied to UAVs. This research resulted in around 30 peer-reviewed articles in international journals, about 60 research papers for international conferences, and a couple of book chapters. I have been working for MathWorks since January 2009 for MathWorks, covering different roles, first in the Los Angeles office and then in Natick (MA). I am now responsible for the documentation of the Reinforcement Learning and Model Predictive Control toolboxes.
C, MATLAB, Arduino
Spoken Languages:
English, Italian
Professional Interests:
Control Systems, Reinforcement Learning Toolbox, Adaptive Control, Macroeconomics
Statistics
RANK
9.437
of 273.451
REPUTAZIONE
2
CONTRIBUTI
0 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
6 of 18.459
REPUTAZIONE
51.616
VALUTAZIONE MEDIA
4.50
CONTRIBUTI
40 File
DOWNLOAD
1188
ALL TIME DOWNLOAD
505337
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Units for Time in Simulink
It is not seconds, it's an "unit of time" that you can relate to time units how you want, depending on your application. See als...
oltre un anno fa | 0
How do I properly substitute rlRepresentation with rlValueRepresentation, rlQValueRepresentation, rlDeterministicActorRepresentation, and rlStochasticActorRepresentation?
The table in this page might help.
oltre un anno fa | 0
Inviato
Money Flow - Library and Examples
Calculate money flow in and out of bank accounts, optimize taxes, and plan your retirement using Simulink
circa 2 anni fa | 2 download |
Inviato
Essential Calculus Lectures with MATLAB
Using the Live Editor and the Symbolic Math Toolbox to teach calculus concepts
oltre 3 anni fa | 15 download |
Inviato
Soft Real Time
Generate a real-time executable for Windows or Linux
circa 6 anni fa | 2 download |
Inviato
What is the best way to implement my algorithm in Simulink ?
Eight ways to implement an Extended Kalman Filter as a Simulink block
circa 6 anni fa | 11 download |

Inviato
Device Drivers
Developing Simulink Device Driver Blocks: Step-By-Step Guide and Examples
oltre 6 anni fa | 85 download |

Inviato
Legacy MATLAB and Simulink Support for Arduino: Slides and Examples
Slides for the webinar: "Learning Basic Mechatronics Concepts Using the Arduino Board and MATLAB".
oltre 6 anni fa | 14 download |

Inviato
Legacy MATLAB and Simulink Support for Arduino
MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board
circa 7 anni fa | 684 download |

Inviato
Simulink Initialization and Scheduling
Simulink initialization and sequential block execution examples
circa 7 anni fa | 3 download |
Risolto
Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>
oltre 7 anni fa
Risolto
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
oltre 7 anni fa
Risolto
Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...
oltre 7 anni fa
Risolto
Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>
oltre 7 anni fa
Risolto
Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...
oltre 7 anni fa
Risolto
Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...
oltre 7 anni fa
Risolto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
oltre 9 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
oltre 9 anni fa
Risolto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
oltre 9 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
oltre 9 anni fa
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
oltre 9 anni fa