-
wavelet
关于图像的小波和小波包的阈值去噪的matlab语言的实现(About the image of wavelet and wavelet packet threshold denoising matlab language implementation
)
- 2014-06-30 11:29:46下载
- 积分:1
-
RobotSDK_Demo
和机器人的通讯,通过UDP
经过长期测试可以用的
和机器人的UDP通讯,通过UDP直接控制(Communication with robots through UDP
Useable after long-term testing
Communication with robots through UDP)
- 2020-06-24 22:20:01下载
- 积分:1
-
bgslibrary_x86_v1.9.2
bgslibrary_x86_v1.9.2,是MFC的实现文件,包含37种背景减除算法,对于做目标提取的研究非常有用。(The BGSLibrary was developed by Andrews Sobral and provides an easy-to-use C++ framework based on OpenCV to perform background subtraction (BGS) in videos. )
- 2015-12-22 20:33:52下载
- 积分:1
-
123
校园导航系统
1) 校园景点介:绍介相关景点的有关详细信息。
2) 最佳路线查询:查询校园中任意两点之间所有路线,并提供两点间最短的简单路径。
3) 关节点查询:提供校园图的关节点查询。
4) 多景点最佳路线查询:提供多个景点的最佳线路查询,即求途径这个景点的最佳路径。
(Campus Navigation System 1) campus attractions Introduction: Shao Jie-related attractions for more information. 2) The best route query: Query on campus all the routes between any two points, and provides a simple shortest path between two points. 3) joint points: the key points to provide the campus map queries. 4) The best route queries more attractions: multiple sites to provide the best route queries, that is seeking ways to this spot the best path.)
- 2011-08-25 08:56:05下载
- 积分:1
-
waterfall_demo
一个演示3D波浪的图形类(A demonstration of 3D graphics-type wave)
- 2003-08-07 00:00:00下载
- 积分:1
-
数据库连接
本资源为连接数据库的基本操作,
private void button3_Click(object sender, EventArgs e)
{
string user = textBox1.Text;
string pwd = textBox2.Text;
string code = textBox3.Text;
//创建数据库连接类的对象
SqlConnection con = new SqlConnection("server=FSMOOTH-PC;database=zxl;user=sa;pwd=fsmooth19841019");
con.Open();
//执行con对象的函数,返回一个SqlCommand类型的对象
SqlCommand cmd = con.CreateCommand();
//拼写语句
cmd.CommandText = "update users set name="" + user + "",pwd="" + pwd + "" where code="
- 2022-06-18 15:04:01下载
- 积分:1
-
依据条件获取的对应的数据
依据一定条件 通过查询数据库 获取数据库中对应的数据
- 2022-02-05 02:57:40下载
- 积分:1
-
DSPF2812 串口实验SCI2
*工程名:Sci02.pjt
*
*功 能:使用SCIA模块和PC机进行串口通信,等待PC机上的串口调试软件向DSP发送数据,
* DSP接收到上位机发送的数据之后,将这些数据发回PC机,显示在串口调试软件
* 中。
*
*说 明:本实验中SCIA模块的发送和接收采用中断方式实现,空闲线模式波特率为19200,
* 通信数据格式为1位停止位,8位数据位,无校验位
*
*要 求:掌握SCI通信原理,了解中断方式实现串口通信的特点,能够采用中断方式
* 实现SCI串口通信
- 2022-03-14 23:51:39下载
- 积分:1
-
levinson
图1为均衡带限信号所引起失真的横向或格型自适应均衡器(其中横向FIR系统长M=11), 系统输入是取值为±1的随机序列,其均值为零;参考信号;信道具有脉冲响应:
式中用来控制信道的幅度失真(W = 2~4, 如取W = 2.9,3.1,3.3,3.5等),且信道受到均值为零、方差(相当于信噪比为30dB)的高斯白噪声的干扰。试比较基于下列几种算法的自适应均衡器在不同信道失真、不同噪声干扰下的收敛情况(对应于每一种情况,在同一坐标下画出其学习曲线):
1)横向/格-梯型结构LMS算法
2)横向/格-梯型结构RLS算法
并分析其结果。(Figure 1 is a band-limited signal caused balanced horizontal or lattice distortion adaptive equalizer (FIR system in which the lateral length M = 11), the system input is the value of a random sequence of ± 1, mean zero reference signal channel has impulse response:
Wherein the amplitude of the distortion for the control channel (W = 2 ~ 4, and so as to take W = 2.9,3.1,3.3,3.5), and subjected to a channel with zero mean and variance (equivalent SNR is 30dB) Gaussian white noise. Compare the following types of algorithm-based adaptive equalizer in a different channel distortion, the convergence of different noise interference (corresponding to each situation, draw their learning curve in the same coordinate):
1) landscape/grid- LMS algorithm ladder structure
2) landscape/grid- RLS algorithm ladder structure
And analyze the results.)
- 2020-07-02 22:40:01下载
- 积分:1
-
BRESENHA
This is the implementation of bresenham s line drawing algorithm
- 2012-01-08 23:40:07下载
- 积分:1