遗传算法进行优化求多元函数 (Griewank Function)最小解问题
遗传算法进行优化求多元函数 (Griewank Function)最小解问题...
遗传算法进行优化求多元函数 (Griewank Function)最小解问题...
ASK function, this is a block that has three input and one output. the input are the two carrier that have different amplitute, and the digital signal...
We simulate uncoded BER of BPSK modulated data as a function of SNR -in an AWGN channel -in a Rayleigh fading channel -in an AWGN channel when ...
I used MFC. that code is not perfect and have some problem. But its function is Ok. You just fix and use array of display buffer. That is abou...
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] t...