統計
All
Feeds
解決済み
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:...
9年以上 前
回答済み
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...
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...
9年以上 前 | 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
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
9年以上 前 | 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...
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...
9年以上 前 | 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...
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...
10年以上 前 | 0
| 採用済み
回答済み
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';'...
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';'...
10年以上 前 | 4
| 採用済み
回答済み
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...
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...
10年以上 前 | 4
質問
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...
10年以上 前 | 1 件の回答 | 0
1
回答質問
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...
11年弱 前 | 1 件の回答 | 0