TRONIX FUNDA
Continue the Journey of Learning
Thursday, April 20, 2023
Some useful parameters
Tuesday, March 21, 2023
Simple 2.4GHz dipole antenna program in MATLAB
Below is simple MATLAB code for 2.4GHz dipole antenna. Normally the length of this dipole is λ/2
λ=c/f
c is speed of light i.e. 300000000 m/s
And f here is 2.4GHz
And we found λ/2 to be 0.0625
We used length here to be 0.0600 since for this length we get good VSWR or we can say reflection is low.
Code:
Frequency Modulated Continuous Wave Radar
Tuesday, October 18, 2022
Continuous Wave Radar
The returned E-field at some time later is
Time it took to travel to and from the object(target) is
Substituting
The received frequency can be calculated by taking time derivative of the quantity in red above and dividing by 2pi
Here,
The blue coloured quantity above is nothing but he Doppler shift frequency.
Here the sign essentially indicates the target moving direction
If the doppler shift is negative then
the target is moving away from the radar and vice
versa
And thus the velocity can be written as
Friday, March 25, 2022
Verilog
Introduction to Verilog
Verilog is a type of Hardware Description Language (HDL). Verilog is one of the two languages used by education and business to design FPGAs and ASICs.
Friday, December 3, 2021
Digital design fundamentals
- Fixed-Function IC
- Full Custom ASIC
- Semi Custom ASIC
- PLD Technology
Some useful parameters
Dielectric constant Metals have infinite Dielectric constant As usually metals permittivity is very large than of free space hence its Die...
-
Building Logic gates using Op-amp 1.AND gate using op-amp:circuit diagram Check out the above circuit At inverting input of op...
-
System Design Technologies There are four design technologies: Fixed-Function IC Full Custom ASIC Semi Custom ASIC PLD Technology Fixed-Fun...