Frage


How can I make arrows in Patches by using these codes?
<Code 1> %version that explicitly performs the inversion instead of just calling %lsqlin %set up some distances for a 1-dim...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


If I want to plot arrow in patch, what codes do I have to use? And is there any method by using quiver and patch together?
If I want to plot arrow in patch, what codes do I have to use? And is there any method by using quiver and patch together?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


If I want to plot arrow in patch, what codes do I have to use? And is there any method by using quiver and patch together?
If I want to plot arrow in patch, what codes do I have to use? And is there any method by using quiver and patch together?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


If I want to plot like this, what codes do I have to use??
I have rainfall data of Seoul and Busan. If I want to plot like this, what codes do I have to use??

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


There will be 12 plots and I want to show 12 plots in one picture.
clear all Eqdate=datetime('18Jan23', 'Format', 'yyMMMdd', 'InputFormat', 'yyMMMdd'); files=dir('gps*'); for i=1:length(fi...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have total of 40 years = 40*365 days = 14600 days of rainfall datas. What if I want to represent a total of 40 plots per year, not per day unit?
p = textread('Rainfall of Busan (11.5.1981 11.5.2021).txt'); dt = 1; totalL = 14600; plot(p) I have total of 40 years = 40...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to apply moving average filter! could you tell me how can I do that?
p = textread('Rainfall of Busan (11.5.1981 11.5.2021).txt'); dt = 1; totalL = 14611; T = [dt:dt:dt*totalL]; freqs = linspace...

fast 4 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


How can I use lowpass filter while keeping x-axis and y-axis range at log ??
How can I use lowpass filter while keeping x-axis and y-axis range at log ??

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is this peak's meaning?
This graph is amplitude of Fourier transform of rainfalls (total of 14610 days) in frequency domain. In this case, what is this ...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I plot 'period' by using fft functoin??
How can I plot 'period' by using fft functoin??

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Which filter do I have to use?
I have rainfalls data (11/5/1981 ~ 11/5/2021) for 41 years. If I want to see anual rainfall data (January ~ December) for 41yea...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


When I import this function, there is a error when I run this codes.
function importfile(fileToRead1) %IMPORTFILE(FILETOREAD1) % Imports data from the specified file % FILETOREAD1: file to re...

fast 4 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How can I make 1 by length x array of random numbers from -pi to pi ??
How can I make 1 by length x array of random numbers from -pi to pi ??

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I create a "Phase Scrambler" function ??
How can I create a "Phase Scrambler" function ??

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can I ask how can I make randomphase by using code??
Can I ask how can I make randomphase by using code??

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I increase the number of Fourier frequencies by adding 500 zeros to the end of the 27-sample-long signal ??
fs = 250; t = 0:1/fs:0.107; L = length(t); x1 = sin(2*pi*50*t)+0.3; fftx1=fft(x1) freqHz = (0:1:length(x1)-1)*fs/L; plot(f...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


I have to increase the number of Fourier frequencies by adding 500 zeros to the end of the 27-sample-long signal.
fs = 250; t = 0:1/fs:0.107; L = length(t); x1 = sin(2*pi*50*t)+0.3; fftx1=fft(x1) freqHz = (0:1:length(x1)-1)*fs/L; plot(f...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have to increase the number of Fourier frequencies by adding 500 zeros to the end of the 27-sample-long signal.
fs = 250; t = 0:1/fs:0.107; L = length(t); x1 = sin(2*pi*50*t)+0.3; fftx1=fft(x1) freqHz = (0:1:length(x1)-1)*fs/L; plot(f...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I calculate log10(variable) ??? there is error..
How can I calculate log10(variable) ??? there is error..

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I get signal-to-noise ratio (SNR)??
Could you tell me how can I get signal-to-noise ratio (SNR)??

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I call half of text by using "textread" ? (1*4096 matrix to 1*2048 matrix)
How can I call half of text by using "textread" ? (1*4096 matrix to 1*2048 matrix)

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have to use Fourier Transform without frequency range?
I have to use Fourier Transform without frequency range?

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I get the difference between successive quantization levels (i.e. the amplitude of the least significant bit)?
How can I get the difference between successive quantization levels (i.e. the amplitude of the least significant bit)? If there...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I split time series in a half?
The time series is consisted of 4096 samples. I want to split it by two of 2048 samples.

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


The images after filtering deformation
How has the filtering (low pass filter) affected magnitude and phase?

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to trim time series?
X = rand(1,128)-0.5; fs = 1000; Ts = 1/fs; Y = lowpass(X,100,fs); plot(Y); Z = conv(X,Y); THE length of Z is 255 I wan...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I make low pass filter of this?
How can I make low pass filter of this? The problem: Generate a time series X of length 128 that is a sequence of 128 random n...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to make time series of length 128 that is a sequence of 128 random numbers pulled from a uniform distribution with a mean of zero, a range of 1(i.e. from -0.5 to 0.5)
I want to make time series of length 128 that is a sequence of 128 random numbers pulled from a uniform distribution with a mea...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to present point of latitude and elevation on the map by using MATLAB?
How to present point of latitude and elevation on the map by using MATLAB? I want to show the dots on the Alaska map. Dots are ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort