CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fopen wav
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fopen wav - List
[
ARM-PowerPC-ColdFire-MIPS
]
2410-fs-ldqmoon
DL : 0
这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n") -This code for fat system under 2410, use a sd card
Date
: 2025-07-01
Size
: 28kb
User
:
罗德强
[
matlab
]
test
DL : 0
用matlab对wav文件采用不同的方式读取(wavread和fopen),并对其进行低通滤波处理。滤波用的fir直接型低通滤波器-to read the wav file in different ways with Matlab (wavread, and fopen), and then low-pass filtering. the low-pass filter is direct_type FIR filter
Date
: 2025-07-01
Size
: 1kb
User
:
Yicheng Yu
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.