5/26/2013

Free Software (Software Libero)

Eclipse - è un ambiente di sviluppo integrato multi-linguaggio e multipiattaforma [Wikipedia].Permette di programmare in quasi tutti i linguaggi esistenti, poi aggiungendo gli innumerevoli plug-in diventa uno strumento potentissimo.Si può ad esempio installare un plug-in che permette di creare diagrammi in UML. 
http://www.eclipse.org/

Audacity - Secondo me un ottimo editor di file audio free è Audacity, rilasciato sotto la GNU General Public License. Scaricabile qui : http://audacity.sourceforge.net

VLC media player - Riproduttore multimediale potente, veloce e semplice.Scaricabile qui:http://www.videolan.org/vlc/


Virtual Box - è un software open source per eseguire macchine virtuali su architettura x86/AMD64, disponibile per i sistemi operativi più diffusi. Permette detto a "pane e puparuoli[Cit]" (:D) di eseguire un sistema operativo su un'altro sistema operativo. Il download al seguente sito:

https://www.virtualbox.org/wiki/Downloads

5/04/2013

Comandi MATLAB e Simulink per Fondamenti di Sistemi Dinamici

matrix - A= [11 12 13; 21 22 23] is a 2-by-3 matrix
plot - 2-D line plot
SISO Model Creation - How to create continuous-time single-input, single-output (SISO) models.
ss - Create state-space model, convert to state-space model
tf - Create transfer function model, convert to transfer function model
zpk - Create zero-pole-gain model; convert to zero-pole-gain model
bode()Bode plot of frequency response, magnitude and phase of frequency response
impulse() - Impulse response plot of dynamic system; impulse response data
step() - Step response plot of dynamic system
c2d - Convert model from continuous to discrete time
ssdata - Access state-space model data (Ci rida le matrici A,B,C,D)


Examples
Predator-Prey
The predator-prey problem refers to an ecological system in which we have two species, one of which feeds on the other. This type of system has been studied for decades and is known to exhibit interesting dynamics. The figure below shows a historical record taken over 90 years for a population of lynxes versus a population of hares (MacLulich, 1937). study of the model and matlab source: http://www.cds.caltech.edu/~murray/amwiki/index.php/Predator_prey


in costruzione... :)