大地 - MATLAB Central
photo

大地


Last seen: 15 jours il y a Actif depuis 2025

Followers: 0   Following: 0

Statistiques

MATLAB AnswersFrom 01/25 to 03/25Use left and right arrows to move selectionFrom 01/25Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANG
N/A
of 297 398

RÉPUTATION
N/A

CONTRIBUTIONS
9 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
22.22%

VOTES REÇUS
0

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

27 jours il y a | 0

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

29 jours il y a | 0

Question


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...

29 jours il y a | 2 réponses | 0

2

réponses

Question


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

29 jours il y a | 1 réponse | 0

0

réponse

Question


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...

environ un mois il y a | 1 réponse | 0

1

réponse

Question


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

environ un mois il y a | 1 réponse | 0

1

réponse

Question


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...

environ 2 mois il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 mois il y a | 2 réponses | 0

2

réponses

Réponse apportée
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.

environ 2 mois il y a | 0

Question


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

environ 2 mois il y a | 1 réponse | 0

0

réponse

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

environ 2 mois il y a | 0

Question


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...

environ 2 mois il y a | 2 réponses | 0

2

réponses

Question


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

environ 2 mois il y a | 3 réponses | 0

3

réponses
Go to top of page