photo


Last seen: 2 months 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
4 个回答

排名
N/A
of 299,793

声誉
N/A

贡献数
9 个提问
4 个回答

回答接受率
22.22%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

已回答
I want to get binary data from a bin file.
Thank you all for your cooperation! The size of the bin file was 512KB. The bin file format cannot be attached to this comment...

7 months 前 | 0

已回答
特定の位置の、データを抜き出す方法を教えてください。
ご回答ありがとうございます。 参考にさせていただきます。 ありがとうございました。

7 months 前 | 0

提问


I want to get binary data from a bin file.
How can I get the binary data from the bin file, obtained by Labview? In Labview, we obtained image data (bin file and bmp file...

7 months 前 | 2 个回答 | 0

2

个回答

提问


binファイルからバイナリデータを取得したい
Labviewで取得した、binファイルからバイナリデータを取得する方法を教えてください。 Labviewでは、256×256pixelの原子の画像データ(binとbmpファイル)を取得しました。 以下にLabviewで取得したbmpファイルの原子画像...

7 months 前 | 0 个回答 | 0

0

个回答

提问


How to create white noise and pink noise ?
I would like to know how to make pink noise and white noise. I would also like to know how to put the created noise on the acqu...

8 months 前 | 1 个回答 | 0

1

个回答

提问


ホワイトノイズ、ピンクノイズの作成方法と、作成したノイズを電流に乗せる方法を教えてください
ホワイトノイズ、ピンクノイズの作成方法と、作成したノイズをトンネル電流zに乗せる方法を教えてください。 トンネル電流zは以下のプログラムから出力します。 pixel_image = 256; %ラスタ走査によって得られる画像のピクセル数を入...

8 months 前 | 1 个回答 | 0

1

个回答

提问


How can I extract data from a specific location?
The scanning tunneling microscope tip is moved to obtain the tunneling current z. The tip is scanned with raster scanning (trian...

8 months 前 | 1 个回答 | 0

1

个回答

提问


特定の位置の、データを抜き出す方法を教えてください。
走査型トンネル顕微鏡の探針を動かして、トンネル電流zを取得します。探針はラスター走査(三角波のような挙動)+ディザ円運動の挙動をとって走査します。このトンネル電流zを、時間間隔Δtm=N(1/fm+j/fm)(N=0, 1, 2, ….., j=0, 1,...

8 months 前 | 2 个回答 | 0

2

个回答

已回答
I want to use a low-pass filter to cut off frequencies above the cutoff frequency.
Hello! Thank you for your answer. I will use it as a reference to design a low-pass filter.

8 months 前 | 0

提问


取得した電流を、256×256ピクセルの画像にする方法を教えてください。
以下のプログラムで取得した、トンネル電流zを用いて256×256ピクセルの画像を作りたいです。 また、ローパスフィルターを適用した後のトンネル電流(lowpass_signal)を用いて、256×256ピクセルの画像を作り、ローパスフィルター適用前後の画...

8 months 前 | 0 个回答 | 0

0

个回答

已回答
ローパスフィルターを用いて、カットオフ周波数以上の周波数をカットしたい
ご回答ありがとうございます! 続けて質問させてください。 lowpass_signal = lowpass(mixising_signal,f_cutoff,fs,ImpulseResponse="iir",Steepness=0.95) ; ...

8 months 前 | 0

提问


I want to use a low-pass filter to cut off frequencies above the cutoff frequency.
I am trying to cut frequencies above the cutoff frequency using the lowpass function, but it is not working. I am trying to cut...

8 months 前 | 2 个回答 | 0

2

个回答

提问


ローパスフィルターを用いて、カットオフ周波数以上の周波数をカットしたい
lowpass関数を用いて、カットオフ周波数以上の周波数をカットしたいのですがうまくいきません。 トンネル電流zに参照信号sin(wt)を掛けたものに、ローパスフィルターを適用して周波数をカットしようとしています。 カットオフ周波数は500Hzに設定し...

8 months 前 | 3 个回答 | 0

3

个回答