搜索:RGB+Analysis
找到约 2,117 项符合「RGB+Analysis」的查询结果
结果 2,117
按分类筛选
- 全部
- 技术资料 (675)
- 通信网络 (154)
- 模拟电子 (116)
- 无线通信 (96)
- 测试测量 (96)
- matlab例程 (88)
- 电源技术 (69)
- 单片机编程 (68)
- 嵌入式综合 (57)
- 其他书籍 (45)
- 其他 (42)
- 可编程逻辑 (33)
- 书籍 (32)
- 传感与控制 (30)
- 单片机开发 (30)
- DSP编程 (29)
- 教程资料 (25)
- Java编程 (23)
- 人工智能/神经网络 (23)
- 数学计算 (22)
- 软件设计/软件工程 (20)
- 系统设计方案 (14)
- 软件工程 (13)
- 电子书籍 (13)
- 文章/文档 (13)
- VHDL/FPGA/Verilog (13)
- 数值算法/人工智能 (12)
- Linux/Unix编程 (12)
- 压缩解压 (11)
- 文件格式 (11)
- 通讯/手机编程 (10)
- 工控技术 (10)
- C/C++语言编程 (9)
- 接口技术 (9)
- 仿真技术 (9)
- 书籍源码 (9)
- 编译器/解释器 (9)
- 通讯编程文档 (9)
- 学术论文 (8)
- 行业发展研究 (8)
- 嵌入式/单片机编程 (7)
- 技术管理 (6)
- 汇编语言 (6)
- 微处理器开发 (6)
- 论文 (6)
- PCB相关 (5)
- 其他行业 (5)
- ARM (4)
- allegro (4)
- Applet (4)
- Windows CE (4)
- 其他嵌入式/单片机内容 (4)
- SQL Server (4)
- VIP专区 (4)
- 源码 (4)
- 加密解密 (3)
- 网络 (3)
- 多国语言处理 (3)
- 嵌入式Linux (3)
- 数据结构 (3)
- Java书籍 (3)
- Delphi控件源码 (3)
- 医药行业 (3)
- VC书籍 (3)
- 多媒体处理 (2)
- 技术书籍 (2)
- 资料/手册 (2)
- Mentor (2)
- Internet/网络编程 (2)
- 精品软件 (2)
- 手册 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 电子元器件应用 (1)
- 实用工具 (1)
- ALTERA FPGA开发软件 (1)
- Matlab (1)
- 电工电气 (1)
- 视频教程 (1)
- 图形图像 (1)
- 教程资料 (1)
- Genesis (1)
- 驱动编程 (1)
- 企业管理 (1)
- USB编程 (1)
- 其他数据库 (1)
- 手机WAP编程 (1)
- STL (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- 手机彩信(MMS)编程 (1)
- JavaScript (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
- RFID编程 (1)
- 软件 (1)
- 教程 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/692/474294.html
行业发展研究
Composite to rgb transformer
Composite to rgb transformer
https://www.eeworm.com/dl/508267.html
仿真技术
fft analysis
      Use
the fast Fourier transform function fft to analyse following signal. Plot the original signal, and the magnitude of its
spectrum linearly and logarithmically. Apply Hamming window to reduce the
leakage.
 
.
 
The hamming window can ...
https://www.eeworm.com/dl/508269.html
仿真技术
fft analysis
Use fft to analyse signal by
plotting the original signal and its spectrum.
https://www.eeworm.com/dl/512141.html
嵌入式综合
红外遥控RGB
#include "STC90.h"
#include < intrins.h >
#define uchar unsigned char
#define uint unsigned int
#define led_port P1
sbit IR_RE = P3^2;
sbit led_r = P1^3;
sbit led_g = P1^4;
sbit led_b = P1^5;
sbit led_wd = P1^7;
sbit K1 =P3^0 ; //增加键
sbit K2 =P3 ...