-
example3
分别建立命令文件和函数文件
转换想x,y的值
求一元二次方程的根(The establishment of a command file and function file
Conversion to x, y values
Seeking the root of one dollar a quadratic equation)
- 2010-01-13 14:40:18下载
- 积分:1
-
tyldfxdyMATLAB
现在的雷达都是在多脉冲观测的基础上进行检
测的,多个脉冲积累后可以有效地提高信噪比,从
而改善雷达的检测能力。积累处理可以在包络检波
前完成,称为检波前积累或者中频积累。信号在中
频积累时要求信号间有严格的相位关系,也就是说
信号是相参的,所以也称为相参积累。此外,积累
过程可以在包络检波后完成,称为检波后积累或者
视频积累。由于信号在包络检波后失去了相位信息
而只保留了幅度信息,所以检波后积累处理就不需
要信号间有严格的相位关系,因此这种积累又称为
非相参积累。实现非相参积累的方法有很多,例如
抽头延迟线积累(FIR 积累)器和反馈积累器。
()
- 2007-07-25 12:43:50下载
- 积分:1
-
FindLineSegs
该函数用于提取图像中的直线段
输入图像,直接输出提取的直线段(find line segment in images)
- 2010-01-15 17:31:03下载
- 积分:1
-
Tijana_Jevtic_2zadatak
object recognition using convolution
- 2011-01-11 07:38:10下载
- 积分:1
-
gedcdf
PURPOSE: Evaluates the Probabiliy a vector of observations x(Nx1)
- 2012-04-11 21:16:58下载
- 积分:1
-
MATLAB
多用户检测技术仿真实现,对性能进行严密的可视化实现(多用户检测技术仿真实现)
- 2010-05-25 15:28:55下载
- 积分:1
-
functions
说明: 针对移动机器人在海水环境中的三维路径规划问题容易陷入局部最优和收敛慢等瑕疵,根据三维环境全局信息来改进蚁群算法以提高实时性和收敛速度(the ant colony algorithm is improved according to the global information of 3D environment to improve the real-time performance and convergence speed)
- 2020-07-24 19:25:56下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
FastMatrixInversionAlgorithm
矩阵快速求逆算法,算法比较简单,使用效果比较明显(Fast matrix inversion algorithm)
- 2010-10-24 11:05:56下载
- 积分:1
-
matlab
包含matlab相关100个实用小程序,以txt文档记录下来
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
(Matlab-related contains 100 small utility program to record 1-32 txt document is: application of articles 33-66 are graphic: interface design articles 67-84 is: is the graphics chapter 85-100: Numerical Analysis Section)
- 2010-11-13 15:55:09下载
- 积分:1