Community Profile

photo

Akane Aoki


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


重複ありの順列のパターンを列挙した行列を作る方法
1,2,3,4の数字を使って作成した8桁の数字の全てのパターンを列挙した行列を作るにはどうしたら良いですか? 例えば、[[1 1 1 1 1 1 1 1];[1 1 1 1 1 1 1 2];[1 2 3 4 1 2 3 4];.....] のように列挙...

3 years ago | 1 answer | 0

1

answer

Question


How do I change the index of the function ifft,fft?
ifft and fft are defined in this way ↓ I want to convert j=1~j=n into j=2~j=n+1. please help me.

3 years ago | 0 answers | 0

0

answers

Question


How do I change the index of the functions fft,ifft ?
fft and ifft are defined in this way ↓↓ I want to convet j=1~j=n into j=2~j=n+1. what should i do?

3 years ago | 1 answer | 0

1

answer

Question


関数fftとifftのインデックスを変える方法はありますか?
fftとifftの定義は上のように定義されています。 このY(k)とX(j)の式のサメーションの範囲をj=2からn+1までに変えたいのですが、 どうすればよいでしょうか?

3 years ago | 0 answers | 0

0

answers