代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/488605/6489962
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/488147/6497281
pdf matlab编程学习课件.pdf
www.eeworm.com/read/487092/6523498
m noise_filtering_matlab.m
%PREPARE:
A=imread('plane.jpg');
imshow(A),title('Original Image')
[n m]=size(A); %get the size information
%add Gaussian Noise:
Gaus=imnoise(A,'gaussian');
figure,imshow(Gaus),title('Image wi
www.eeworm.com/read/486788/6528517
txt 卷积的matlab程序.txt
function juanji(a,b)
%一般情况下输入a,b都是实数序列,这里忽略a,b为复序列的情况
clf;
subplot(2,2,1);
k=0:length(a)-1;
stem(k,a);
xlabel('n');ylabel('a');
grid;
subplot(2,2,2);
k=0:length(b)-1;
stem(k,b);
xlabel('n')
www.eeworm.com/read/484620/6580726
pdf matlab_image_pro.pdf
www.eeworm.com/read/483592/6599273
doc mfcc的matlab.doc
www.eeworm.com/read/482337/6623056
ppt matlab图形处理教程.ppt
www.eeworm.com/read/482039/6625543
pdf matlab_teaching_material.pdf
www.eeworm.com/read/482005/6635071
rc2 matlab调用.rc2
//
// MATLAB调用.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//