搜索资源列表
plotSmithChart
- MATLAB官方制作的精细的史密斯圆图 (1) plotsmithchart.m Usage: (1) plotsmithchart(Zl,Zo) Where Zl is the Load Impedence (possibly complex) and Zo is the Characteristic Line Impedence. Plots a smith chart, along with the reflection coefficient circle
smith_circles
- 文件中是用于matlab画smith圆图程序包-Document is used to circle diagram smith painting matlab package
C3
- M-file for Project 1 on line parameters and circuit models in Chapter 3 m1.m determines the RLC parameters of the line from its physical descr iption and then computes the ABCD matrix and the circuit parameters of the series RL,
HoughObject
- Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle
pudn
- 1.MATLAB中的画圆程序:circle.m。 2.MATLAB中的GPS单点定位函数:pos_fix.m。 3.MATLAB中的读取RINEX格式的导航电文文件程序:readnavfile.m。 4.MATLAB中的读取YUMA格式历书的函数:ReadAlmanac.m。 5.MATLAB中的生成一节高斯马尔科夫序列:gmp1.m-1.MATLAB circle in the program: circle.m. 2.MATLAB single point in the GP
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
Circle_diag
- circle diagram of induction motor in matlab m file
matlab-3D-Circle-Interpolation
- 基于matlab的空间圆弧插补与仿真,每个函数独立编写成为m文件,规范化编程接口,希望对大家有用处 -Space-based matlab circular interpolation and simulation, each function independently write m file become standardized programming interfaces, we hope to be useful
compass_revise
- matlab下m文件,能够提取compass三轴原始数据,并自动进行拟合矫正,得到其变换矩阵。将椭圆自动校正为圆心在原点的正圆。专门用于磁力计和重力计的自动校正。-m file matlab compass can be extracted under triaxial raw data and automatically correct fitting to give its transformation matrix. The ellipse is automatically correct
c832a9bf
- 1.MATLAB中的画圆程序:circle.m。 2.MATLAB中的GPS单点定位函数:pos_fix.m。 3.MATLAB中的读取RINEX格式的导航电文文件程序:readnavfile.m。 4.MATLAB中的读取YUMA格式历书的函数:ReadAlmanac.m。 5.MATLAB中的生成一节高斯马尔科夫序列:gmp1.m-1.MATLAB circle in the program: circle.m. 2.MATLAB single poi
约瑟夫问题
- M个人坐在一圈,开始数数,报到K或K的倍数的人出去,然后继续报数,直到最后剩下一个人,问最后剩下的人是谁?多少号?请大家自己设计算法,自己编程实现。(M sat in a circle and began to count, multiple report K or K people go out, and then continue to count off, until the last person left, who is the last person? What number? Pl
Hamilton改良圈算法m
- 可以解决哈密尔顿圈问题,寻找遍历所有点回到起点的最短路(You can solve the Hamilton circle problem and look for the shortest path that traverses all the points back to the starting point)