main content

creates birdcage (mri coil) -凯发k8网页登录

creates birdcage (mri coil)

description

the birdcage object creates to create a birdcage mri coil. this antenna is most commonly used in clinical mri. the antenna structure consists of two circular coils connected by conductive elements called rungs. the number of rungs depends on the size of the coil and is generally an even number.

the coil is operated at 64 mhz or 128 mhz. the birdcage can be loaded/excited to model a highpass or lowpass coil.

creation

description

example

bc = birdcage creates a birdcage antenna to model an mri coil.

example

bc = birdcage(name,value) sets properties using one or more name-value pairs. for example, bc = birdcage('numrungs',8) creates a birdcage with eight rungs. enclose each property name in quotes.

properties

number of rungs, specified as a scalar.

example: 'numrungs',20

example: bc.numrungs = 20

data types: int8

coil radius, specified as a scalar in meters.

example: 'coilradius',0.2

example: bc.coilradius = 0.2

data types:

coil height, specified as a scalar in meters.

example: 'coilheight',0.089

example: bc.coilheight = 0.089

data types: double

height of rungs, specified as a scalar in meters. distance is measured from the middle of the upper coil to the middle of the lower coil.

example: 'rungheight',0.56

example: bc.rungheight = 0.56

data types: double

shield radius, specified as a scalar in meters. a value of zero indicates that the shield is absent.

example: 'shieldradius',0.2

example: bc.shieldradius = 0.2

data types: double

shield height, specified as a scalar in meters. a value of zero indicates that the shield is absent.

example: 'shieldheight',0.089

example: bc.shieldheight = 0.089

data types: double

dielectric mesh to load birdcage, specified as a structure having the following fields:

points in custom dielectric mesh, specified as an n-by-3 matrix in meters. n is the number of points.

you can use the phantom property to insert a dielectric mesh in the shape of a human head into the bird cage antenna. this dielectric cylinder has a permeability of 80. you can upload this mesh in the form of a mat file.

data types: double

tetrahedra in custom dielectric mesh, specified as an m-by-4 integer matrix. m is the number of tetrahedra.

data types: double

relative permittivity of dielectric material, specified as a scalar.

data types: double

loss in dielectric material, specified as a scalar.

data types: double

data types: struct

location of feeds in cartesian coordinates, specified as an n-by-3 matrix. you can also use the and functions to determine the feed locations in low-pass or high-pass mode.

example: 'feedlocations'= [0.3981 0.0392 -0.2300;0.3528 0.1886 -0.2300]

example: b.feedlocations = getlowpasslocs(b)

data types: double

magnitude of voltage applied to each feed, specified as a scalar or 1-by-n vector with each element unit in volts.

example: 'feedvoltage',2

example: bc.feedvoltage = 2

data types: double

phase shift to the excitation voltage at each feed, specified as a scalar or 1-by-m vector with each element unit in degrees.

example: 'feedphase',45

example: bc.feedphase = 45

data types: double

type of the metal used as a conductor, specified as a metal material object. you can choose any metal from the or specify a metal of your choice. for more information, see . for more information on metal conductor meshing, see .

example: m = metal('copper'); 'conductor',m

example: m = metal('copper'); ant.conductor = m

lumped elements added to the antenna feed, specified as a lumped element object. you can add a load anywhere on the surface of the antenna. by default, it is at the origin. for more information, see .

example: 'load',lumpedelement. lumpedelement is the object for the load created using lumpedelement.

example: bc.load = lumpedelement('impedance',75)

tilt angle of the antenna, specified as a scalar or vector with each element unit in degrees. for more information, see .

example: tilt=90

example: tilt=[90 90],tiltaxis=[0 1 0;0 1 1] tilts the antenna at 90 degrees about the two axes defined by the vectors.

note

the antenna object only accepts the dot method to change its properties.

data types: double

tilt axis of the antenna, specified as:

  • three-element vector of cartesian coordinates in meters. in this case, each coordinate in the vector starts at the origin and lies along the specified points on the x-, y-, and z-axes.

  • two points in space, each specified as three-element vectors of cartesian coordinates. in this case, the antenna rotates around the line joining the two points in space.

  • a string input describing simple rotations around one of the principal axes, 'x', 'y', or 'z'.

for more information, see .

example: tiltaxis=[0 1 0]

example: tiltaxis=[0 0 0;0 1 0]

example: tiltaxis = 'z'

data types: double

object functions

feeding location to operate birdcage as lowpass coil
feeding location to operate birdcage as highpass coil
display antenna, array structures or shapes
axial ratio of antenna
beamwidth of antenna
charge distribution on antenna or array surface
current distribution on antenna or array surface
radiation efficiency of antenna
electric and magnetic fields of antennas; embedded electric and magnetic fields of antenna element in arrays
input impedance of antenna; scan impedance of array
mesh properties of metal, dielectric antenna, or array structure
change mesh mode of antenna structure
optimize antenna or array using sadea optimizer
radiation pattern and phase of antenna or array; embedded pattern of antenna element in array
azimuth pattern of antenna or array
elevation pattern of antenna or array
calculate and plot radar cross section (rcs) of platform, antenna, or array
return loss of antenna; scan return loss of array
calculate s-parameter for antenna and antenna array objects
voltage standing wave ratio of antenna

examples

create and view a default birdcage antenna.

bc = birdcage
bc = 
  birdcage with properties:
         numrungs: 16
       coilradius: 0.4000
       coilheight: 0.0400
       rungheight: 0.4600
     shieldradius: 0
     shieldheight: 0
          phantom: []
    feedlocations: [2x3 double]
      feedvoltage: 1
        feedphase: 0
        conductor: [1x1 metal]
             tilt: 0
         tiltaxis: [1 0 0]
             load: [1x1 lumpedelement]
show(bc);

figure contains an axes object. the axes object with title birdcage antenna element, xlabel x (mm), ylabel y (mm) contains 4 objects of type patch, surface. these objects represent pec, feed.

plot the radiation pattern at 128 mhz.

pattern(bc,128e6)

figure contains an axes object and other objects of type uicontrol. the axes object contains 4 objects of type patch, surface.

antenna toolbox™ provides two .mat files to load a phantom human head model into a birdcage antenna. the humanheadcoarse.mat contains a coarse dielectric mesh of the human head model and the humanheadfine.mat provides the user with a finer dielectric mesh. load the coarse human head model.

load human head model file. extract the values of points and tetrahedra. add a relative permittivity (epsilonr) of 10 and a dielectric loss (losstangent) of 0.002. scale the dielectric mesh to fit in the birdcage antenna. in this case, the mesh points are multiplied by 0.003.

load humanheadcoarse.mat
humanhead = struct('points',0.003*p,'tetrahedra',t,'epsilonr',10,...
                  'losstangent',0.002)
humanhead = struct with fields:
         points: [584x3 double]
     tetrahedra: [2818x4 double]
       epsilonr: 10
    losstangent: 0.0020

add and view the human head mesh inside the birdcage.

b = birdcage('phantom',humanhead)
b = 
  birdcage with properties:
         numrungs: 16
       coilradius: 0.4000
       coilheight: 0.0400
       rungheight: 0.4600
     shieldradius: 0
     shieldheight: 0
          phantom: [1x1 struct]
    feedlocations: [2x3 double]
      feedvoltage: 1
        feedphase: 0
        conductor: [1x1 metal]
             tilt: 0
         tiltaxis: [1 0 0]
             load: [1x1 lumpedelement]
show(b)

figure contains an axes object. the axes object with title birdcage antenna element, xlabel x (mm), ylabel y (mm) contains 5 objects of type patch, surface. these objects represent pec, feed, dielectric.

create a birdcage antenna.

b = birdcage;
show(b);

figure contains an axes object. the axes object with title birdcage antenna element, xlabel x (mm), ylabel y (mm) contains 4 objects of type patch, surface. these objects represent pec, feed.

use the birdcage as a high-pass coil.

b.feedlocations = gethighpasslocs(b)
b = 
  birdcage with properties:
         numrungs: 16
       coilradius: 0.4000
       coilheight: 0.0400
       rungheight: 0.4600
     shieldradius: 0
     shieldheight: 0
          phantom: []
    feedlocations: [32x3 double]
      feedvoltage: 1
        feedphase: 0
        conductor: [1x1 metal]
             tilt: 0
         tiltaxis: [1 0 0]
             load: [1x1 lumpedelement]
show(b);

figure contains an axes object. the axes object with title birdcage antenna element, xlabel x (mm), ylabel y (mm) contains 34 objects of type patch, surface. these objects represent pec, feed.

shield the antenna to ensure that radiation does not leak out.

b.shieldradius = 0.5; 
b.shieldheight = 0.5;
show(b) ;

figure contains an axes object. the axes object with title birdcage antenna element, xlabel x (mm), ylabel y (mm) contains 36 objects of type patch, surface. these objects represent pec, feed.

version history

introduced in r2017b

see also

|

网站地图