代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/215853/15038401
cmd c6_4_4.cmd
-e Init
MEMORY
{
PAGE 0: ROM: origin = 1000h, length = 0500h
PAGE 1: RAM: origin = 0100h, length = 0500h
}
SECTIONS
{
.text : > ROM
.data
www.eeworm.com/read/114509/15050507
h rand4x4.h
#define FFT_SIZE 16
#define MAX_PERMISSIBLE_ERROR 5
typedef struct {
short re, im;
} complex_fract16;
segment("mydata1") complex_fract16 _in[1024];
segment("mydata2") complex_fract16 _out[
www.eeworm.com/read/114509/15050524
h rand4x4.h
//#define PRINTF_SUPPORT
#define MAX_PERMISSIBLE_ERROR 5
typedef struct {
short re, im;
} complex_fract16;
segment("mydata1") complex_fract16 _in[1024];
segment("mydata2") complex_fract16
www.eeworm.com/read/215321/15065270
m ch3_4_4.m
www.eeworm.com/read/215321/15065408
m ch8_4_4.m
%%%%%%%%%%%%%%%%%%%%Lucy-Richardson滤波
luc1 = deconvlucy(BlurredNoisy1,PSF1,5);%进行5次迭代
luc2 = deconvlucy(BlurredNoisy1,PSF1,15);%进行15次迭代
figure;
subplot(1,2,1);imshow(luc1);
title('Restored Image,
www.eeworm.com/read/215321/15065429
m ch4_3_4.m
theta = 0:179;
[R,xp] = radon(BW,theta);
figure, imagesc(theta, xp, R); colormap(hot);
xlabel('\theta (degrees)'); ylabel('x\prime');
title('R_{\theta} (x\prime)');
colorbar
www.eeworm.com/read/215321/15065437
m ch4_1_4.m
F = fft2(f,256,256);
imshow(F2,[-1 5],'notruesize');
colormap(jet); colorbar
www.eeworm.com/read/215321/15065445
m ch4_4_1.m
%映射和重建
%产生测试图像并显示
P = phantom(256);
imshow(P)
%计算投影数据
%设定几何关系为“线形”,分别给定光束数目为18,36和90。
theta1 = 0:10:170;
[R1,xp] = radon(P,theta1);
num_angles_R1 = size(R1,2)% num_angles_R1 = 18
theta2
www.eeworm.com/read/214980/15080569