-
UWB
】UWB 以其高速率、高频谱利用率、低成本、低功耗和应用范围广等一系列优点受到业界前所未有的关注。正是
由于其高性能、低成本的无线数据通信能力,成为实现无限个人局域网的富有竞争力的技术之一。在介绍超宽带技术(UWB)基
本特点和原理的基础上,重点讨论了该技术在家庭网络中应用的优势和实现,并介绍了超宽带技术在其他方面的最新应用。(】 UWB with its high-speed, high spectral efficiency, low cost, low power and wide application and a series of advantages unprecedented attention by the industry. It is precisely because of its high-performance, low-cost wireless data communication capabilities, unlimited personal LAN to achieving competitive technologies. Introducing the ultra-wideband technology (UWB) basic characteristics and principles, based on a focus on the application of technology in the home network and realize the advantages, and describes other aspects of UWB technology in the latest application.)
- 2010-11-26 17:12:44下载
- 积分:1
-
texturefeaturesextracton
matlab code for extraction of texture featues
- 2010-12-29 16:25:35下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
GUI
此程序主要用于图像的匹配、配准,编程开发环境为MATLAB,是学习图像处理的同学很好的参考资料。(image matching)
- 2014-11-19 20:11:20下载
- 积分:1
-
code
一种简单的基于matlab的印刷体数字识别(Numeral recognition based on matlab)
- 2012-02-03 22:59:55下载
- 积分:1
-
Networking-Essentials
MCSE Training Guide: Networking Essentials, Second
Edition is designed for advanced end-users, service technicians,
and network administrators with the goal of
certification as a Microsoft Certified Systems Engineer
(MCSE). The “Networking Essentials” exam (70-058)
measures your ability to implement, administer, and
troubleshoot information systems that incorporate
Windows 95 as well as any of the BackOffice family of
products. According to Microsoft, the exam covers only
the networking knowledge and skills common to both
Windows 95 and BackOffice products.
- 2014-02-18 16:49:25下载
- 积分:1
-
analysis-and-conclusions-of-LTE
分析TDLTE系统主/辅同步信号的频域自相关性和互相关性以及小区搜索、同步算法的仿真。(Analysis of the frequency domain auto correlation and cross-correlation of the main/secondary synchronization signal of TDLTE system and the simulation of the cell search and synchronization algorithm. )
- 2021-01-23 13:18:39下载
- 积分:1
-
overvoltage
电系统过电压仿真程序,基于matlab和vc的混合编程,matlab动态仿真(Over-voltage power system simulation program, based on matlab and vc mixed programming, matlab dynamic simulation)
- 2008-03-16 01:52:16下载
- 积分:1
-
LGB
LGB码本选择,矢量编码之前的码本选择算法。随机初始码本(Code of the LGB choice, before the vector encoding the code book selection algorithm. Random initial codebook)
- 2009-05-09 22:13:34下载
- 积分:1
-
DAFX_Digital_Audio_Effects_A3d
The best book I have been seeing for Sound and using digital signal processing
- 2013-04-08 04:11:13下载
- 积分:1