登录
首页 » matlab » ultrasim07

ultrasim07

于 2009-09-07 发布 文件大小:401KB
0 427
下载积分: 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 个回复

  • tdofss_eig
    I have written the common two-dimensional frame structure, you can calculate the modal, static and dynamic response of the seismic response
    2012-03-24 17:47:06下载
    积分:1
  • spring_movement_of_the_oscillator
    此代码描述了三个弹簧控制下的振子的运动情况.(This code describes the three spring oscillator under the control of movement.)
    2010-11-08 10:32:42下载
    积分:1
  • puxianzengqiang
    谱线增强器的代码,里面包含最陡下降法的实现,是华中科技大学出版的现代数字信号处理课后题3.16的答案,对理解谱线增强器和最陡下降法的实现有很大帮助。(Line enhancer code, which contains the implementation of the steepest descent method, is published by the Huazhong University of Science after-school modern digital signal processing, the answer to question 3.16, to understand the line enhancer and the implementation of the steepest descent of great help .)
    2010-12-24 13:16:02下载
    积分:1
  • MATLAB-7
    说明:  详细讲解matlab7的编程,包括电子教案以及源程序代码(Matlab7 elaborate programming, including electronic lesson plans and source code)
    2011-03-03 12:52:20下载
    积分:1
  • pudn2124356
    useful MATLAB tips for programmers
    2012-06-16 15:56:48下载
    积分:1
  • multilevel_losses
    This is a MATLAB Simulation for obtaining conduction and switching losses in Three-Phase OHSW(optimized harmonic stepped wafeform) cascaded 9-level inverter.The simulation has been done in several SUBSYSTEMS.The first one produces switching functions based on OHSW.The second one is the 9-level inverter model.the third and fourth obtain load and switching devices currents respectively.The fifth and sixth obtain switching and conduction losses.
    2011-05-11 22:20:20下载
    积分:1
  • speech-recogniton-by-using-DTW
    train程序能进行语音模板训练,test来用识别,即模板匹配的过程,采用DTW算法,通过反复训练模板能有较高的识别率(run train.m for templats training,and test.m for templates matching by using DTW.)
    2011-05-26 22:13:57下载
    积分:1
  • MatchFilterLFM
    高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc clear all close all 2013年9月28日 ---------------参数---------- Tr=42e-6 fs=9.5e6 K=0.7e11 Nfft=2048 -------------匹配滤波 时域生成-------------- t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs) w = kaiser(length(t),2.5) w=w w = ones(1,length(t)) ht1=w.*exp(-1i*pi*K*t.^2) ht2=w.*exp(1i*pi*K*t.^2) hf1=fft(ht1,Nfft) hf2=fft(ht2,Nfft) figure subplot(211) plot(abs(hf1)) title( 匹配滤波器1 幅频响应 ) subplot(212) plot(phase(hf1)) title( 匹配滤波器1 相位 ) figure subplot(211) plot(abs(hf2)) title( 匹配滤波器2 幅频响应 ) )
    2013-10-12 22:32:06下载
    积分:1
  • data-analysis-by-MATLAB
    使用matlab做数据分析,里面有ppt和例程。(Analyze data by using MATLAB, which has PPT and routines.)
    2015-04-01 07:50:39下载
    积分:1
  • R1-165967
    3GPP版本14中关于基于LTE支持的V2X技术规范和仿真指导的最新提案(3GPP Release 14, the latest proposal for V2X technical specifications and guidance simulation based LTE supported)
    2016-12-20 20:39:42下载
    积分:1
  • 696518资源总数
  • 106016会员总数
  • 2今日下载