how to plot the EM wave in matlab
时间:04-06
整理:3721RD
点击:
hi
how to plot the EM wave in matlab ....also how to plot phasor phath vs time
thanks
how to plot the EM wave in matlab ....also how to plot phasor phath vs time
thanks
Here is planewave:
Code:
[x,y]=meshgrid(5:0.05:15,-5:0.05:5); lambda=1; k=2*pi/lambda; f=3e8/lambda; w=2*pi*f; t=linspace(0,60e-9,200); %z=exp(i*k*abs(x+i*y)); z=exp(i*k*x); for n=1:length(t) surf(x,y,real(z*exp(-i*w*t(n)))); %view(ceil(90*n*1/length(t)),ceil(90*n*2/length(t))); view(3) zlim([-1.5 1.5]) xlim([min(min(x)) max(max(x))]) ylim([min(min(y)) max(max(y))]) shading interp getframe(); end
- I/Q baseband Modulator Demodulator
- ADS schematic to layout
- NFC System with antenna which can provide from 1 A/m to 7.5 A/m signal strength
- Why are all reference sensitivity requirement of all bands different in WCDMA (UMTS)
- itemdef.ael not found while trying to place a SmithChart smart component
- Using ADS2019, How to set and measure tempature values for LNA?
