hyleeinhit
Member level 3
- Joined
- Aug 11, 2008
- Messages
- 58
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- U.S.
- Activity points
- 1,697
Hi, guys,
I designed a 1 order DeltaSigma ADC modulator. Simulation is run by Cadence virtuoso. I exported simulation result to Matlab with command "importdata" following guidelines in the following link: https://eda.engineering.wustl.edu/wiki/index.php/How_to_export_Cadence_plot_data_into_MATLAB
Now I need a Matlab counter to sum up digital '1' numbers on modulator output. I tried two ways:
1. Try to extract digital 1 and 0 from Cadence simulation results. The problem is that Cadence simulation outputs are lots of data in very tiny flexible time step and many of these data needs to be discarded. However, the transient simulation step is not fixed.
2. Matlab has a counter in Simulink. It does not have clock input.
How can I realized a Matlab counter which is suitable to process Cadence Virtuoso simulation data of DeltaSigma ADC modulator?
I designed a 1 order DeltaSigma ADC modulator. Simulation is run by Cadence virtuoso. I exported simulation result to Matlab with command "importdata" following guidelines in the following link: https://eda.engineering.wustl.edu/wiki/index.php/How_to_export_Cadence_plot_data_into_MATLAB
Now I need a Matlab counter to sum up digital '1' numbers on modulator output. I tried two ways:
1. Try to extract digital 1 and 0 from Cadence simulation results. The problem is that Cadence simulation outputs are lots of data in very tiny flexible time step and many of these data needs to be discarded. However, the transient simulation step is not fixed.
2. Matlab has a counter in Simulink. It does not have clock input.
How can I realized a Matlab counter which is suitable to process Cadence Virtuoso simulation data of DeltaSigma ADC modulator?