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...
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
提问
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.
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) ; ...
ローパスフィルターを用いて、カットオフ周波数以上の周波数をカットしたい
ご回答ありがとうございます! 続けて質問させてください。 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