资源列表
[matlab例程] waveletimageenhancement
说明:基于二进小波变换的图像增强matlab源代码,通过编译-Dyadic wavelet transform based image enhancement matlab source code, compile<何海洋> 在 2025-03-10 上传 | 大小:623kb | 下载:0
[人工智能/神经网络/遗传算法] CR1
说明:character recognition neural network<Ginger> 在 2025-03-10 上传 | 大小:112kb | 下载:0
[matlab例程] imgrayscaling
说明:这个函数提供灰度拉伸功能,输入图像应当是灰度图像,但如果提供的不是灰度图像的话,函数会自动将图像转化为灰度形式。x1,x2,y1,y2应当使用双精度类型存储,图像矩阵可以使用任何MATLAB支持的类型存储。-This function provides a gray scale stretching function of the input image should be grayscale image, but if not pro<zhouwujie> 在 2025-03-10 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] chap2_2ctrl
说明:在忽略重力和外加干扰时,采用独立的PD控制,能满足机器人定点控制的要求。-Ignoring gravity and external interference, the use of an independent PD control, to meet the requirements of the robot position control.<王妹婷> 在 2025-03-10 上传 | 大小:1kb | 下载:0
[matlab例程] script16qam_ser
说明:在高斯信道下的16QAM的仿真及误码率分析-16qam modulator and demodulator in fading channels for wireless communications<huxuefeng> 在 2025-03-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] PiCalculator
说明:这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所<joyeep> 在 2025-03-10 上传 | 大小:44kb | 下载:0