登录
首页 » matlab » ultrasim07

ultrasim07

于 2009-09-07 发布 文件大小:401KB
0 84
下载积分: 1 下载次数: 222

代码说明:

  ULTRSIM是一款超声图像仿真软件,可以作为超声图像仿真研究的工具,附有matlab代码(ULTRSIM is an ultrasound image simulation software can be used as a tool for simulation of ultrasonic images)

文件列表:

ultrasim
........\1point5
........\.......\set15d.asv
........\.......\set15d.m
........\aberra3d
........\........\bound.m
........\........\crosspt.m
........\........\findrays.m
........\........\rayareal.m
........\........\simpnrm.m
........\........\simpsrf.m
........\........\snellaw.m
........\........\srf6crss.m
........\........\srf7crss.m
........\........\traceray.m
........\........\transk.m
........\aberrati
........\........\abr2.m
........\........\abraxis.m
........\........\abrcont.m
........\........\abrinput.m
........\........\atten2.m
........\........\bound2.m
........\........\calclay.m
........\........\calcrays.m
........\........\crosspt2.m
........\........\derive.m
........\........\elemanal.m
........\........\elfoc.m
........\........\getfocus.m
........\........\getrays.m
........\........\layers.m
........\........\plotdel.m
........\........\plotprob.m
........\........\raytime.m
........\........\snell2.m
........\........\transref.m
........\........\usim2abr.m
........\........\viewprob.m
........\........\x2theta.m
........\anneal
........\......\anneal.m
........\......\annthin.m
........\......\initiell.m
........\......\rnd1.m
........\annulus
........\.......\aafile.m
........\.......\curved.m
........\.......\dusim.m
........\.......\dusimtxt.m
........\.......\nusim.m
........\.......\nusimtxt.m
........\.......\press.m
........\bin
........\...\dummy
........\bp
........\..\akser.m
........\..\apod.m
........\..\apodannu.m
........\..\apodrect.m
........\..\apodud.m
........\..\beampat.m
........\..\bporg.m
........\..\bpplot.m
........\..\bpusim.m
........\..\focannu.m
........\..\focrect.m
........\..\focus.c
........\..\focus.m
........\..\intenerg.m
........\..\phaseu.m
........\..\proptime.m
........\..\pulse.m
........\..\quantizu.m
........\..\t_inhom.m
........\..\userpuls.m
........\..\xyz2fpts.m
........\cnf_elec
........\cnf_mech
........\coarray
........\.......\Changes.txt
........\.......\coartool.m
........\.......\cocomp.asv
........\.......\cocomp.m
........\.......\coplot.m
........\.......\genremez.m
........\.......\geospace.m
........\.......\optiwate.m
........\.......\thinnin4.m
........\.......\thinning.m
........\.......\ultremez.asv
........\.......\ultremez.m
........\config
........\......\annular.m
........\......\apobserv.m
........\......\ausim.m
........\......\ausimtxt.m
........\......\bdynusim.m
........\......\busim.m
........\......\busimtxt.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • eemd
    EMD方法,可将非平稳信号降解为单频信号。用于分析其频谱特性。(EMD method, the non-stationary signal degradation for single-frequency signal. For the analysis of their spectral characteristics.)
    2014-10-05 00:18:08下载
    积分:1
  • paper-3
    This paper gives an idea of heart sound signal analysis using wavelet transform.
    2014-11-14 12:34:05下载
    积分:1
  • lvboqi
    用脉冲响应不变法或双线性变换法设计一个数字低通Butterworth滤波器,matlab(Invariance or bilinear transform design a digital low-pass Butterworth filter with impulse response,matlab)
    2012-11-25 18:42:25下载
    积分:1
  • 局放源模拟
    说明:  40KHZ局部放电超声信号源模拟仿真,四种衰减形式:单指数、单指数振荡、双指数、双指数衰减震荡(Simulation of 40KHz PD ultrasonic signal source, four attenuation forms: single index, single index oscillation, double index, double index attenuation oscillation)
    2021-03-22 10:09:16下载
    积分:1
  • ForcedPendulum
    This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) (This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) )
    2010-02-17 07:28:51下载
    积分:1
  • 5
    说明:  基于图像处理和Matlab混合编程的自动聚焦技术及应用(Matlab-based image processing and hybrid programming techniques and application of auto-focus)
    2010-05-10 11:28:15下载
    积分:1
  • Benulli
    Benulli映射产生的混沌序列,李雅普诺夫指数和倍周期分叉图(Benulli mapping of chaotic sequence, lyapunov index and period-doubling bifurcation diagrams)
    2014-02-27 12:37:27下载
    积分:1
  • 6-chapter
    《MATLAB 7.0编程基础基础》源程序 第6章(Chapter 6 of the " MATLAB 7.0 programming foundation foundation source)
    2012-11-15 14:19:43下载
    积分:1
  • 论述了风力发电并网的PLL技术
    论述了风力发电并网的PLL技术,基于传统PI-PLL技术基础上,以双同步旋转坐标系建立电网电压不平衡的数学模型。(mbalance of power grid voltage phase lock loop)
    2020-10-19 09:07:25下载
    积分:1
  • daul_ps_sector_2D_4s
    光子筛孔分布的例程,环数不同,用于光子筛成像时使用(Photon sieve distribution routines different rings, used for imaging photon sieve)
    2013-10-14 20:03:02下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载