代码搜索:MATlab

找到约 10,000 项符合「MATlab」的源代码

代码结果 10,000
www.eeworm.com/read/324789/13245197

doc matlab实验1.doc

www.eeworm.com/read/324153/13282775

m decode_ldpc_matlab.m

function [vhat,iteration]=decode_ldpc_matlab(rx_waveform,No,h,rows,cols,ind,r,c,max_iter) % bit to check % check to bit % update APP LLR % hard decision % if valid codework, then exit vhat(1
www.eeworm.com/read/323037/13356900

txt matlab-fsk-use.txt

Fc=10; %载频 Fs=40; %系统采样频率 Fd=1; %码速率 N=Fs/Fd; df=10; numSymb=25;%进行仿真的信息代码个数 M=2; %进制数 SNRpBit=60;%信噪比 SNR=SNRpBit/log2(M); seed=[12345 54321]; numPlot=15;
www.eeworm.com/read/322923/13360867

pdf c++ matlab.pdf

www.eeworm.com/read/318161/13484884

txt 边缘检测matlab程序.txt

clear all; load wbarb; I = ind2gray(X,map);imshow(I); I1 = imadjust(I,stretchlim(I),[0,1]);figure;imshow(I1); [N,M] = size(I); h = [0.125,0.375,0.375,0.125]; g = [0.5,-0.5]; delta = [1
www.eeworm.com/read/317870/13494674

cpp vc_matlab_enginedlg.cpp

// vc_matlab_engineDlg.cpp : implementation file // #include "stdafx.h" #include "vc_matlab_engine.h" #include "vc_matlab_engineDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE