Power (Voltage / Current) inducted in rectangle antenna.
时间:04-04
整理:3721RD
点击:
Hello,
I have application with similar construction to RFID, however I'm not sure if my calculations are correct. This is crucial for my project because it's supose to by my power supply.
I'm trying to calculate what voltage and current would be inducted in rectangle antenna by magnetic flux at specific frequency. I found out that:
where: Mflux - magnetic flux, N - number of wraps in coil (1 in my case)
so if magnetic flux is sine at specific frequency than inducted voltage would be also sine at same frequency. If I want to calculate peak-to-peak voltage can I divide peak-to-peak magnetic flux by half of period of sine wave?
Also this is eqution that I've found for calculating current in antenna (coil):
where: L - antenna inductance (page 14 from file below).
This is the file that I used for calculation: http://application-notes.digchip.com/022/22-18922.pdf
Thank you for any help.
I have application with similar construction to RFID, however I'm not sure if my calculations are correct. This is crucial for my project because it's supose to by my power supply.
I'm trying to calculate what voltage and current would be inducted in rectangle antenna by magnetic flux at specific frequency. I found out that:
Code:
U = - N * d(Mflux)/dt
so if magnetic flux is sine at specific frequency than inducted voltage would be also sine at same frequency. If I want to calculate peak-to-peak voltage can I divide peak-to-peak magnetic flux by half of period of sine wave?
Also this is eqution that I've found for calculating current in antenna (coil):
Code:
I = N* Mflux/L
This is the file that I used for calculation: http://application-notes.digchip.com/022/22-18922.pdf
Thank you for any help.
No, I suppose, Vpp = N*Mpp*ω
So for example if my Mpp = 10nVs, N = 1 and f = 30MHz than Vpp = 10nVs*2*PI*30MHz = 1,88V?
Yes, that's what I calculate, too.