-
boa:著名嵌入式系统网页服务器源代码。
boa:著名嵌入式系统网页服务器源代码。-boa : famous embedded web server system source code.
- 2022-06-14 00:45:00下载
- 积分:1
-
HPI与PC相通信的源代码 喜欢DSP的爱好者快来看看吧
HPI与PC相通信的源代码 喜欢DSP的爱好者快来看看吧-HPI communication with the PC equivalent of the source code like DSP lovers Come see Look here
- 2022-06-12 06:40:04下载
- 积分:1
-
This model is just testing an idea of MIMO, which IEEE802.11n
will have. But...
This model is just testing an idea of MIMO, which IEEE802.11n
will have. But I havo not seen the standard, I tried to make
it with 11a. Actually this model would not work in real world,
because the preambles were not designed to solve the MIMO feature.
But this model may be useful to get some idea to start to
design a PHY with MIMO.
-This model is just an idea of testing MIMO. IEEE802.11n which will have. But I havo not seen the standard. I tried to make it with 11a. Actually this model w ould not work in real world. because the preambles were not designed to solv e the MIMO feature. But this model may be useful t o get some idea to start to design a PHY with MIMO.
- 2022-07-11 14:13:50下载
- 积分:1
-
音频控制器
此程序需要从麦克风输入、 分析信号,然后将其发送的音频输出。可能配置各种参数,例如 FRAMES_PER_BUFFER、 SAMPLE_RATE、 NUM_CHANELS 等。
- 2023-07-03 03:10:03下载
- 积分:1
-
基于S3C2440 对 K9F1208 Nand Flash 的读写,取自uboot,对其进行了修改
基于S3C2440 对 K9F1208 Nand Flash 的读写,取自uboot,对其进行了修改-S3C2440 based on K9F1208 Nand Flash reading and writing, from uboot, its modified
- 2023-02-17 16:00:03下载
- 积分:1
-
AD9851 to do a baseline audio frequency signal generator can be accurate to 0.01...
一个以AD9851做频率基准音频信号发生器,可以精确到0.01%。-AD9851 to do a baseline audio frequency signal generator can be accurate to 0.01%.
- 2022-02-01 18:11:57下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
单片机的adc0809的使用
符有仿真程序和源程序代码
单片机的adc0809的使用
符有仿真程序和源程序代码-SCM adc0809 the use of characters with simulation program and source code
- 2022-03-13 22:28:11下载
- 积分:1
-
VC_ch341par-驱动代码
应用背景在异步串口方式下,CH341提供串口发送使能、串口接收就绪等交互式的速率控制信号以及常用的MODEM联络信号,用于将普通的串口设备直接升级到 USB 总线。
在打印口方式下,CH341提供了兼容USB相关规范和 Windows操作系统的标准 USB打印口,用于将普通的并口打印机直接升级到USB总线。
在并口方式下,CH341提供了EPP方式或MEM方式及 BUS扩展方式的 8位并行接口,用于在不需要单片机/DSP/MCU 的环境下,直接输入输出数据。
除此之外,CH341A 芯片还支持一些常用的同步串行接口,例如 2 线接口(SCL 线、SDA 线)和 4线接口(CS线、CLK线、DIN线、DOUT线)等
- 2022-07-10 10:56:08下载
- 积分:1
-
正弦波软件生成函数(sin()陈任),可以生成幅度可调节,频率可调节的正弦波输出,可用于DSP...
正弦波软件生成函数(sin()陈任),可以生成幅度可调节,频率可调节的正弦波输出,可用于DSP-Software generated sine function (sin () Chen Ren)
- 2022-03-19 17:06:00下载
- 积分:1