Carlos Sanchis
MathWorks
Followers: 0 Following: 0
Statistics
All
RANK
4,950
of 295,569
REPUTATION
10
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
3 Public Channels
AVERAGE RATING
30
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
[SIMULINK] Sound interface, multiple inputs and outputs
The "Audio Device Reader" block can output all channels through the same port as an m by n matrix where m is the number of sampl...
[SIMULINK] Sound interface, multiple inputs and outputs
The "Audio Device Reader" block can output all channels through the same port as an m by n matrix where m is the number of sampl...
4 years ago | 0
| accepted
Answered
[Simulink] Play and record audio simultaneusly
After looking at the model with Professor Requena, we've concluded the issue was the sample time of the noise source, which was ...
[Simulink] Play and record audio simultaneusly
After looking at the model with Professor Requena, we've concluded the issue was the sample time of the noise source, which was ...
4 years ago | 0
| accepted
Answered
Interact with simulink from Matlab
Another way to do this is to make paremeters live in the MATLAB workspace as variables and just change them in between simulatio...
Interact with simulink from Matlab
Another way to do this is to make paremeters live in the MATLAB workspace as variables and just change them in between simulatio...
5 years ago | 0
Answered
matrix of circulating vectors without loop
Still with a for loop, but somewhat more readable... input = [1 2 3 4; ... 4 5 6 7; ... 3 8 4 6]; ...
matrix of circulating vectors without loop
Still with a for loop, but somewhat more readable... input = [1 2 3 4; ... 4 5 6 7; ... 3 8 4 6]; ...
6 years ago | 1