This directory includes matlab interface of the curvelet transform
using usfft.
Basic functions
fdct_usfft.m -- forward curvelet transform
afdct_usfft.m -- adjoint curvelet transform
ifdct_usfft.m -- inverse curvelet transform
fdct_usfft_param.m -- returns the Location of each curvelet in phase-space
Useful tools
fdct_usfft_dispcoef.m -- returns a matrix contains all curvelet coefficients
fdct_usfft_pos2idx.m -- for fixed scale and fixed direction, returns
the curvelet which is closest to a certain point on the image
Demos
fdct_usfft_demo_basic.m -- display the shape of a curvelet
fdct_usfft_demo_recon.m -- partial reconstruction using curvelet
fdct_usfft_demo_disp.m -- display all the curvelet coefficients of an image
fdct_usfft_demo_denoise.m -- image denoising using curvelet
This project should serve as an "easy start" with embOS.
All pathes are relative to the project file.
You should therefor be able to copy the
entire directory (including all subdirectories)
to any Location on your harddrive.
Spectrum Digital, Inc的 詳細(xì)的 DM6467開(kāi)發(fā)資料!DaVinciHD_EVM_TechRef_RevD,This is the primary Location for all Davinci HD EVM related documentation, notes and errata. This version of the page applies to the lastest shipping version. Here is a complete version history:DaVinci HD Schematics
Board schematics
兩篇最新的介紹MIMO中繼信道容量的文章Capacity Bounds for Gaussian MIMO relay channel with Channel State Information 與 Amplify-Forward and Decode-Forward The Impact of Location and Capacity Contour
system verilog
This directory has all the examples in chapter 1.
The examples are in different directories. The table below lists the Location of hte examples.
論文IEEE上的,zigbee的關(guān)于實(shí)時(shí)定位系統(tǒng)的研究Zigbee - Research into integrated Real-Time Location Systems.pdf,zigbee的關(guān)于實(shí)時(shí)定位系統(tǒng)的研究
un the configuration script
----------------------------
In the CGIs directory there is a configure.s and a configure.bat file.
Run this file after you ve moved the CGIs directory to it s desired
Location. The configure script will create a file nammed apache.conf.
Append this file the the httpd.conf file.
LINUX:
[prompt]$ ./configure.s
[prompt]$ cat apache.conf >> /etc/httpd/conf/httpd.conf
Note: you may need to set the executable flag on the script
chmod 755 configure.s
WINDOWS:
prompt> configure.bat
Copy the contents of apache.conf to httpd.conf
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current Location and target Location.
Format: The first line write type of heuristic (N or S).
Next is the status of departing and landing status. Between 2 states of 1 line blank.
See examples EightPuzzle.INP