Vieniava
2011 年からアクティブ
Followers: 0 Following: 0
統計
All
Feeds
回答済み
Text location
check this out: <http://www.mathworks.com/help/releases/R2012a/techdoc/creating_plots/f0-4741.html Adding text annotations to g...
Text location
check this out: <http://www.mathworks.com/help/releases/R2012a/techdoc/creating_plots/f0-4741.html Adding text annotations to g...
11年弱 前 | 1
回答済み
How can i add echo to a signal
For example: to add an echo after 1s (with amplitude=0.1, phase=pi/3.5) and echo after 1.5 seconds (with a=0.5 and phase=1.2*pi)...
How can i add echo to a signal
For example: to add an echo after 1s (with amplitude=0.1, phase=pi/3.5) and echo after 1.5 seconds (with a=0.5 and phase=1.2*pi)...
約13年 前 | 1
回答済み
Getting rid of a black background surrounding an Image
[row col pg] = size(bg); pg = zeros(row,col,'uint8'); gr = 255*ones(row,col,'uint8'); canv = cat(3,pg,gr,pg); image(canv)
Getting rid of a black background surrounding an Image
[row col pg] = size(bg); pg = zeros(row,col,'uint8'); gr = 255*ones(row,col,'uint8'); canv = cat(3,pg,gr,pg); image(canv)
約13年 前 | 0
回答済み
Compute PSD from fft compared with spectrogram
Spectrogram is time-frequency (3D=time vs freq. vs amplitude) representation of a signal and periodogram/fft is frequency only (...
Compute PSD from fft compared with spectrogram
Spectrogram is time-frequency (3D=time vs freq. vs amplitude) representation of a signal and periodogram/fft is frequency only (...
約13年 前 | 0
回答済み
IFFT of Gaussian-filtered real signal is complex - why?
Your Gaussian filter is *NOT* symmetric in frequency domain. Check this out: stem(fftshift(gaussFilter)) it suppose...
IFFT of Gaussian-filtered real signal is complex - why?
Your Gaussian filter is *NOT* symmetric in frequency domain. Check this out: stem(fftshift(gaussFilter)) it suppose...
約13年 前 | 1
回答済み
How can i add echo to a signal
load handel; echo_delay = 0.5; % in seconds echo_delay_s = round(echo_delay*Fs); % delay in samples ...
How can i add echo to a signal
load handel; echo_delay = 0.5; % in seconds echo_delay_s = round(echo_delay*Fs); % delay in samples ...
約13年 前 | 1
回答済み
How to get the number of bin and bin edges from chi2gof test
Use this kind [h,p,stats] = chi2gof(...) Then: NumberOfBins = numel(stats.O); And boundaries of i-th bin are: ...
How to get the number of bin and bin edges from chi2gof test
Use this kind [h,p,stats] = chi2gof(...) Then: NumberOfBins = numel(stats.O); And boundaries of i-th bin are: ...
14年弱 前 | 0
回答済み
How to reconstruct a sound with data in MATLAB?
Try this: fs=8000; soundsc( pressure-mean(pressure), fs) You should know sampling frequency used in data collecting - here...
How to reconstruct a sound with data in MATLAB?
Try this: fs=8000; soundsc( pressure-mean(pressure), fs) You should know sampling frequency used in data collecting - here...
14年以上 前 | 0
回答済み
which TI's MCUs are supported by Matlab
<http://www.mathworks.com/products/embedded-coder/ti-adaptor.html>
which TI's MCUs are supported by Matlab
<http://www.mathworks.com/products/embedded-coder/ti-adaptor.html>
14年以上 前 | 0
回答済み
User Defined Function syntax
*Function hints* this is all about. In MATLAB R2008b writing your own hints is not possible - check response #7 on <http://blogs...
User Defined Function syntax
*Function hints* this is all about. In MATLAB R2008b writing your own hints is not possible - check response #7 on <http://blogs...
15年弱 前 | 4
| 採用済み
回答済み
Phase-plot when using freqz
It is a matter of expressing angle in degrees or radians. Replace: plot(w,angle(H)) with plot(w, 360/(2*pi)*angle(...
Phase-plot when using freqz
It is a matter of expressing angle in degrees or radians. Replace: plot(w,angle(H)) with plot(w, 360/(2*pi)*angle(...
15年弱 前 | 1
| 採用済み
回答済み
Referencing the name "MATLAB"
spelling: <http://www.mathworks.com/products/> EDIT (Good point, Andrew!) pronunciation: load mtlb sound(mtlb)
Referencing the name "MATLAB"
spelling: <http://www.mathworks.com/products/> EDIT (Good point, Andrew!) pronunciation: load mtlb sound(mtlb)
15年弱 前 | 1
回答済み
Unstable streaming from external device
I suggest you to use |serial| as in <http://www.mathworks.com/help/techdoc/matlab_external/bytesavailablefcn.html>. Here is how...
Unstable streaming from external device
I suggest you to use |serial| as in <http://www.mathworks.com/help/techdoc/matlab_external/bytesavailablefcn.html>. Here is how...
15年弱 前 | 0
回答済み
Ouputting for loop into a matrix
Try this: Ci=0.1:0.1:30; Cd=0.1:0.1:30; y=zeros(numel(Ci), numel(Cd)); for i=1:numel(Ci) for j=1:numel(Cd) y...
Ouputting for loop into a matrix
Try this: Ci=0.1:0.1:30; Cd=0.1:0.1:30; y=zeros(numel(Ci), numel(Cd)); for i=1:numel(Ci) for j=1:numel(Cd) y...
15年弱 前 | 1
回答済み
USRP N210 Interfacing
No. Currently USRP N210 (it uses UHD) cannot be run in Simulink.
USRP N210 Interfacing
No. Currently USRP N210 (it uses UHD) cannot be run in Simulink.
15年弱 前 | 2
回答済み
How to find the maximal and minimal derivatives of noisy signals?
*Differentiator filter* should satisfy your needs. You can use it in your mfile - <http://www.mathworks.com/help/toolbox/filter...
How to find the maximal and minimal derivatives of noisy signals?
*Differentiator filter* should satisfy your needs. You can use it in your mfile - <http://www.mathworks.com/help/toolbox/filter...
15年弱 前 | 0
回答済み
Uitable's properties
you can simply check the set of properties via: hT=uitable; get(hT)
Uitable's properties
you can simply check the set of properties via: hT=uitable; get(hT)
15年弱 前 | 1
| 採用済み
質問
May I buy idyvidual commercial license in other country I live?
I found that within EU there are significant differences in pricing (incl. tax rates and currency exchange). So the question is....
15年弱 前 | 1 件の回答 | 0
1
回答質問
How to mask an email address using m-code?
For example my email could be masked as follows: [char([21 8 4 13 8 0 21 0]+97) '@gmail.com'] But this is trivial and very r...
15年弱 前 | 5 件の回答 | 1
5
回答回答済み
[DISCONTINUED] Wish-list for MATLAB Answer sections.
* replace *votes* by *voting points* IMHO, voting should be connected with reputation (of a person who does the act of voting ...
[DISCONTINUED] Wish-list for MATLAB Answer sections.
* replace *votes* by *voting points* IMHO, voting should be connected with reputation (of a person who does the act of voting ...
15年弱 前 | 0
回答済み
want m fille
<http://www.mathworks.com/products/wavelet/demos.html Wavelet Toolbox demos>
want m fille
<http://www.mathworks.com/products/wavelet/demos.html Wavelet Toolbox demos>
15年弱 前 | 0
回答済み
How do I divide an image into blocks for processing?
Suppose *|I|* is your image matrix. Trivial way is shown below: s=size(I); wing=1; % ;) bs=2*wing+1; % block...
How do I divide an image into blocks for processing?
Suppose *|I|* is your image matrix. Trivial way is shown below: s=size(I); wing=1; % ;) bs=2*wing+1; % block...
15年弱 前 | 0
回答済み
handling audio files
Check this out: % v1, v2 - two vectors are given len1=length(v1); len2=length(v2); % LEN=min(len1, len2); V1...
handling audio files
Check this out: % v1, v2 - two vectors are given len1=length(v1); len2=length(v2); % LEN=min(len1, len2); V1...
15年弱 前 | 0
| 採用済み
回答済み
Vector scope.
The problem is in similar wave duration time and sampling time. You may increase your rate of simulation or slow your waveform....
Vector scope.
The problem is in similar wave duration time and sampling time. You may increase your rate of simulation or slow your waveform....
15年弱 前 | 1
回答済み
power spectral density of image
Try this: imagesc( log10(abs(fftshift(fft2(Picture))).^2 ))
power spectral density of image
Try this: imagesc( log10(abs(fftshift(fft2(Picture))).^2 ))
15年弱 前 | 0
回答済み
normalisation of frequency axis while using fft function in matlab
You must know frequency sampling, *Fs* . Look at this code: Fs= ; % insert here your frequency sampling in Hz L=length(Va...
normalisation of frequency axis while using fft function in matlab
You must know frequency sampling, *Fs* . Look at this code: Fs= ; % insert here your frequency sampling in Hz L=length(Va...
15年弱 前 | 0
| 採用済み
回答済み
delimiter usage
It seems to be impossible to use two-spaces-delimiter. You can try make your own *|dlmwrite|* function by edit the original. T...
delimiter usage
It seems to be impossible to use two-spaces-delimiter. You can try make your own *|dlmwrite|* function by edit the original. T...
15年弱 前 | 1
| 採用済み
回答済み
Application of the Sptool filter
Your generated mfile suppose to look like this %UNTITLED Returns a discrete-time filter object. % M-File generated by MATLA...
Application of the Sptool filter
Your generated mfile suppose to look like this %UNTITLED Returns a discrete-time filter object. % M-File generated by MATLA...
15年弱 前 | 0
| 採用済み






