-
okumra.rar
这是一个okumra模型的matlab编程,能够实现这个模型的算法,并计算出结果。(This is a matlab model okumra programming, be able to achieve this model algorithm, and calculate the result.)
- 2009-03-19 23:10:56下载
- 积分:1
-
CoverageCalculation
wireless coverage calculation source code for matlab
- 2011-07-18 21:31:27下载
- 积分:1
-
鲸鱼优化算法源代码
说明: 鲸鱼优化算法源代码,效果超好,具有对比算法PSO,(The whale optimization algorithm source code, the effect is super good, with the contrast algorithm PSO,)
- 2020-12-15 10:49:13下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
GLCM
在matlab上实现灰度共生矩阵的生成以及特征的提取(GLCM texture matlab)
- 2013-12-27 20:59:26下载
- 积分:1
-
binomial_pmf_template
matlab project matlab project matlab project prjectsssssssssssssssssss
- 2014-02-04 17:39:19下载
- 积分:1
-
PSO
粒子群PID参数自整定算法,简单易行,能够使用。(Particle swarm PID parameter auto-tuning algorithm, simple and can be used.)
- 2017-02-04 19:01:28下载
- 积分:1
-
4psk
M=4的PSK通信系统进行蒙特卡罗仿真
仿真BPSK和4PSK调制信号在高斯信道下的性能,并与理论分析结果相比。
(1) 画出两条性能曲线,一条是根据理论平均错误概率画出,另一条是仿真曲线;
(2) 程序的基本流程:信源产生信息比特、调制、将调制信号送入信道(产生高斯白噪声的程序)、接收端检测、将检测结果与信源原始信息比较计算误符号率和误比特率;
(3) 在给定信噪比下,第二步需多次重复,以得到一个平均错误概率;
(4) 信噪比范围:BPSK(0dB – 10dB),4PSK(0dB-14dB),间隔是1dB 也可在BER=10-6左右终止。
(5) 信噪比计算 SNR=10log(Es/N0)=10log(REb/N0).
(仿真BPSK和4PSK调制信号在高斯信道下的性能,并与理论分析结果相比。
(1) 画出两条性能曲线,一条是根据理论平均错误概率画出,另一条是仿真曲线;
(2) 程序的基本流程:信源产生信息比特、调制、将调制信号送入信道(产生高斯白噪声的程序)、接收端检测、将检测结果与信源原始信息比较计算误符号率和误比特率;
(3) 在给定信噪比下,第二步需多次重复,以得到一个平均错误概率;
(4) 信噪比范围:BPSK(0dB – 10dB),4PSK(0dB-14dB),间隔是1dB 也可在BER=10-6左右终止。
(5) 信噪比计算 SNR=10log(Es/N0)=10log(REb/N0).
)
- 2009-07-03 12:59:55下载
- 积分:1
-
tuxing
matlab图形绘制程序,比较基础,特别适合初学者(matlab graphics drawing program, more basic, especially for beginners)
- 2011-11-26 10:33:15下载
- 积分:1
-
bairstow
解非线性方程 能过解复根 实根 但需要逼近(help you save equation conclude different answer)
- 2010-07-10 14:59:21下载
- 积分:1