登录
首页 » Others » AcToolbox_声场模型工具箱

AcToolbox_声场模型工具箱

于 2020-12-11 发布
0 132
下载积分: 1 下载次数: 3

代码说明:

It provides a uniform user interface for running and plotting the results from the following programs:kraken(normal mode model),krakenc(complex normal mode model),scooter(fast-field model),bellhop(gaussian beam tracing),bounce(bottom reflection coefficient from geoacoustic model)

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

发表评论

0 个回复

  • STM32F103增量式码器的采集以及处理
    STM32F103增量式编码器的采集以及处理程序,每隔0.1sec进入中断读取一次溢出值和当前脉冲计数,计算位移和速度。
    2020-11-27下载
    积分:1
  • PSO算法的最大熵阈值图像分割
    图像分割是目标识别的首要和关键步骤。目前的图像分割方法有多种, 其中阈值方法优点比较突出, 但是采用阈值方法分割的关键是要能高效率地找到被分图像的最佳熵阈值。针对这一问题, 将Geese- LDW- PSO 算法的位置更新公式作了改进, 即用当前种群的全局极值取代所有粒子的当前位置, 并将之用于熵阈值图像分割中。仿真实验表明, 该算法可以快速稳定地获得一幅图像的最佳分割阈值。仿真结果显示, 该方法对车牌分割具有较好的性能。专业论文,为广大做毕设同学提供资源
    2020-11-30下载
    积分:1
  • 手机充电快充(资料).pdf
    【实例简介】快充 High Frequency Quasi- Resonant Flyback Controller.pdf 
    2021-09-03 00:31:14下载
    积分:1
  • 卷积码的Viterbi软、硬译码
    【实例简介】文档内容是本人写给导师的报告,包含原理,解释,作图,源程序,非常全面。代码绝对没有错误。
    2021-11-18 00:44:59下载
    积分:1
  • 基于PLC控制的变频调速恒压供水系统的毕业设计
    好与不好,各位自己把握,内容是变频恒压供水系统,基于PLC的,希望能帮到大家,共同学习,共同进步!
    2020-12-12下载
    积分:1
  • ADMM优化算法讲解
    alternating direction method of multipliers优化算法讲解OutlineDual decompositionMethod of multipliersAlternating direction method of multipliersCommon patternsExamplConsensus and exchangeConclusionsDual decompositionDual problemp convex equality constrained optimization problemminimizesubject to Ax= 6e Lagrangian: L(a, g)=f(a)+y(Ac-bdual function: g(y)=infx L(, g)e dual problem: maximize g(g)recover x*=argminL(, y*)Dual decompositionDual ascentgradient method for dual problem: y+l=yk +aVg(yky ")=A c-b, where a= argmin L(a, y")b dual ascent method isk+1gminz L(a, yk/-minimization(Axk+I-b)// dual updateworks, with lots of strong assumptionsDual decompositionDual decompositione suppose f is separablef(x)=f1(x1)+…+fN(xN),x=(x1Nthen L is separable in x: L(a, y)=L1(a1, 3)+...+Ln(N, 3)-y bLi(ai, y)=fi(ai)+y Aiaie -minimization in dual ascent splits into N separate minimizationsk+1argmin Li(li, y)Which can be carried out in parallelDual decompositionDual decompositiondual decomposition(Everett, Dantzig, Wolfe, Benders 1960-65k+1argLi(ei, y)N A: k+scatterupdate i in parallel, gather Ai k+solve a large problemby iteratively solving subproblems(in parallel)dual variable update provides coordinationworks, with lots of assumptions; often slowDual decompositionOutlineDual decompositionMethod of multipliersAlternating direction method of multipliersCommon patternsExamplConsensus and exchangeConclusionsMethod of multipliersMethod of multipliersa method to robustify dual ascentb use augmented Lagrangian(Hestenes, Powell 1969),p>0(, y)=f(c)+y(Ax-b)+(p/2)Acmethod of multipliers( Hestenes, Powell; analysis in Bertsekas 1982)k+1argmin Lp(a, yD(A.(note specific dual update step length pMethod of multipliersMethod of multipliers dual update stepoptimality conditions( for differentiableAcx-b=0, Vf(a*)+A(primal and dual feasibility)Since ah+1minimizes Lp(a, y)k+1 kf(x4+1)+A7(y+p(AVxf(at)+adual update yti=y+p(k+1k+1dual feasibleprimal feasibility achieved in limit: A k+I-b>0Method of multipliers
    2021-05-06下载
    积分:1
  • 基于图像的答卡判定与成绩统计(源码)
    与“基于图像的答题卡判定与成绩统计”论文配套,源码参考了刘衍琦、詹福宇的“MATLAB图像与视频处理实用案例详解”一书,并做了改进。
    2020-12-06下载
    积分:1
  • 把H264和音频流打包成PS流
    基于C/C++提供一个PS流的打包库PsMuxer.dll,并提供DEMO测试程序
    2020-12-03下载
    积分:1
  • 图像Gauss,Laplacian金字塔+图像融合
    共附带了5个m文件,其中pyr_reduce.m和pyr_expand.m分别实现了一次滤波+降采样和滤波+升采样操作;genPyr.m调用这两者,实现高斯和拉普拉斯金字塔的生成;pyrReconstruct.m则实现了由金字塔进行图像重构的操作。最后,pyrBlend.m进行了图像融合的实验。还有三张试验图片
    2020-12-02下载
    积分:1
  • Halcon机器视觉实验指导书.pdf
    实验1      HALCON 概述,应用范例 实验2     HDevelop介绍,操作编程范例 实验3     HALCON编程接口 ,高级语言编程 实验4     HALCON数据结构,采集硬件接口 实验5     HALCON采集硬件配置 ,图像采集 实验6     HALCON二维测量,配准测量与识别定位 实验7     HALCON一维测量,尺寸测量 实验8     HALCON三维测量,3D重建测量
    2021-05-06下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载