我下了一个用matlab做的虹膜识别程序,可是我不会运行,好像是路径的问题,哪位高手帮帮忙,

加qq:1115062494
2024-12-22 17:01:18
推荐回答(3个)
回答1:

pdf函数
function a=pdf_8psk(x,y,SNR)
a=1/16/pi*(exp(-((x-sqrt(SNR))).^2/2)+exp(-(x+sqrt(SNR)).^2/2)+exp(-(y-sqrt(SNR)).^2/2)+exp(-(y+sqrt(SNR)).^2/2)+exp(-(x-sqrt(SNR/2)).^2/2-(y-sqrt(SNR/2)).^2/2)...
+exp(-(x+sqrt(SNR/2)).^2/2-(y-sqrt(SNR/2)).^2/2)+exp(-(x-sqrt(SNR/2)).^2/2-(y+sqrt(SNR/2)).^2/2)+exp(-(x+sqrt(SNR/2)).^2/2-(y+sqrt(SNR/2)).^2/2));

回答2:

rs("reg_money") = rs("reg_money") + money
rs.update
response.write ""
end if
rs.close
set rs=nothing

回答3:

你下的Matlab程序是虹膜识别中的哪一部分?我也做过虹膜识别识别系统,也许能帮到你。