登录
首页 » Unix_Linux » ia32_aout

ia32_aout

于 2014-08-27 发布 文件大小:4KB
0 264
下载积分: 1 下载次数: 2

代码说明:

  fill in the user structure for a core dump..

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

发表评论

0 个回复

  • activeContoursDemo
    A demo showing how work the basic active conter method (snakes).
    2011-04-26 00:07:21下载
    积分:1
  • Kernel-Recursive-Least-Squares
    递归核最小二乘算法,来至MIT大学的wingate教授,含6个源码,有实例!(dict_init.m- Part of the dictionary implementation used by KRLS algorithm. Can stand alone. dict.m- Part of the dictionary implementation used by the KRLS algorithm. Can stand alone. krls_init.m- Kernel recursive least squares initializer. krls.m- Main KRLS function. Repeatedly called with new data points. krls_query.m- Query the resulting estimator. krls_example.m- An example script showing the different parts. )
    2012-12-29 22:57:52下载
    积分:1
  • DOA
    波达方向(Direction Of Arrival)估计,又称为谱估计(spectral estimation)、波达角(Angle Of Arrival)估计。一个信源有很多可能的传播路径和到达角。如果几个发射机同时工作,每个信源在接收机处形成潜在的多径分量。因此,接收天线能估计出这些到达角就显得很重要,目的是破译出哪个发射机在工作以及发射机所处的可能位置。通过测量辐射信号的波达方向(DOA全称Direction Of Arrival)或波达角(AOA)来估测辐射源的位置。理论上这种估计只需要两个接收阵元就可以确定辐射源的位置,但在实际中,由于受到角度分辨率、多径和噪声限制,所需阵元通常要多于两个。DOA定位技术原理是利用接收机处的阵列天线和波达方向(DOA)估计技术来确定一个从接收机到信源的波达方向线,即为方向线(LOB),最后利用多个接收机估计的DOA进行三角测量,方向线的交点就是信源的估计位置。(DOA (Direction Of Arrival) estimation , also known as spectral estimation (spectral estimation), angle of arrival (Angle Of Arrival) estimation. There are many possible sources a propagation path and the angle of arrival . If several transmitters simultaneously, a potential source for each multipath component at the receiver. Therefore, the receiving antenna can estimate the angle of arrival becomes very important, which aims to decipher the location of the transmitter at work as well as possible in which the transmitter . By measuring the radiation signal DOA (DOA stands for Direction Of Arrival) or the angle of arrival (AOA) to estimate the location of the radiation source . Theoretically this estimate requires only two receiving array element can determine the position of the radiation source , but in practice , due to the angular resolution , multipath and noise limits , usually required more than two array elements . DOA positioning technology is the use of an array of antennas at)
    2021-04-25 11:48:46下载
    积分:1
  • synsq_toolbox_v1.1
    同步挤压小波变换的源代码以及几个实例,这些代码由作者Gaurav Thakur等人编写,非常经典。(synchroqueezing wavelet transform)
    2021-03-12 19:39:25下载
    积分:1
  • emb1
    使用matlab编程软件,实习水印在DCT域的嵌入和提取(Internship in the DCT domain watermark embedding and extraction)
    2010-05-15 11:12:35下载
    积分:1
  • chapter6_1
    此程序的功能是用自相关法求使信号s均方预测误差为最小的预测系数 (Feature of this program is to use the autocorrelation method for the signal s smallest mean squared prediction error of prediction coefficients)
    2013-11-25 20:31:34下载
    积分:1
  • T02
    matlab对一幅图像,采用半径值为20、80、200的截止频率进行理想低通滤波,观察其结果。要求给出原图像及相应的付利叶频谱图和滤波结果(For an image, using the radius value of the cutoff frequency 20,80,200 ideal low-pass filter to observe the results. Required to give the original image and the corresponding Fourier spectrum and filtering results)
    2014-01-08 10:38:37下载
    积分:1
  • MATLABSimulink
    《MATLAB/Simulink电力系统建模与仿真》是电力系统分析MATLAB/Simulink仿真全部资料,资料内容全(The MATLAB/Simulink, the modeling and simulation of power system is all power system analysis of MATLAB/Simulink simulation data, the data content)
    2021-01-13 00:48:48下载
    积分:1
  • fuzzy_control
    用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。 function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 FCU_T1 重心加权法,输出精确值 FCU_T2 重心加权法,输出离散值 FCU_T3 重心加权法(对隶属度平方),输出离散值 FCU_T4 最大隶属度法 function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 R 表示全体规则构成的模糊关系 n=nfe×nfec nE 模糊变量E的语言值个数 nEC 表示模糊变量EC的语言值个数 nU 表示模糊变量U的语言值个数 nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7} Me 表示E的隶属度表 Mec 表示EC的隶属度表 Mu表示U的隶属度表 UC表示规则表(fuzzy control algorithm(matlab program))
    2015-05-19 14:23:20下载
    积分:1
  • fir174_test
    fir filter 174 taps fix point
    2008-04-03 15:10:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载