Feeds
已回答
Simulink: fast execution of M-code class
The <http://www.mathworks.com/help/toolbox/simulink/slref/matlabfunction.html MATLAB Function Block> compiles the m-code within ...
Simulink: fast execution of M-code class
The <http://www.mathworks.com/help/toolbox/simulink/slref/matlabfunction.html MATLAB Function Block> compiles the m-code within ...
12 years 前 | 0
已回答
Explanation of Accelerator mode and listener functions
Yes, event-listeners do not work in non-Normal simulation modes. Event-listener functions are fired when the block methods t...
Explanation of Accelerator mode and listener functions
Yes, event-listeners do not work in non-Normal simulation modes. Event-listener functions are fired when the block methods t...
12 years 前 | 2
| 已接受
已回答
How to apply a FIR filter?
Try using the <http://www.mathworks.com/products/signal/demos.html?file=/products/demos/shipping/signal/introfdatooldemo.html FD...
How to apply a FIR filter?
Try using the <http://www.mathworks.com/products/signal/demos.html?file=/products/demos/shipping/signal/introfdatooldemo.html FD...
13 years 前 | 0
已回答
Sine Wave to Machine block?
I had answered a similar question a few months back. That was for a solar cell block. Yours is for an Async machine. Same princi...
Sine Wave to Machine block?
I had answered a similar question a few months back. That was for a solar cell block. Yours is for an Async machine. Same princi...
13 years 前 | 0
| 已接受
已回答
Non-linear FRF
If you have Simulink, you can model this equation ( look at the documentation for the demo model 'vdp' for reference ). Then,...
Non-linear FRF
If you have Simulink, you can model this equation ( look at the documentation for the demo model 'vdp' for reference ). Then,...
13 years 前 | 0
| 已接受
已回答
Is there any way to repoen an XY Graph during a simulation once you have closed it?
No. This is why: 1. 'Look Under Mask' of the XY block. It is an S-function block; 2. During the initialization stage of the ...
Is there any way to repoen an XY Graph during a simulation once you have closed it?
No. This is why: 1. 'Look Under Mask' of the XY block. It is an S-function block; 2. During the initialization stage of the ...
13 years 前 | 1
已回答
fdatool to fpga
When you select the 'Set quantization parameters' tool in FDATOOL, in the 'Coefficients' tab, I would recommend checking the 'Be...
fdatool to fpga
When you select the 'Set quantization parameters' tool in FDATOOL, in the 'Coefficients' tab, I would recommend checking the 'Be...
13 years 前 | 0
| 已接受
已回答
how to implement delay to a real signal and calculate its conj complex ,i have an algorithm but it is very slow
Use <http://www.mathworks.com/help/releases/R2011b/toolbox/dsp/ref/dfilt.delay.html dfilt.delay> and <http://www.mathworks.com/h...
how to implement delay to a real signal and calculate its conj complex ,i have an algorithm but it is very slow
Use <http://www.mathworks.com/help/releases/R2011b/toolbox/dsp/ref/dfilt.delay.html dfilt.delay> and <http://www.mathworks.com/h...
13 years 前 | 0
| 已接受
已回答
Autocorrelation and Alignment
1. Use XCORR in the Signal Processing Toolbox to find the correlation between the two signals; 2. Find the index of the max v...
Autocorrelation and Alignment
1. Use XCORR in the Signal Processing Toolbox to find the correlation between the two signals; 2. Find the index of the max v...
13 years 前 | 0
| 已接受
已回答
TF from response graph
I assume that you have the frequency response data for a system and want to get the Transfer Function coefficients for the syste...
TF from response graph
I assume that you have the frequency response data for a system and want to get the Transfer Function coefficients for the syste...
13 years 前 | 0
已回答
matlab simulink
The 'To Workspace' block will write to the MATLAB base workspace. Given multiple 'To Workspace' blocks with the same variable na...
matlab simulink
The 'To Workspace' block will write to the MATLAB base workspace. Given multiple 'To Workspace' blocks with the same variable na...
13 years 前 | 0
| 已接受
已回答
S-parameter in SIMRF
No existing functionality. You would have to design your own subsystem to achieve the same functionality as the <http://www.math...
S-parameter in SIMRF
No existing functionality. You would have to design your own subsystem to achieve the same functionality as the <http://www.math...
13 years 前 | 0
已回答
SIMRF-How to Set the S-parameters
Check out the SimRF Demo model 'simrf_low_if'. The SAW Filter block 'simrf_low_if/SimRF Hartley Receiver/SAW Filter' is actually...
SIMRF-How to Set the S-parameters
Check out the SimRF Demo model 'simrf_low_if'. The SAW Filter block 'simrf_low_if/SimRF Hartley Receiver/SAW Filter' is actually...
13 years 前 | 0
| 已接受
已回答
noisy bode plot data
There isnt anything designed for smoothing frequency response curves specifically. Try using the <http://www.mathworks.com/help/...
noisy bode plot data
There isnt anything designed for smoothing frequency response curves specifically. Try using the <http://www.mathworks.com/help/...
13 years 前 | 0
| 已接受
已回答
How to connect simscape block with simpowersystem?
There are three main types of signals in any typical physical modeling block diagram: 1. Standard Simulink signals: Ports that...
How to connect simscape block with simpowersystem?
There are three main types of signals in any typical physical modeling block diagram: 1. Standard Simulink signals: Ports that...
13 years 前 | 2
| 已接受
已回答
Bode plot from a string of complex numbers
The ANGLE function returns angles only between +/- pi. When the 'actual' angle goes above pi or below -pi, the ANGLE function wi...
Bode plot from a string of complex numbers
The ANGLE function returns angles only between +/- pi. When the 'actual' angle goes above pi or below -pi, the ANGLE function wi...
13 years 前 | 0
已回答
Is the X-axis of my code in radians per sample
In case of your code, the X axis of the plot is just the index of the frequency response vector. If c_f is a 8000x1 vector, then...
Is the X-axis of my code in radians per sample
In case of your code, the X axis of the plot is just the index of the frequency response vector. If c_f is a 8000x1 vector, then...
13 years 前 | 0
已回答
about GMSK demodulation
You 'can' use an MSK demodulator for demodulation of a GMSK signal but it will sub-optimal. A Gaussian filter needs to be there ...
about GMSK demodulation
You 'can' use an MSK demodulator for demodulation of a GMSK signal but it will sub-optimal. A Gaussian filter needs to be there ...
13 years 前 | 0
| 已接受
已回答
Save S-parameter in matlab
1. You need to create an RF Data Object from your available data. Doc page is <http://www.mathworks.com/help/releases/R2011b/too...
Save S-parameter in matlab
1. You need to create an RF Data Object from your available data. Doc page is <http://www.mathworks.com/help/releases/R2011b/too...
13 years 前 | 0
已回答
Simulink - automatically hide the name of a new block?
There is no way of automatically hiding the block names the moment you drop a block into a model. There is no setting in Simulin...
Simulink - automatically hide the name of a new block?
There is no way of automatically hiding the block names the moment you drop a block into a model. There is no setting in Simulin...
13 years 前 | 7
| 已接受