Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

urgent simulink,matlab

Status
Not open for further replies.

fakeha_s

Junior Member level 3
Joined
Aug 10, 2005
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,744
crc simulink

i want to design simulink model as follows
give image input to crc generator block(available in simulink)
i also want to view this image,(lets say if i had to view a signal i would use
oscilloscope)next crc generator block will take 48 image bits calculate crc and
will produce the output(image +crc bits)
now i want to add noise again i want to view the output image at this point
than pass through correction block again view the corrected image


how do i view the image graphically and is it possible to view the bits of image
in vector form at different instances i have mentioned,
is it possible to determine time taken by each block to
produce output and how do i provide image as input

can verilog file be used to generate simulink model
any other idea you can suggest
 

how to give the image input in simulink

There are a wide range of scopes available in Simulink
 

simulink crc

hi,
YEs, it is possible to do all of it in simulink, but i think it is a little bit complicated to display the image with CRC. also, are you just trying to understand CRC by using a image as data source, if you are, it is easier to just use some random data source and do CRC on it, and do ur experiments on it.

for ur second query, you can dump the entire image data into workspace and plot from matalb command window..

for ur third query, no idea what ur meaning by it.
 

loading input data to simulink source

I load imge file in matlab and I call this file using from workspace block in simulink,now image is three dimensional how to give it as input to crc block,the image data should enter the block in row so that crc can be calculated and added to the image data now if I distort the image and use the crc detector block it gives the image bits at output from these bits i want to view the graphical image which would be distorted now to pass these bits to error correction block which would correct error now again I want to view the image which would be the original

Added after 1 minutes:

I load imge file in matlab and I call this file using from workspace block in simulink,now image is three dimensional how to give it as input to crc block,the image data should enter the block in row so that crc can be calculated and added to the image data now if I distort the image and use the crc detector block it gives the image bits at output from these bits i want to view the graphical image which would be distorted now to pass these bits to error correction block which would correct error now again I want to view the image which would be the original
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top