Adaptive Median Filter (MATLAB Code)
by Kiran Kintali
17 Jan 2011
Converting MATLAB Algorithms into Serialized Designs for HDL Code Generation
|
Watch this File
|
| File Information |
| Description |
SimulinkĀ® lets you integrate MATLABĀ® algorithms into a Simulink model
for C or HDL code generation. However, many MATLAB implementations of
signal processing, communications, and image processing algorithms require
some redesign to make them suitable for HDL code generation. For example,
they often use data types such as doubles, strings, and structures, and contain
control flow constructs, such as while loops and break statements, that do not
map well to hardware. Apart from these constructs, MATLAB algorithms that
operate on large data sets are not always written to take account of hardware
design characteristics like streaming and resource sharing. This submission uses
a typical software implementation of an adaptive median filter
(discussed in http://www.dspdesignline.com/howto/207800676) to illustrate
the process of converting MATLAB algorithms for HDL code generation. |
| MATLAB release |
MATLAB 7.11 (R2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us