Marcum+Q+function
Marcum+Q+function技术资料下载专区,收录538份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
538
Marcum+Q+function 热门资料
查看全部 538 份 →usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Support...
2016-04-25
80
ASK function, this is a block that has three input and one output. the input are the two carrier tha
ASK function, this is a block that has three input and one output. the input are the two carrier that have different amp...
2014-12-20
174
We simulate uncoded BER of BPSK modulated data as a function of SNR -in an AWGN channel -in a R
We simulate uncoded BER of BPSK modulated data as a function of SNR -in an AWGN channel -in a Rayleigh fading chann...
2014-01-11
148
I used MFC. that code is not perfect and have some problem. But its function is Ok. You just fix
I used MFC. that code is not perfect and have some problem. But its function is Ok. You just fix and use array of di...
2017-07-30
119
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
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 retu...
2015-12-17
190