[Nirfast] Fwd: Meshing and Results

Vincent Kitsmiller Vincent.J.Kitsmiller.1 at nd.edu
Tue Jul 19 11:31:51 EDT 2016


---------- Forwarded message ----------
From: Vincent Kitsmiller <Vincent.J.Kitsmiller.1 at nd.edu>
Date: Tue, Jul 19, 2016 at 11:22 AM
Subject: Re: [Nirfast] Meshing and Results
To: Hamid Dehghani <h.dehghani at cs.bham.ac.uk>


I use the script below and simply extract the amplitude and phase data from
the produced .paa file also below.

clear all
clc

npts=10;
in=(500-100)/npts;

for i=0:npts
    freq=100+i*in;
    cylinder_data = femdata('cylinder_mua=0.01_mus=1_n=1.33.rpt',freq);
    freq=num2str(freq);
    dataname=strcat('cylinder_',freq,'MHz.paa')
    save_data(cylinder_data,dataname);
end

[image: Inline image 1]

On Tue, Jul 19, 2016 at 11:13 AM, Hamid Dehghani <h.dehghani at cs.bham.ac.uk>
wrote:

> Apologies, I mean y-axis?
>
> How are you pulling amplitudes out of NIRFAST, and can you give me an
> example of commands you use to get data (using femdata I assume)
>
> Hamid
>
> On 19/07/2016 15:40, Vincent Kitsmiller wrote:
>
> This is the response to Hamid's email. For some reason a reply message
> failed.
>
> The x-axis is frequency. I simply am running the standard forward solver
> at various frequencies and plotting the amplitudes from NIRFAST versus
> frequency.
>
> -Vince
>
>
> _______________________________________________
> Nirfast mailing listNirfast at public.kitware.comhttp://public.kitware.com/mailman/listinfo/nirfast
>
>
> --
> --------------------------
> Hamid Dehghani, PhD, MIPEM
> School of Computer Science
> Acting Director, Physical Sciences for Health Doctoral Training Centre
> University of Birmingham
> B15 2TT
> 0121 414 8728 http://mi-lab.weebly.com/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/nirfast/attachments/20160719/fc52a4ae/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture.PNG
Type: image/png
Size: 4210 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/nirfast/attachments/20160719/fc52a4ae/attachment-0001.png>


More information about the Nirfast mailing list