10 2019 档案

摘要:参考:http://henrysbench.capnfatz.com/henrys-bench/arduino-projects-tips-and-more/arduino-quick-tip-find-your-i2c-address/ Arduino Quick Tip: Find Your I 阅读全文
posted @ 2019-10-31 22:23 梅长苏枫笑 阅读(1191) 评论(0) 推荐(0)
摘要:视频来源:https://www.bilibili.com/video/av51932171?t=628。 博文来源:https://ww2.mathworks.cn/help/matlab/ref/fft.html?searchHighlight=fft&s_tid=doc_srchtitle 视 阅读全文
posted @ 2019-10-31 22:08 梅长苏枫笑 阅读(7012) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/ceil.html?searchHighlight=ceil&s_tid=doc_srchtitle 本页对应的英文页面已更新,但尚未翻译。 若要查看最新内容,请点击此处访问英文页面。 ceil 朝正无穷大四舍五 阅读全文
posted @ 2019-10-30 18:43 梅长苏枫笑 阅读(628) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/nargin.html?searchHighlight=nargin&s_tid=doc_srchtitle 语法 nargin nargin(fun) 语法 nargin nargin(fun) nargin 阅读全文
posted @ 2019-10-29 11:53 梅长苏枫笑 阅读(1035) 评论(0) 推荐(0)
摘要:来源:http://michel.thoby.free.fr/Fisheye_history_short/International_Standards_about_Distortion.html How is lens distortion value being defined by the i 阅读全文
posted @ 2019-10-28 14:36 梅长苏枫笑 阅读(880) 评论(0) 推荐(0)
摘要:来源:https://blog.csdn.net/chepwavege/article/details/98876550 视场 (视图字段) 是指现场对面相机镜头的立体角。图如下图所示︰ 高频通气︰ 水平视角 VFOV: 垂直的视野 DFOV: 显示字段的视图 以下是 HFOV、 VFOV 和 DF 阅读全文
posted @ 2019-10-28 14:35 梅长苏枫笑 阅读(1075) 评论(0) 推荐(0)
摘要:参考: 1. https://blog.csdn.net/dcrmg/article/details/52416832 2. https://www.zhihu.com/question/21080171 点乘,也叫数量积。结果是一个向量在另一个向量方向上投影的长度,是一个标量。叉乘,也叫向量积。结 阅读全文
posted @ 2019-10-25 15:51 梅长苏枫笑 阅读(22294) 评论(0) 推荐(0)
摘要:参考: 1. https://blog.csdn.net/sprewel3260334/article/details/50447614 2. https://baike.911cha.com/ci/SMBus The I²C bus and the SMBus are popular 2-wire 阅读全文
posted @ 2019-10-24 10:14 梅长苏枫笑 阅读(1541) 评论(0) 推荐(0)
摘要:来源 :https://blog.csdn.net/u013066730/article/details/56665308(比较详细) https://blog.csdn.net/yuanhuiling/article/details/79128116 mfilter实现的是线性空间滤波; conv 阅读全文
posted @ 2019-10-22 18:26 梅长苏枫笑 阅读(1806) 评论(0) 推荐(0)
摘要:来源:https://blog.csdn.net/qq_15971883/article/details/78334380 转载自:http://blog.csdn.net/u013066730/article/details/56554332 以及http://blog.csdn.net/u010 阅读全文
posted @ 2019-10-22 18:24 梅长苏枫笑 阅读(1751) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/humanking7/article/details/46826105 核心提示 在Matlab中高斯滤波非常方便,主要涉及到下面两个函数: 函数: fspecial函数: imfilter 代码实现 clear all;clc;% %对图像进行 阅读全文
posted @ 2019-10-22 17:22 梅长苏枫笑 阅读(19249) 评论(1) 推荐(0)
摘要:来源:https://blog.csdn.net/hustrains/article/details/9153553 Fspecial函数用于创建预定义的滤波算子,会与imfilter搭配使用,其语法格式为: h = fspecial(type)h = fspecial(type,parameter 阅读全文
posted @ 2019-10-21 18:53 梅长苏枫笑 阅读(16068) 评论(0) 推荐(0)
摘要:来源: 1.https://ww2.mathworks.cn/help/images/ref/fspecial.html?searchHighlight=fspecial&s_tid=doc_srchtitle#d117e81237 2.https://www.cnblogs.com/leegod/ 阅读全文
posted @ 2019-10-21 16:35 梅长苏枫笑 阅读(1327) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/floor.html?searchHighlight=floor&s_tid=doc_srchtitle floor 朝负无穷大四舍五入 全页折叠 朝负无穷大四舍五入 全页折叠 朝负无穷大四舍五入 全页折叠 语法 阅读全文
posted @ 2019-10-21 15:47 梅长苏枫笑 阅读(801) 评论(0) 推荐(0)
摘要:参考:https://ww2.mathworks.cn/help/matlab/ref/num2str.html?searchHighlight=num2str&s_tid=doc_srchtitle num2str 将数字转换为字符数组 全页折叠 将数字转换为字符数组 全页折叠 将数字转换为字符数 阅读全文
posted @ 2019-10-21 14:44 梅长苏枫笑 阅读(3647) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/subplot.html?searchHighlight=subplot&s_tid=doc_srchtitle 语法 subplot(m,n,p) subplot(m,n,p,'replace') subplo 阅读全文
posted @ 2019-10-21 14:35 梅长苏枫笑 阅读(1344) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/figure.html?searchHighlight=figure&s_tid=doc_srchtitle figure 创建图窗窗口 全页折叠 创建图窗窗口 全页折叠 创建图窗窗口 全页折叠 语法 figur 阅读全文
posted @ 2019-10-21 14:22 梅长苏枫笑 阅读(3285) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/imread.html?searchHighlight=imread&s_tid=doc_srchtitle imread 从图形文件读取图像 全页折叠 从图形文件读取图像 全页折叠 从图形文件读取图像 全页折叠 阅读全文
posted @ 2019-10-21 10:03 梅长苏枫笑 阅读(7127) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/imfinfo.html?searchHighlight=imfinfo&s_tid=doc_srchtitle#d117e653568 imfinfo 有关图形文件的信息 全页折叠 有关图形文件的信息 全页折叠 阅读全文
posted @ 2019-10-20 16:12 梅长苏枫笑 阅读(1321) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/bitshift.html?searchHighlight=bitshift&s_tid=doc_srchtitle itshift 将位移动指定位数 全页折叠 将位移动指定位数 全页折叠 将位移动指定位数 全页 阅读全文
posted @ 2019-10-20 12:46 梅长苏枫笑 阅读(1052) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/reshape.html?searchHighlight=reshape&s_tid=doc_srchtitle eshape 重构数组 全页折叠 重构数组 全页折叠 重构数组 全页折叠 语法 B = resha 阅读全文
posted @ 2019-10-20 11:31 梅长苏枫笑 阅读(3948) 评论(0) 推荐(0)
摘要:来源:https://ww2.mathworks.cn/help/matlab/ref/find.html?searchHighlight=find&s_tid=doc_srchtitle find 查找非零元素的索引和值 全页折叠 查找非零元素的索引和值 全页折叠 查找非零元素的索引和值 全页折叠 阅读全文
posted @ 2019-10-20 10:49 梅长苏枫笑 阅读(8756) 评论(0) 推荐(0)
摘要:来源:https://baike.baidu.com/item/比特数/4078600?fr=aladdin 比特数 “比特数”是这样一个单位,16比特就是指把波形的振幅划为2的16次方即65536个等级,根据模拟信号的轻响把它划分到某个等级中去,就可以用数字来表示了。和采样精度一样,波特率或比特率 阅读全文
posted @ 2019-10-19 14:45 梅长苏枫笑 阅读(786) 评论(0) 推荐(0)
摘要:文章来源:https://ww2.mathworks.cn/help/matlab/ref/fseek.html?searchHighlight=fseek&s_tid=doc_srchtitle fseek 移至文件中的指定位置 全页折叠 移至文件中的指定位置 全页折叠 移至文件中的指定位置 全页 阅读全文
posted @ 2019-10-19 14:21 梅长苏枫笑 阅读(3656) 评论(0) 推荐(0)
摘要:参考来源:https://blog.csdn.net/yuejisuo1948/article/details/83617359 bitdepth目前个人理解是sensor像素上表示颜色的范围,也可说灰度范围 参考: bitdepth是指每个通道的每个像素分量的有效比特数,它越高,表示该图片格式能表 阅读全文
posted @ 2019-10-19 10:59 梅长苏枫笑 阅读(763) 评论(1) 推荐(0)
摘要:网上的直接参考资料 1. https://zhuanlan.zhihu.com/p/36896537 2. https://blog.csdn.net/m0_38049850/article/details/80980365 ISP-OB 13.1. 基本概念 13.1.1. What is OB 阅读全文
posted @ 2019-10-19 10:40 梅长苏枫笑 阅读(7012) 评论(0) 推荐(0)
摘要:参考:https://ww2.mathworks.cn/help/matlab/ref/for.html?searchHighlight=for&s_tid=doc_srchtitle for 用来重复指定次数的 for 循环 全页折叠 用来重复指定次数的 for 循环 全页折叠 用来重复指定次数的 阅读全文
posted @ 2019-10-18 18:54 梅长苏枫笑 阅读(1547) 评论(0) 推荐(0)
摘要:参考:https://ww2.mathworks.cn/help/matlab/ref/fprintf.html?searchHighlight=fprintf&s_tid=doc_srchtitle#btf98f7 将数据写入文本文件 fprintf 将数据写入文本文件 全页折叠 将数据写入文本文 阅读全文
posted @ 2019-10-18 17:26 梅长苏枫笑 阅读(656) 评论(0) 推荐(0)
摘要:参考:https://ww2.mathworks.cn/help/matlab/ref/fopen.html?searchHighlight=fopen&s_tid=doc_srchtitle 个人认为返回的标识符是一个文件句柄handle, 网上的解释是: MATLAB® 保留文件标识符 0、1 阅读全文
posted @ 2019-10-18 11:11 梅长苏枫笑 阅读(2186) 评论(0) 推荐(0)
摘要:参考: 1.https://ww2.mathworks.cn/help/matlab/ref/exist.html?searchHighlight=exist&s_tid=doc_srchtitle 2. 官方解释: exist 检查变量、脚本、函数、文件夹或类的存在情况 全页折叠 检查变量、脚本、 阅读全文
posted @ 2019-10-18 10:44 梅长苏枫笑 阅读(2526) 评论(0) 推荐(0)
摘要:参考: https://blog.csdn.net/u013152895/article/details/44724199 有时在存放m文件的文件夹中会出现*.asv asv 就是auto save的意思,*.asv文件的内容和相应的*.m文件内容一样,用记事本和matlab都能打开它。它可以作为* 阅读全文
posted @ 2019-10-18 10:01 梅长苏枫笑 阅读(1027) 评论(0) 推荐(0)
摘要:参考:https://ww2.mathworks.cn/help/matlab/ref/uigetfile.html?searchHighlight=uigetfile&s_tid=doc_srchtitle uigetfile 打开文件选择对话框 全页折叠 打开文件选择对话框 全页折叠 打开文件选 阅读全文
posted @ 2019-10-18 09:21 梅长苏枫笑 阅读(2442) 评论(0) 推荐(0)
摘要:大学学过的一款软件,说实话没好好学,老师直接讲到高深的做仿真之类的 综合网上的教程讲述基础的matlab创建遇到的问题: 参考: 1. https://blog.csdn.net/weixin_42386538/article/details/81036900 2. https://blog.csd 阅读全文
posted @ 2019-10-17 18:31 梅长苏枫笑 阅读(12639) 评论(0) 推荐(0)
摘要:原博客地址:https://blog.csdn.net/joe9280/article/details/46952947 参考:https://blog.csdn.net/wgx571859177/article/details/79772626 1. 硬件上 私以为对CCD的原理有大致了解可以帮助 阅读全文
posted @ 2019-10-15 17:33 梅长苏枫笑 阅读(9610) 评论(0) 推荐(0)
摘要:Arduino的模拟引脚的引用,网上不错的一篇文章 参考:http://blog.sina.com.cn/s/blog_156e62ef90102xjio.html 模拟引脚 本文是对于Arduino芯片上模拟引脚的介绍。上面所说的Arduino芯片主要包括(Atmega8, Atmega168,A 阅读全文
posted @ 2019-10-15 13:59 梅长苏枫笑 阅读(5199) 评论(0) 推荐(0)
摘要:参考:https://blog.csdn.net/wjz1029/article/details/45044033 找了很久的一种方法: 怎样向一个EXE 发送一个参数,得到反馈后,再向EXE发送一个参数 亲测网上的一种可行的方法 如果想要是程序能够想cmd命令那样执行,需要函数在argv[]数组上 阅读全文
posted @ 2019-10-07 18:08 梅长苏枫笑 阅读(263) 评论(0) 推荐(0)
摘要:参考:https://playground.arduino.cc/Code/TMP102/ Example Code for a TMP102 I2c Thermometer I've fairly extensively commented the code, hopefully it makes 阅读全文
posted @ 2019-10-07 09:34 梅长苏枫笑 阅读(510) 评论(0) 推荐(0)