登录
首页 » matlab » fk3c-master

fk3c-master

于 2019-01-03 发布 文件大小:9936KB
0 211
下载积分: 1 下载次数: 0

代码说明:

  超声频域里面的成像,取自github。自己可以改编成想要的。(ultrasound imaging. you can change it for yourself.)

文件列表:

fk3c-master, 0 , 2016-10-17
fk3c-master\FK3C, 0 , 2016-10-17
fk3c-master\FK3C\compFK3C.m, 12643 , 2016-10-17
fk3c-master\FK3C\compSDM.m, 4969 , 2016-10-17
fk3c-master\FK3C\extrema.m, 3723 , 2016-10-17
fk3c-master\FK3C\extrema2.m, 5480 , 2016-10-17
fk3c-master\FK3C\polpar2cmplx.m, 2603 , 2016-10-17
fk3c-master\FK3C_FK.m, 4942 , 2016-10-17
fk3c-master\FK3C_Fourier.m, 7122 , 2016-10-17
fk3c-master\LICENSE, 18046 , 2016-10-17
fk3c-master\README.md, 4944 , 2016-10-17
fk3c-master\SynthDat.mat, 10147355 , 2016-10-17

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

发表评论

0 个回复

  • MaShibingHibernateProjectCodes
    这是尚学堂马士兵讲解视频Hibernate3.3.2项目用到的完整源码。是适合Hibernate初学者学习的资料。(This is the complete source the Shang Xuetang Mashi Bing to explain the video Hibernate3.3.2 project used.Is suitable for Hibernate beginners to learn.)
    2012-04-03 12:47:02下载
    积分:1
  • (4条消息)传递熵——transfer _20190408_193824
    说明:  传递熵代码,信号时间序列求传递熵.欢迎下载。(Transfer Entropy Code and Signal Time Series for Transfer Entropy.)
    2019-04-09 10:14:06下载
    积分:1
  • 人体生物钟周期查询
    人体生物钟周期查询- The human body biological clock cycle inquires
    2022-06-17 16:31:09下载
    积分:1
  • 文献
    毕设时用的外文文献原文及翻译(第二章节),外文题目:Spring Framework Fundamentals 译文题目:Spring框架基础 外文出处 : Pro Spring MVC:With Web Flow(The original and translation of the foreign literature (Chapter II). Foreign title: Spring Framework Fundamentals Translation Title: Spring Framework Foundation Foreign Language Origin: Pro Spring MVC: With Web Flow)
    2020-06-17 14:00:01下载
    积分:1
  • procedures purpose : to bring in a maze of arbitrary size, with a stack get out...
    程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
    2022-07-05 03:20:50下载
    积分:1
  • 蠕变flac3d
    说明:  FALC3D代码,分析蠕变流变,考虑开尔文体,对开尔文系数参数分析,(flac3dCode, creep rheology analysis, Kelvin style, Kelvin coefficient parameter analysis.)
    2020-12-13 12:29:15下载
    积分:1
  • 分形 浏览器
    Fractal Explorer GUI-based program for exploring and studying the most common form of fractals, chaotic systems and fractional dimension systems
    2022-03-29 22:58:51下载
    积分:1
  • STC-通用红外接收
    STC-通用红外接收:红外接收程序。适用于市场上用量最大的HT6121/6122及其兼容IC的编码。对于用户码与User_code定义不同的遥控器,程序会将用户码一起从串口输出。使用模拟串口发送监控显示编码,显示内容为ASCII码和中文。本接收程序基于状态机的方式,占用CPU的时间非常少。适用所有STC系列MCU。 
    2022-12-18 02:40:03下载
    积分:1
  • JS网页键盘交互式代码
    JS网页键盘交互式代码,点击指定的位置,然后开始键入。(JS web page keyboard interactive code, click on the specified location, and then start typing.)
    2019-03-30 09:57:29下载
    积分:1
  • 新建压缩文件
    说明:  (1)设计一个“简易计算器”,主要实现判断输入的表达式是否合法将中缀表达式转换成二叉表达式树。后序遍历求出表达式的值。能判断输入的表达式是否合法。 (2)用链式存储存储信息,求值时可以采用递归的思想,对表达式进行后序遍历。 (3)将操作结果保存到外部文件。((1) Design a "simple calculator" to judge whether the input expression is legitimate or not and convert infix expression into binary expression tree. The value of the expression is obtained by post-order traversal. Can judge whether the input expression is legitimate. (2) Store information in chain mode. When evaluating the value, we can use the idea of recursion to carry out post-order traversal of the expression. (3) To save the operation results to external files.)
    2019-06-20 13:12:41下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载