| Member Comments |
|
|
|
|
ramaro
- help about file which load to run program
|
(no rating) 2009-08-12 |
thanks for every thing
i'm design 12-bit pipeline ADC and i want to determine SNR,SFDR,.... other dynamic testing
and i see your matlab program ,and write it in matlab but
i want to know {the type of the file {which need to run the program
me have the binary and decimal code out from ADC in Excel sheet
thanks
|
|
|
|
Tanja
- Re: help about file which load to run program
|
(no rating) 2009-08-18 |
Hello:
I am not quite sure, if I understand the question. The Matlab file is a .m file, which is called from Matlab by it's file name. You must have the main program and the signal processing toolbox in order to run the program. If you don't have these options in Matlab, you will not be able to run the program.
The incoming data should be in a 2-column format (that's how it's usually downloaded from a logic analyzer) with decimal designation (not binary). I hope this help answer your question. Thank you!
Tanja
|
|
|
|
ramaro
- help about file which load to run program
|
(no rating) 2009-08-20 |
thanks
i dont have kit
but you say "The incoming data should be in a 2-column format "
whay?and if made decimal code ,me have one column data"
thanks
|
|
|
|
Tanja
- Re: help about file which load to run program
|
(no rating) 2009-08-21 |
Simple, Ramaro, because that is the format that is coming out from the Logic Analyzer. If your LA produces something different an generates just one column, you may need a 2nd column, which is just the line number. Say if your column was listed as follows
283
256
125
192
245
312
etc,
then you will need to change the file to the following format:
1 283
2 256
3 125
4 192
5 245
6 312
etc,
Think of the add-on column as line ID for your individual code. Again, if you need to modify the code to make this fit for your application, go ahead and make the needed changes. This app note is an app note only with the code being a sample to get customers started. It is not an officially maintained code.
Hope this helps.
Tanja
|
|
|
|
|
| Your Comments | |
|
Login or register to post a comment.
|