-
aliasing in matlab by lrmaster,aliasing in matlab by lrmaster
標簽:
aliasing
lrmaster
matlab
in
上傳時間:
2013-11-25
上傳用戶:zsjinju
-
平滑特效字體控件包是一個基于平滑(Anti-aliasing)和特效(Effect)字體
技術的控件包,支持透明、半透明、陰影、模糊、漸變色、字體紋理、噪聲、輪
廓字等特效。
標簽:
Anti-aliasing
Effect
字體
控件
上傳時間:
2016-08-05
上傳用戶:xhz1993
-
This sample shows different ways of performing anti-aliasing - both by using only
the native hardware AA support, and by mixing the hardware modes with additional
supersampling. There are various ways in which the supersampled image can be
down-sampled. The way we do the downsampling in this example is the same
technique that was used in 2 of our latest launch demos – “Froggy” and “Adrianne”.
標簽:
anti-aliasing
performing
different
sample
上傳時間:
2014-01-11
上傳用戶:haohaoxuexi
-
gpio驅動
leddrv.c為驅動源程序
writeled.c為應用程序
writeled.c 編譯方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c
leddrv.c 編譯方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目錄/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -mshort-load-bytes -msoft-float -DMODULE -c -o leddrv.o leddrv.c
標簽:
writeled
arm-elf-gcc
leddrv
gpio
上傳時間:
2013-12-13
上傳用戶:kytqcool
-
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
標簽:
professionally
anti-aliased
graphics
looking
上傳時間:
2016-09-22
上傳用戶:宋桃子
-
一種比較好的抗鋸齒算法
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
See attached screenshot for a demonstration. More examples included in the code, just run help myaa .
Curiosa:
For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do:
opts.figureSnapMethod = antialiased
publish( test.m ,opts)
However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.
標簽:
professionally
anti-aliased
graphics
looking
上傳時間:
2016-09-28
上傳用戶:txfyddz
-
轉載自Rulph Chassaing的源代碼,內有函數Adaptc,AdaptIDFIR,adaptidFIRw,AdaptIDIIR,
Adaptnoise,Adaptnoise_pcm,Adaptpredict,
Adaptpredict_pcm,aliasing,AM,DFT,Dotp4,
dotp4clasm,Dotpintrinsic,Dotpipedfix,
Dotpnp,Echo_control,Factclasm,Fastconvosim,
FFTsinetable,FIR_pcm,FIRcirc_ext,loop_intr_pcm,
Noise_gen,Twosumlasmfloat,sweep8000,
SinegenDE,Scram16k,PLL.等近100個
標簽:
Adaptnoise_pcm
adaptidFIRw
AdaptIDFIR
AdaptIDIIR
上傳時間:
2014-01-06
上傳用戶:李彥東
-
The TW2835 has four high quality NTSC/PAL video decoders, dual color
display controllers and dual video encoders. The TW2835 contains four
built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters,
and proprietary digital gain/clamp controller, high quality Y/C separator to
reduce cross-noise and high performance free scaler. Four built-in motion,
標簽:
dual
controllers
decoders
display
上傳時間:
2017-03-20
上傳用戶:來茴
-
這是I2c網關Id獨立燒寫程序,
燒寫的ID必須要求是:“0~9”、“a~z”、“A~Z”的16為字符才能燒寫成功。
其中當是輸入的小寫字母時,自動轉換為大些燒入。
如: 1) # ./burnID 0123456789abcdef
燒入的是:0123456789ABCDEF
2] # ./burnID 0123456789@ cdef
燒入不成功,因為有其他字符
3) # ./burnID 0123456789abcdefDfs
燒入也不成,因為超過16個字符
built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters,
and proprietary digital gain/clamp controller, high quality Y/C separator to
reduce cross-noise and high performance free scaler. Four built-in motion,
標簽:
I2c
網關
獨立
燒寫程序
上傳時間:
2017-03-20
上傳用戶:playboys0
-
Title : Implementation of quadrature modulation and demodulation
Design Object : By implementing quadrature modulation and demodulation of analog signals in digital signal processing, students will have better understanding of sampling and frequency analysis of discrete-time signals.
Design Content : Make a MATLAB function which performs quadrature modulation and demodulation for a input signal with anti-aliasing filtering.
標簽:
Implementation
demodulation
implementing
modulation
上傳時間:
2013-12-09
上傳用戶:蠢蠢66