- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 2021-04-21
"""@author: PhC@file: GPU_nn_deyufa_hight_level.py@time: 2021/04/21@describe:"""import torchimport torch.nn as nnimport torch.nn.functional as Fimport torch.optim as optimfrom torchvision import datasets, transformsbatch_size = 200 # Batch: 批
2021-04-21 22:01:54
101
原创 2020-11-17
clear all;close all;%%条件初始化str = input('请输入图像的前缀:','s');Width = input('请输入投影仪的分辨率(Width, []="1140"):','s');if isempty(Width); Width = 1140;else Width = str2double(Width);endHight = input('请输入投影仪的分辨率(Hight, []="921"):','s');if isempty(Hight)
2020-11-17 15:33:57
172
原创 多频外差
% 程序开始clc;close all;clear;% 图片的初始化width = 1280; heigth = 800;% 三频率freq = [70 64 59];C = cell(3,4); for i=1:3 for j=1:4 C{i,j} = zeros(heigth,width); endend% 利用余弦函数计算12张图的灰度值% 图像的生成% 三种频率,四组相位for i = 1:3 % 对应三种不同的频率
2020-10-28 21:39:31
593
原创 2020-10-28
在这里插入代码% 程序开始clc;close all;clear;% 图片的初始化width = 1280; heigth = 800;% 三频率freq = [70 64 59];C = cell(3,4); for i=1:3 for j=1:4 C{i,j} = zeros(heigth,width); endend% 利用余弦函数计算12张图的灰度值% 图像的生成% 三种频率,四组相位for i = 1:3 % 对应三种不同
2020-10-28 21:32:43
352
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人