Location:
Search - downsamp
Search list
Description: 利用C語言對圖片進興縮放的功能, 演算法寫的好不失真-Using C language on the picture zoom function Chin-hsing, algorithms written better distortion
Platform: |
Size: 421888 |
Author: 劉奕成 |
Hits:
Description: 用matlab实现多幅图片的downsample
把图片变成低分辨率的小图片。-Using matlab implementation of the downsample pictures put into a low-resolution picture of the small picture.
Platform: |
Size: 115712 |
Author: jonessue |
Hits:
Description: function [Y,FS,NBITS,OPTS] = mp3read(FILE,N,MONO,DOWNSAMP,DELAY)
MP3READ Read MP3 audio file via use of external binaries.
Y = MP3READ(FILE) reads an mp3-encoded audio file into the
vector Y just like wavread reads a wav-encoded file (one channel
per column). Extension ".mp3" is added if FILE has none.
Also accepts other formats of wavread, such as
Y = MP3READ(FILE,N) to read just the first N sample frames (N
scalar), or the frames from N(1) to N(2) if N is a two-element vector.
Y = MP3READ(FILE,FMT) or Y = mp3read(FILE,N,FMT)
with FMT as native returns int16 samples instead of doubles
FMT can be double for default behavior (to exactly mirror the
syntax of wavread).
-mp3read
Platform: |
Size: 5120 |
Author: 陳聰明 |
Hits: