搜索结果
找到约 39 项符合
fo 的查询结果
按分类筛选
其他书籍 matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique fo
matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf
[DIP_dg.rar] - JPEG图像压缩像素之扫描方法之一(zigzag scan)这是用的循环法
[imagethreshold.zip] - 老外编写的阈值分割代码,非常的好,强烈推 ...
单片机开发 AVR单片机 LCD 12864 驱动程序 。A good sample code for learn lcd display .your can run it on me300 board . fo
AVR单片机 LCD 12864 驱动程序 。A good sample code for learn lcd display .your can run it on me300 board . for more information , oder it from willar company.
其他 This program is copyrighted by it s author and you are granted a free license to use the program fo
This program is copyrighted by it s author and you are granted a free license
to use the program for non-commercial purposes. If you are interested in
using the program for commercial purposes please contact Kevin W. Russell
at CIS 71551,253 for licensing information.
matlab例程 Demonstrate ricernd, ricepdf, and ricestat, in the context of simulating Rician distributed noise fo
Demonstrate ricernd, ricepdf, and ricestat, in the context of simulating Rician distributed noise for Magnetic Resonance Imaging magnitude data.
matlab例程 The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm fo
The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful algorithm.
Java编程 JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time fo
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3
(i.e. MP3) in real time for the JAVA(tm) platform.
and anyone can add his contribution. JLayer is licensed under LGPL (see LICENSE.txt).
其他 vfp 1>开发环境 Windows 2000 Professional + SP4 Visual FoxPro 6.0简体中文版 2>程序运行说明 安装Visual Fo
vfp
1>开发环境
Windows 2000 Professional + SP4
Visual FoxPro 6.0简体中文版
2>程序运行说明
安装Visual FoxPro 6.0运行库后即可运行。
系统登录用户
sysadmin: sys
3>文件说明:
“JXC”目录为程序源文件
“JXC.Exe”目录为编译后的可执行程序+数据库 ...
其他书籍 IEEE 802.16f-2005 IEEE Standard for Local and Metropolitan Area Networks - Part 16: Air Interface fo
IEEE 802.16f-2005 IEEE Standard for Local and Metropolitan Area Networks - Part 16: Air Interface for Fixed Broadband Wireless Access Systems--Amendment 1--Management Information Base
Management Information Base (MIB) text file.
Management Information Base (MIB) text file.
Management Information Ba ...
人工智能/神经网络 function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo
function [U,center,result,w,obj_fcn]= fenlei(data)
[data_n,in_n] = size(data)
m= 2 % Exponent for U
max_iter = 100 % Max. iteration
min_impro =1e-5 % Min. improvement
c=3
[center, U, obj_fcn] = fcm(data, c)
for i=1:max_iter
if F(U)>0.98
break
else
w_new=eye(in_n,in_n)
center1=sum(cent ...
matlab例程 Demonstration script for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 fo
Demonstration script for LSSB-AM modulation. The message signal
is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.