Articles

Affichage des articles du février, 2025

Cadence et Le Logiciel Cadence niv.2

Image
Cadence (Outil de simulations et analyses) C’est un logiciel, on a utilisé beaucoup de fois en architecture des circuits, simulations, tests et analyses. Il a compose et a consisté de simulateur Orcad , Spice netlist, simulateur PCB, Simulateur Layout,… Aussi on peut faire Analyse DC, AC, Transient,.., montecarlo,… 1-     Analyse DC, on utilisant un amplificateur opérationnel avec ces propriétés en modèle Spice. On analyse les C/CS tension/courant, on va appliqué tension entre -15v et 15v, et aussi -12v et 12v.                                                          Fig-1 Composants OP-Amp, Source de tension, 3 résistors, 1 terre. Choix analyse type DC, -15v,+15v, avec step 1. On a vu le schéma électronique et sa réponse en tension type DC (le choix par un marquer en vert,…comme dans le schéma). ...

Matlab level 7

Image
Matlab  Part1 in electricity and electronics: Electrical / electronics Signals : I will show you my friends some examples using matlab in signal analysis and responses. 1-     a+ Firstly you know that: Here using cosine signals in our application (Fig-1), but also if you want to calculate using sine signals you can write the fonctions as this. I(t) = I m cos (w*t) I(t) = I m cos ((2*pi*f )*t) V(t) = V m cos (w*t) V(t) = V m cos ((2*pi*f )*t) ……………………………………….. I(t) = I m sin (w*t) I(t) = I m sin ((2*pi*f )*t) V(t) = V m sin (w*t) V(t) = V m sin ((2*pi*f )*t) 1-     b+ Secondly appling this equations in our example using matlab: Now in this example i used and explaned the time domain inbetween –pi until +pi so I defined x between –pi until +pi. Defined y1 using the addition or the superpossition of 2 cosine signals. Y2 is the fast forrier transform of y1 in the time domain. Y3 sa,ple co...

Digital Electronics and microelectronics circuits

Image
Digital Electronics Électronique Numérique First Part –La premier Partie 1-La représentation polynomiale : -Si nous manipulons les nombres de manière intuitive, c’est la plupart du temps dans la base décimale, naturelle et universelle. +This the representation of polynomial function: a n− 1 b n− 1 + a n− 2 b n− 2 + a n− 3 b n− 3 + ···+ a 2 b 2 + a 1 b+ a 0 + a − 1 b − 1 + a − 2 b − 2 +···+  a −m b −m -b est appelée la base. +B is called the Base. -Si la base 10 nous est familière, d’autres bases existent et les bases les plus utilisées en informatique  et la programmation sont les bases 10, 2, 8 et 16 appelées respectivement  décimale,  binaire,  octale  et  hexadécimale. +If the base 10 is well known than the other bases but the most used in computer science and in engineering of programming languages is the base 2, after that the base octet 8 and the last the base Hexadecimal 16. 2-Les bases 10, 2, 8, 16 : ...