-
m-sequence
伪随机序列产生器源代码(Pseudo-random sequence generator source code)
- 2009-03-31 17:05:45下载
- 积分:1
-
project1
matlab环境下,使用双线性插值法实现缩放图像(matlab environment, using a bilinear interpolation method to achieve image zoom)
- 2013-09-30 10:35:20下载
- 积分:1
-
2008国际大学生数学建模一等奖论文
2008国际大学生数学建模一等奖论文,数学建模实例与编程教程,提供建模的方法(First Prize Paper on Mathematical Modeling for International College Students 2008, Mathematical Modeling Example and Programming Course, Providing Modeling Method)
- 2020-06-18 21:40:01下载
- 积分:1
-
EKFUKFMatlabtoolbox
现代信号处理中的扩展卡尔曼滤波和无迹卡尔曼滤波的介绍,以及matlab的实现方法。(EKF UKF)
- 2010-11-24 20:33:33下载
- 积分:1
-
matlab
说明: 使用matlab对图像进行特征提取的例子。对图像中的车牌号进行读取。(Use the image feature extraction matlab example. License plate number on the image to read.)
- 2010-04-27 17:05:39下载
- 积分:1
-
paper2
Multiple Doppler frequency offsets compensation technique for high-mobility OFDM uplink
- 2015-02-01 12:41:26下载
- 积分:1
-
matlab系统仿真
说明: 无线传感器网络中采用虚拟力算法进行节点部署时,节点优化过程的matlab算法,产生结果有直观的图形,并且可以根据不同需要进行参数更改。代码导入后可以直接运行(When virtual force algorithm is used to deploy nodes in wireless sensor networks, the matlab algorithm of node optimization process generates intuitive graphics and can change parameters according to different needs. Code can run directly after importing)
- 2021-04-27 23:18:44下载
- 积分:1
-
Untitled
实现正弦波生成的matlab程序,基于矩阵公式推导,可以延伸变化(Sine wave generated by the realization of matlab program, based on the matrix formula is derived, the changes can be extended)
- 2009-01-03 18:59:43下载
- 积分:1
-
ID3.m
说明: 这个Matlab环境下的模式分类算法集提供了二维两类分类问题的很多可视化程序(the Matlab environment under the classification algorithm provides a two-dimensional set two classifications of many visual programming)
- 2006-03-19 11:50:11下载
- 积分:1
-
bemlabecom
Boundary element method
function [index,g,h,a,unb,x,u,un,uin]=bemlabecom(n,c,index,in,cin)
[index,g,h,a,unb,x,u,un,uin]=bemlabecom(16,[0 0 0.25 0 0.5 0 0.75 0 1 0 1 0.25 1 0.5 1 0.75 1 1 0.75 1 0.5 1 0.25 1 0 1 0 0.75 0 0.5 0 0.25 0 0],[1 0 1 0 1 0 1 0 0 200 0 200 0 200 0 200 1 0 1 0 1 0 1 0 0 100 0 100 0 100 0 100],9,[0.25 0.25 0.50 0.25 0.75 0.25 0.25 0.50 0.50 0.50 0.75 0.50 0.25 0.75 0.50 0.75 0.75 0.75])
in bemlabecom2 we change a & unb to : a1 a2,unb1 unb2
n=number of nodes=number of element=number of point
c=matrix that determine the coordinate of point
m=coordinate of nodes in global coordinates
index: determine u or un for boundary nodes
in:number of internal nodes
cin: coordinate of internal nodes
- 2012-01-29 03:47:10下载
- 积分:1