Uladzimir
Followers: 0 Following: 0
Estadística
2 Preguntas
8 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
2.547
of 295.467
REPUTACIÓN
24
CONTRIBUCIONES
2 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
81.679
of 153.912
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 9 años hace
Reducing Latency in UDP Communications
Dear Michael, You should run your models in external mode. According to mathworks manual for real-time windows target, it provi...
más de 9 años hace | 0
how to calculate number of byte send in UDP
fwrite(u, data, 'float32') Here are numel(data)*4 bytes. fread(u, datas, 'float32') Here are datas*4 bytes
más de 9 años hace | 0
Create a notch filter for complex input data
Maybe it will help you F = 244140; Fs = 390625; NFFT = length(YourSignal);%or 2^n YourSpectra = fft(YourSignal,NF...
más de 9 años hace | 0
How to find slope of an curve?
You can use discrete derivative block with Ts = 0.1
más de 9 años hace | 0
Accessing data from structures
[~,maxind] = max(Pop.B); Pop.A(maxind)
más de 9 años hace | 0
how to convert pwm_change_duty() function used in pic uC to a pwm code
function output = pwmoutput(tctnr,q,Tcntr) % q - pwm duty assignment 0...1 % Tcntr - pwm counter period % tau - pwm d...
más de 10 años hace | 0
| aceptada
How to save a certain excel file to a specific folder?
you can do it with the standard uiputfile dialog, for example [FileNameBodeWrite, PathNameBodeWrite] = uiputfile({'*.xls';'...
más de 10 años hace | 4
| aceptada
How to read all mat files from a folder in matlab?
Try this: mat = dir('*.mat'); for q = 1:length(mat) cont = load(mat(q).name); end I haven't ch...
más de 10 años hace | 4
Pregunta
Have you ever noticed an increasing delay while UDP protocol send/receive packets?
Dear matlab users, I'll be thankful for the answer on the following question. Have you ever noticed an increasing delay while U...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Real Time UDP from xPC Target
Hi ladies and gentlemen. Who knows the difference between UDP Binary and UDP real Time blocks? Is there any difference in the ti...
más de 10 años hace | 1 respuesta | 0