-
Hough
用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直
线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测
上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在,
你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长
进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如
果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径(The HOUGH detect straight when two unknown amount of axis radius and phase angle can be determined in a straight line, in the HOUGH domain cumulative maximum point may be the straight line of the original domain. Now back to the circle detection up to determine what a circle: X coordinate, Y coordinate, radius three unknowns, now, you do the HOUGH domain of a three-dimensional space, three to three unknown quantity as axis, in accordance with a certain step size triple loop, is such that in the innermost loop, X, and Y determined search for a different radius, If you X, Y, exactly is the actual image of the X, Y, at the radius radius of the search to the actual real)
- 2013-03-03 13:05:47下载
- 积分:1
-
ee473project
Synthesizes musical notes and plays music, matlab code
- 2015-03-07 23:02:42下载
- 积分:1
-
borrow
matalab程序好用便捷,关于宏观经济,有增长,有波动研究。(matalab program easy to use and convenient, on the macro economy, there is growth, there are fluctuations in research.)
- 2009-09-12 16:24:30下载
- 积分:1
-
DOAestimation
DOA估计常用算法,包括:music算法,卡尔曼滤波算法,自适应梯度算法,空间平滑算法,改进的空间平滑算法。(DOA estimation algorithm used, including: music algorithm, Kalman filter algorithm, adaptive gradient algorithm, spatial smoothing algorithm, the improved spatial smoothing algorithm.)
- 2020-07-22 13:48:46下载
- 积分:1
-
5
说明: describe the file once again
- 2011-06-23 18:10:06下载
- 积分:1
-
matlab
数值方法(MATLAB版)第四版的上机答案 语言是matlab 一般每个题目一个文件夹 主程序一般为main文件(Numerical methods (MATLAB version) fourth edition of the machine language is the answer to every problem a general matlab folder as the main file main general)
- 2013-10-05 17:14:36下载
- 积分:1
-
topology
拓扑结构分析。可用于配电网的电气岛的构建。并辅以直接的数据。能够帮助加强理解。(Topology analysis. Distribution network can be used to build an electrical island. Supplemented by direct data. Can help strengthen understanding.)
- 2013-10-29 23:40:31下载
- 积分:1
-
JIANXIEBO
总结了近十年的间谐波研究的方法和一些关键技术(Summarizes the research nearly a decade of inter-harmonics method, and some key technologies)
- 2010-09-14 23:47:15下载
- 积分:1
-
signal-modeling
this program helps you to perform signal modeling for AR, MA and ARMA signals
- 2013-08-11 22:56:23下载
- 积分:1
-
Wiener
设计一维纳滤波器
(1)产生三组观测数据:首先根据s(n)=a s(n-1)+w(n)产生信号s(n),将其加噪(信噪比分别为20dB,10 dB,6 dB),得到观测数据x1(n), x2(n), x31(n).
(2)估计xi(n),i=1,2,3的AR模型参数。假设信号长度为L,AR模型阶数为N,分析实验结果,并讨论改变L,N对实验结果的影响。
(A Wiener filter design (1) to produce three sets of observations: first generating a signal s (n) according to s (n) = as (n-1)+w (n), to add noise (20dB SNR, respectively , 10 dB, 6 dB), to obtain observational data x1 (n), x2 (n), x31 (n). (2) estimate xi (n), i = AR model parameters 1,2,3. Assuming the signal length L, AR model of order N, analysis of experimental results and discuss the impact changing L, N of the experimental results.)
- 2013-11-26 21:53:25下载
- 积分:1